rpms/pdf2svg/F-11 pdf2svg.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ben Boeckel mathstuf at fedoraproject.org
Tue Oct 6 21:23:49 UTC 2009


Author: mathstuf

Update of /cvs/pkgs/rpms/pdf2svg/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4779

Modified Files:
	.cvsignore sources 
Added Files:
	pdf2svg.spec 
Log Message:
Initial commit


--- NEW FILE pdf2svg.spec ---
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 <MathStuf at gmail.com> 0.2.1-2
- Fix things for review

* Wed Sep 30 2009 Ben Boeckel <MathStuf at gmail.com> 0.2.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pdf2svg/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:27:18 -0000	1.1
+++ .cvsignore	6 Oct 2009 21:23:48 -0000	1.2
@@ -0,0 +1 @@
+pdf2svg-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pdf2svg/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:27:18 -0000	1.1
+++ sources	6 Oct 2009 21:23:48 -0000	1.2
@@ -0,0 +1 @@
+59b3b9768166f73b77215e95d91f0a9d  pdf2svg-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list