SPECS: svg2pdf.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Aug 11 00:36:00 CEST 2005


Author: qboosh                       Date: Wed Aug 10 22:36:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   svg2pdf.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/svg2pdf.spec
diff -u /dev/null SPECS/svg2pdf.spec:1.1
--- /dev/null	Thu Aug 11 00:36:00 2005
+++ SPECS/svg2pdf.spec	Thu Aug 11 00:35:55 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	svg2pdf - convert an SVG file to a PDF file (using cairo)
+Summary(pl):	svg2pdf - konwersja plików SVG do PDF przy użyciu cairo
+Name:		svg2pdf
+Version:	0.1.3
+Release:	1
+License:	BSD-like
+Group:		Applications/Graphics
+Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
+# Source0-md5:	0059ba059ff89931cf37720fcd102d8f
+URL:		http://cairographics.org/
+BuildRequires:	libsvg-cairo-devel >= 0.1.6
+BuildRequires:	pkgconfig
+Requires:	libsvg-cairo >= 0.1.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility to convert an SVG file to a PDF file (using cairo).
+
+%description -l pl
+Narzędzie do konwersji plików SVG do PDF przy użyciu cairo.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/10 22:35:55  qboosh
+- new
+
================================================================



More information about the pld-cvs-commit mailing list