- Don't wake up every half a second (bug #204725).
This commit is contained in:
parent
87c1f5335e
commit
133603d837
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 1.6.7
|
Version: 1.6.7
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
||||||
@ -19,6 +19,7 @@ Patch3: hplip-quiet.patch
|
|||||||
Patch4: hplip-cups-backend.patch
|
Patch4: hplip-cups-backend.patch
|
||||||
Patch5: hplip-compile.patch
|
Patch5: hplip-compile.patch
|
||||||
Patch6: hplip-libm.patch
|
Patch6: hplip-libm.patch
|
||||||
|
Patch7: hplip-loop.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
|
||||||
@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# libhpip should link against libm (bug #197599).
|
# libhpip should link against libm (bug #197599).
|
||||||
%patch6 -p1 -b .libm
|
%patch6 -p1 -b .libm
|
||||||
|
|
||||||
|
# Don't wake up every half a second (bug #204725).
|
||||||
|
%patch7 -p1 -b .loop
|
||||||
|
|
||||||
autoconf # for patch4
|
autoconf # for patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -185,6 +189,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 1.6.7-4
|
||||||
|
- Don't wake up every half a second (bug #204725).
|
||||||
|
|
||||||
* Mon Sep 25 2006 Tim Waugh <twaugh@redhat.com>
|
* Mon Sep 25 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
- Fixed package URL.
|
- Fixed package URL.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user