Update to 0.2.2

This commit is contained in:
Ben Boeckel 2014-01-06 22:55:56 -05:00
parent 2ada5aafe3
commit 8e26b50460
3 changed files with 9 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
pdf2svg-0.2.1.tar.gz
/pdf2svg-0.2.2.tar.gz

View File

@ -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

View File

@ -1 +1 @@
59b3b9768166f73b77215e95d91f0a9d pdf2svg-0.2.1.tar.gz
800488ff6d773b309561dfa9be5dc712 pdf2svg-0.2.2.tar.gz