This commit is contained in:
Tim Waugh 2007-03-01 10:01:30 +00:00
parent aecdaeab5b
commit d6b30c70ba
3 changed files with 6 additions and 9 deletions

View File

@ -13,3 +13,4 @@ hplip-1.6.7.tar.gz
hplip-1.6.10.tar.gz
hplip-1.6.12.tar.gz
hplip-1.7.1.tar.gz
hplip-1.7.2.tar.gz

View File

@ -1,6 +1,6 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 1.7.1
Version: 1.7.2
Release: 1%{?dist}
License: GPL/MIT/BSD
Group: System Environment/Daemons
@ -13,14 +13,12 @@ Conflicts: selinux-policy < 2.3.4-1
Url: http://hplip.sourceforge.net/
Source: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.tar.gz
Patch0: hplip-1.7.1-1.patch
Patch1: hplip-desktop.patch
Patch2: hplip-guest.patch
Patch3: hplip-quiet.patch
Patch4: hplip-cups-backend.patch
Patch5: hplip-libm.patch
Patch6: hplip-ipv6.patch
Patch7: hplip-hpfax.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92
@ -68,8 +66,6 @@ SANE driver for scanners in HP's multi-function devices (from HPOJ).
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%setup -q
%patch0 -p1 -b .1.7.1-1
# Use /usr/share/applications for putting desktop files in.
%patch1 -p1 -b .desktop
@ -85,9 +81,6 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# IPv6 support (bug #198377).
%patch6 -p1 -b .ipv6
# Fix hpfax backend device query.
%patch7 -p1 -b .hpfax
autoconf # for patch4
%build
@ -188,6 +181,9 @@ fi
exit 0
%changelog
* Wed Mar 1 2007 Tim Waugh <twaugh@redhat.com> 1.7.2-1
- 1.7.2.
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 1.7.1-1
- 1.7.1.

View File

@ -1 +1 @@
1732a8544413ba8557c8b71929d848fa hplip-1.7.1.tar.gz
739a9cef41ca655ad98bc35a39c0517e hplip-1.7.2.tar.gz