Update to 0.2.2
This commit is contained in:
parent
2ada5aafe3
commit
8e26b50460
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
pdf2svg-0.2.1.tar.gz
|
||||
/pdf2svg-0.2.2.tar.gz
|
||||
|
18
pdf2svg.spec
18
pdf2svg.spec
@ -1,13 +1,12 @@
|
||||
Name: pdf2svg
|
||||
Version: 0.2.1
|
||||
Release: 21%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Small tool to convert PDF files into SVG
|
||||
|
||||
Group: Applications/File
|
||||
License: GPLv2+
|
||||
URL: http://www.cityinthesky.co.uk/pdf2svg.html
|
||||
Source0: http://www.cityinthesky.co.uk/files/pdf2svg-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
URL: http://www.cityinthesky.co.uk/opensource/pdf2svg/
|
||||
Source0: http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/pdf2svg-0.2.2.tar.gz
|
||||
|
||||
BuildRequires: poppler-glib-devel
|
||||
BuildRequires: cairo-devel
|
||||
@ -27,21 +26,18 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS ChangeLog
|
||||
%{_bindir}/pdf2svg
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 06 2014 Ben Boeckel <mathstuf@gmail.com> - 0.2.2-1
|
||||
- Update to 0.2.2
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user