- Patchlevel 2.

This commit is contained in:
Tim Waugh 2006-02-03 10:36:40 +00:00
parent a7e2a0e209
commit 80150f7b0f

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 0.9.8
Release: 1
Release: 2
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -11,7 +11,7 @@ Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.t
Patch1: hplip-quiet.patch
Patch2: hplip-desktop.patch
Patch3: hplip-config.patch
Patch4: hplip-0.9.8-1.patch
Patch4: hplip-0.9.8-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92
@ -64,8 +64,8 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Use static IP ports (for SELinux policy).
%patch3 -p1 -b .config
# Apply patch 0.9.8-1
%patch4 -p1 -b .0.9.8-1
# Apply patch 0.9.8-2
%patch4 -p1 -b .0.9.8-2
%build
%configure --disable-foomatic-install --disable-cups-install
@ -155,6 +155,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi
%changelog
* Fri Feb 3 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-2
- Patchlevel 2.
* Thu Feb 2 2006 Tim Waugh <twaugh@redhat.com> 0.9.8-1
- 0.9.8.
- No longer need initscript patch.