- Update to 0.5.0 and add poppler-utils subpackage.
This commit is contained in:
parent
0f1f3626c4
commit
04ac778a76
@ -1 +1 @@
|
|||||||
poppler-0.4.2.tar.gz
|
poppler-0.5.0.tar.gz
|
||||||
|
25
poppler.spec
25
poppler.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Pdf rendering library
|
Summary: Pdf rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.4.2
|
Version: 0.5.0
|
||||||
Release: 1.1
|
Release: 2.0
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -26,11 +26,23 @@ viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
|||||||
You should install the poppler-devel package if you would like to
|
You should install the poppler-devel package if you would like to
|
||||||
compile applications based on poppler.
|
compile applications based on poppler.
|
||||||
|
|
||||||
|
%package utils
|
||||||
|
Summary: Command line utilities for converting PDF files.
|
||||||
|
Group: Applications/Text
|
||||||
|
Requires: %name = %{version}
|
||||||
|
|
||||||
|
%description utils
|
||||||
|
Poppler, a PDF rendering library, it's a fork of the xpdf PDF
|
||||||
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||||
|
|
||||||
|
This utils package installs a number of command line tools for
|
||||||
|
converting PDF files to a number of other formats.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-cairo-output
|
%configure --enable-cairo-output --disable-splash-output
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,7 +64,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
%{_includedir}/poppler
|
%{_includedir}/poppler
|
||||||
|
|
||||||
|
%files utils
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2.0
|
||||||
|
- Update to 0.5.0 and add poppler-utils subpackage.
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user