rpms/hplip/F-11 hplip.spec,1.211,1.212

Tim Waugh twaugh at fedoraproject.org
Tue Aug 4 09:54:59 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6553

Modified Files:
	hplip.spec 
Log Message:
* Tue Aug  4 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-5
- Fix hpcups fax PPDs (bug #515356)



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -p -r1.211 -r1.212
--- hplip.spec	28 Jul 2009 09:50:39 -0000	1.211
+++ hplip.spec	4 Aug 2009 09:54:58 -0000	1.212
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.9.6b
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -141,6 +141,13 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
 # (laundpad bug #405400).
 %patch15 -p1 -b .resolution-405400
 
+# Fix hpcups fax PPDs (bug #515356)
+pushd fax/ppd
+gunzip *hpcups*
+perl -pi -e 's/^(\*Product:.*\")(.*)\"/\1(\2)"/' *hpcups*
+gzip -n *hpcups*
+popd
+
 %build
 %configure --disable-foomatic-xml-install --disable-cups-install \
 	--enable-scan-build --enable-gui-build --enable-fax-build \
@@ -348,6 +355,9 @@ fi
 exit 0
 
 %changelog
+* Tue Aug  4 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-5
+- Fix hpcups fax PPDs (bug #515356)
+
 * Tue Jul 28 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-4
 - Fixed ui-optional patch for qt4 code path (bug #500473).
 - Fixed HWResolution for 'Normal' output from the hpcups driver




More information about the fedora-extras-commits mailing list