rpms/xpdf/devel xpdf.spec,1.69,1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 18:27:47 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/xpdf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29917

Modified Files:
	xpdf.spec 
Log Message:
- remove some of the pdf command-line utilities and require poppler ones
  instead (bug 177446).



Index: xpdf.spec
===================================================================
RCS file: /cvs/dist/rpms/xpdf/devel/xpdf.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- xpdf.spec	18 Jan 2006 18:15:08 -0000	1.69
+++ xpdf.spec	18 Jan 2006 18:27:45 -0000	1.70
@@ -76,6 +76,11 @@
 Requires: %{name} >= 1.00
 Group: Applications/Publishing
 
+%package utils
+Summary: Command line utilities for converting PDF files.
+Group: Applications/Text
+Requires: %name = %{version}
+
 %description
 Xpdf is an X Window System based viewer for Portable Document Format
 (PDF) files. Xpdf is a small and efficient program which uses
@@ -109,6 +114,10 @@
 Contents include: Adobe-Korea1 character collection support and
 KSX1001 encoding
 
+%description utils
+This utils package installs a number of command line tools for
+converting PDF files to a number of other formats
+
 %prep
 %setup -q -a 1 -a 3 -a 4 -a 5 -a 6
 %patch -p1
@@ -237,6 +246,11 @@
 %endif
 %lang(ko) %{_datadir}/xpdf/korean
 
+%files utils
+%defattr(-, root, root)
+%{_bindir}/pdf*
+%{_mandir}/man?/pdf*
+
 %changelog
 * Wed Jan 18 2006 Ray Strode <rstrode at redhat.de> 3.01-9
 - remove pdf command-line utilities and require poppler ones




More information about the fedora-cvs-commits mailing list