- Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
This commit is contained in:
parent
35eea11ad2
commit
252892f2c7
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 0.9.5
|
Version: 0.9.5
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL/MIT/BSD
|
License: GPL/MIT/BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
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
|
Patch1: hplip-compile.patch
|
||||||
Patch2: hplip-desktop.patch
|
Patch2: hplip-desktop.patch
|
||||||
Patch3: hplip-config.patch
|
Patch3: hplip-config.patch
|
||||||
|
Patch4: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.5-2.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
Requires: desktop-file-utils >= 0.2.92
|
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).
|
# Use static IP ports (for SELinux policy).
|
||||||
%patch3 -p1 -b .config
|
%patch3 -p1 -b .config
|
||||||
|
|
||||||
|
# Apply upstream patch to fix scanning in LaserJets and parallel InkJets.
|
||||||
|
%patch4 -p1 -b .config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
@ -141,6 +145,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 19 2005 Tim Waugh <twaugh@redhat.com> 0.9.5-2
|
||||||
- 0.9.5.
|
- 0.9.5.
|
||||||
- No longer need condrestart patch.
|
- No longer need condrestart patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user