- Use upstream patch 0.9.7-2.
- No longer need lpgetstatus or compile patches.
This commit is contained in:
parent
d151e260a7
commit
87dd9853c5
16
hplip.spec
16
hplip.spec
@ -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.7
|
Version: 0.9.7
|
||||||
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,8 +11,7 @@ Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.t
|
|||||||
Patch1: hplip-quiet.patch
|
Patch1: hplip-quiet.patch
|
||||||
Patch2: hplip-desktop.patch
|
Patch2: hplip-desktop.patch
|
||||||
Patch3: hplip-config.patch
|
Patch3: hplip-config.patch
|
||||||
Patch4: hplip-compile.patch
|
Patch4: hplip-0.9.7-2.patch
|
||||||
Patch5: hplip-lpgetstatus.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
|
||||||
@ -63,11 +62,8 @@ 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
|
||||||
|
|
||||||
# Fix compilation.
|
# Apply patch 0.9.7-2
|
||||||
%patch4 -p1 -b .compile
|
%patch4 -p1 -b .0.9.7-2
|
||||||
|
|
||||||
# Prevent LPGETSTATUS overrunning format buffer.
|
|
||||||
%patch5 -p1 -b .lpgetstatus
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -154,6 +150,10 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 7 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-3
|
||||||
|
- Use upstream patch 0.9.7-2.
|
||||||
|
- No longer need lpgetstatus or compile patches.
|
||||||
|
|
||||||
* Fri Nov 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-2
|
* Fri Nov 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.7-2
|
||||||
- Prevent LPGETSTATUS overrunning format buffer.
|
- Prevent LPGETSTATUS overrunning format buffer.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user