From 315d916d07b548572e11160e80816e73bfbad4ab Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 6 Oct 2009 21:23:48 +0000 Subject: [PATCH] Initial commit --- .cvsignore | 1 + pdf2svg.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 50 insertions(+) create mode 100644 pdf2svg.spec diff --git a/.cvsignore b/.cvsignore index e69de29..daaa170 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pdf2svg-0.2.1.tar.gz diff --git a/pdf2svg.spec b/pdf2svg.spec new file mode 100644 index 0000000..bdcd24a --- /dev/null +++ b/pdf2svg.spec @@ -0,0 +1,48 @@ +Name: pdf2svg +Version: 0.2.1 +Release: 2%{?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) + +BuildRequires: poppler-glib-devel +BuildRequires: cairo-devel + +%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 +* Sun Oct 4 2009 Ben Boeckel 0.2.1-2 +- Fix things for review + +* Wed Sep 30 2009 Ben Boeckel 0.2.1-1 +- Initial package diff --git a/sources b/sources index e69de29..0e59159 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +59b3b9768166f73b77215e95d91f0a9d pdf2svg-0.2.1.tar.gz