2009-10-06 21:10:51 +00:00
|
|
|
Name: pdf2svg
|
|
|
|
Version: 0.2.1
|
2011-09-21 11:09:13 +00:00
|
|
|
Release: 14%{?dist}
|
2009-10-06 21:10:51 +00:00
|
|
|
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)
|
|
|
|
|
|
|
|
BuildRequires: poppler-glib-devel
|
|
|
|
BuildRequires: cairo-devel
|
2011-07-18 13:34:18 +00:00
|
|
|
BuildRequires: gtk2-devel
|
2009-10-06 21:10:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A small tool to convert PDF files into SVG using poppler and cairo.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
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
|
2011-09-21 11:09:13 +00:00
|
|
|
* Wed Sep 21 2011 Marek Kasik <mkasik@redhat.com> - 0.2.1-14
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
|
2011-07-18 13:34:18 +00:00
|
|
|
* Mon Jul 18 2011 Marek Kasik <mkasik@redhat.com> - 0.2.1-13
|
|
|
|
- Add BuildRequire of gtk2-devel (needed by configure)
|
|
|
|
|
2011-07-15 15:30:10 +00:00
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.2.1-12
|
|
|
|
- Rebuild (poppler-0.17.0)
|
|
|
|
|
2011-03-13 10:59:16 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.2.1-11
|
|
|
|
- Rebuild (poppler-0.16.3)
|
|
|
|
|
2011-02-08 15:25:06 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-02 15:50:28 +00:00
|
|
|
* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.2.1-9
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-12-15 20:36:28 +00:00
|
|
|
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.2.1-8
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-11-06 16:30:58 +00:00
|
|
|
* Sat Nov 06 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2.1-7
|
|
|
|
- Rebuild against poppler
|
|
|
|
|
2010-10-01 04:31:35 +00:00
|
|
|
* Fri Oct 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2.1-6
|
|
|
|
- Rebuild against poppler
|
|
|
|
|
2010-08-21 12:33:51 +00:00
|
|
|
* Sat Aug 21 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2.1-5
|
|
|
|
- Rebuild against poppler
|
|
|
|
|
2010-08-19 16:47:10 +00:00
|
|
|
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.2.1-4
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-06-22 14:40:41 +00:00
|
|
|
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.2.1-3
|
|
|
|
- Rebuild against poppler
|
|
|
|
|
2009-10-06 21:10:51 +00:00
|
|
|
* Sun Oct 4 2009 Ben Boeckel <MathStuf@gmail.com> 0.2.1-2
|
|
|
|
- Fix things for review
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Ben Boeckel <MathStuf@gmail.com> 0.2.1-1
|
|
|
|
- Initial package
|