Author: wrobell                      Date: Fri Mar  4 14:21:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on template

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

---- Diffs:

================================================================
Index: SPECS/poppler.spec
diff -u /dev/null SPECS/poppler.spec:1.1
--- /dev/null   Fri Mar  4 15:21:21 2005
+++ SPECS/poppler.spec  Fri Mar  4 15:21:15 2005
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+Summary:       PDF rendering library
+Name:          poppler
+Version:       0.1.1
+Release:       0.1
+License:       LGPL
+Group:         Libraries
+Source0:       http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
+# Source0-md5: d10982c93a1ccee79a14bb277f94990a
+URL:           http://poppler.freedesktop.org/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A common PDF rendering library for integrating PDF viewing into desktop
+applications (based on the xpdf-3.0 code base).
+
+%package devel
+Summary:       Poppler header files and development documentation
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files and development documentation for the Poppler library.
+
+%package static
+Summary:       Poppler static libraries
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Poppler static libraries.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-cairo-output
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p      /sbin/ldconfig
+%postun        -p      /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README* TODO
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/poppler
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/03/04 14:21:15  wrobell
+- based on template
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to