From 04ac778a76f43d651ba1b29669837c8dd4f1894e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 11 Jan 2006 19:37:03 +0000 Subject: [PATCH] - Update to 0.5.0 and add poppler-utils subpackage. --- .cvsignore | 2 +- poppler.spec | 25 ++++++++++++++++++++++--- sources | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4c962a4..534edf3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -poppler-0.4.2.tar.gz +poppler-0.5.0.tar.gz diff --git a/poppler.spec b/poppler.spec index 35c7896..956aafa 100644 --- a/poppler.spec +++ b/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 - 0.5.0-2.0 +- Update to 0.5.0 and add poppler-utils subpackage. + * Fri Dec 09 2005 Jesse Keating - rebuilt diff --git a/sources b/sources index f1af332..3ae4ab2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beb1eea135a3c5b679a7a22d01a500c0 poppler-0.4.2.tar.gz +c84c1be19f43e4a84872ff08234c1960 poppler-0.5.0.tar.gz