- 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
|
||||
Name: poppler
|
||||
Version: 0.4.2
|
||||
Release: 1.1
|
||||
Version: 0.5.0
|
||||
Release: 2.0
|
||||
License: GPL
|
||||
Group: Development/Libraries
|
||||
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
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-cairo-output
|
||||
%configure --enable-cairo-output --disable-splash-output
|
||||
make
|
||||
|
||||
%install
|
||||
@ -52,7 +64,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lib*.a
|
||||
%{_includedir}/poppler
|
||||
|
||||
%files utils
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/*
|
||||
|
||||
%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>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user