]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- based on template
authorwrobell <wrobell@pld-linux.org>
Fri, 4 Mar 2005 14:21:15 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler.spec -> 1.1

poppler.spec [new file with mode: 0644]

diff --git a/poppler.spec b/poppler.spec
new file mode 100644 (file)
index 0000000..2bdd711
--- /dev/null
@@ -0,0 +1,65 @@
+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
This page took 0.093258 seconds and 4 git commands to generate.