rpms/cups/devel cups.spec,1.470,1.471

Tim Waugh twaugh at fedoraproject.org
Tue Apr 21 15:44:22 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6699

Modified Files:
	cups.spec 
Log Message:
* Tue Apr 21 2009 Tim Waugh <twaugh at redhat.com>
- Specify that we want poppler's pdftops (not ghostscript) for the
  pdftops wrapper when calling configure.



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -r1.470 -r1.471
--- cups.spec	17 Apr 2009 16:34:28 -0000	1.470
+++ cups.spec	21 Apr 2009 15:44:21 -0000	1.471
@@ -61,7 +61,6 @@
 Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
 Prereq: /usr/sbin/alternatives
 %endif
-Requires: poppler-utils
 
 # Unconditionally obsolete LPRng so that upgrades work properly.
 Obsoletes: lpd lpr LPRng <= 3.8.15-3
@@ -108,6 +107,8 @@
 # Require the package here so that we know /etc/portreserve/ exists.
 Requires: portreserve
 
+Requires: poppler-utils
+
 %package devel
 Summary: Common Unix Printing System - development environment
 Group: Development/Libraries
@@ -220,7 +221,8 @@
 	--enable-lspp \
 %endif
 	--with-log-file-perm=0600 --enable-pie --enable-relro \
-	--enable-pdftops --with-dbusdir=%{_sysconfdir}/dbus-1 \
+	--enable-pdftops --with-pdftops=pdftops \
+	--with-dbusdir=%{_sysconfdir}/dbus-1 \
 	--with-php=/usr/bin/php-cgi --enable-avahi \
 	localedir=%{_datadir}/locale
 
@@ -476,6 +478,10 @@
 %{_libdir}/php/modules/*.so
 
 %changelog
+* Tue Apr 21 2009 Tim Waugh <twaugh at redhat.com>
+- Specify that we want poppler's pdftops (not ghostscript) for the
+  pdftops wrapper when calling configure.
+
 * Fri Apr 17 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.14
 - Applied patch to fix CVE-2009-0163 (bug #490596).
 - Applied patch to fix CVE-2009-0164 (bug #490597).




More information about the fedora-extras-commits mailing list