- Fix hpcups fax PPDs (bug #515356)

This commit is contained in:
Tim Waugh 2009-08-04 10:03:53 +00:00
parent e62d0d2809
commit 54976cb165

View File

@ -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@redhat.com> 3.9.6b-5
- Fix hpcups fax PPDs (bug #515356)
* Tue Jul 28 2009 Tim Waugh <twaugh@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