- 1.6.12.

This commit is contained in:
Tim Waugh 2007-01-10 15:58:14 +00:00
parent d7b977a7f5
commit 78b9601370

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 1.6.10
Release: 7%{?dist}
Version: 1.6.12
Release: 1%{?dist}
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -12,7 +12,7 @@ Obsoletes: xojpanel <= 0.91
Conflicts: selinux-policy < 2.3.4-1
Url: http://hplip.sourceforge.net/
Source: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.tar.gz
Source: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.8-rc3.tar.gz
Patch1: hplip-desktop.patch
Patch2: hplip-guest.patch
Patch3: hplip-quiet.patch
@ -67,16 +67,12 @@ ExcludeArch: s390 s390x
SANE driver for scanners in HP's multi-function devices (from HPOJ).
%prep
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%setup -q
rm -rf $RPM_BUILD_DIR/%{name}-%{version}.8-rc3
%setup -n %{name}-%{version}.8-rc3 -q
# Use /usr/share/applications for putting desktop files in.
%patch1 -p1 -b .desktop
# Don't look up username in PWDB in the fax backend (removed redundant code).
# https://www.redhat.com/archives/fedora-list/2006-August/msg02457.html
%patch2 -p1 -b .guest
# Quieten hpssd on startup.
%patch3 -p1 -b .quiet
@ -95,9 +91,6 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# IPv6 support (bug #198377).
%patch8 -p1 -b .ipv6
# Allow debugging of the SANE backend.
%patch9 -p1 -b .sane-debug
# Report out-of-paper and offline conditions in CUPS backend (bug #216477).
%patch10 -p1 -b .out-of-paper
@ -201,6 +194,9 @@ fi
exit 0
%changelog
* Wed Jan 10 2007 Tim Waugh <twaugh@redhat.com> 1.6.12-1
- 1.6.12.
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.6.10-7
- rebuild against python 2.5