- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.

This commit is contained in:
Tim Waugh 2005-09-20 10:05:30 +00:00
parent 35eea11ad2
commit 252892f2c7

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 0.9.5
Release: 2
Release: 3
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -11,6 +11,7 @@ Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.t
Patch1: hplip-compile.patch
Patch2: hplip-desktop.patch
Patch3: hplip-config.patch
Patch4: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.5-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92
@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Use static IP ports (for SELinux policy).
%patch3 -p1 -b .config
# Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
%patch4 -p1 -b .config
%build
%configure
make
@ -141,6 +145,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi
%changelog
* Tue Sep 20 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-3
- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
* Mon Sep 19 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-2
- 0.9.5.
- No longer need condrestart patch.