- Patchlevel 1.
This commit is contained in:
parent
4d959bd3f0
commit
d1118a5229
@ -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.9
|
Version: 0.9.9
|
||||||
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
|
||||||
@ -12,6 +12,7 @@ Url: http://sourceforge.net/projects/hpinkjet
|
|||||||
Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
|
Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
|
||||||
Patch1: hplip-desktop.patch
|
Patch1: hplip-desktop.patch
|
||||||
Patch2: hplip-config.patch
|
Patch2: hplip-config.patch
|
||||||
|
Patch3: hplip-0.9.9-1.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,6 +64,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# Use static IP ports (for SELinux policy).
|
# Use static IP ports (for SELinux policy).
|
||||||
%patch2 -p1 -b .config
|
%patch2 -p1 -b .config
|
||||||
|
|
||||||
|
# Patchlevel 1.
|
||||||
|
%patch3 -p1 -b .0.9.9-1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-foomatic-install --disable-cups-install
|
%configure --disable-foomatic-install --disable-cups-install
|
||||||
make
|
make
|
||||||
@ -152,6 +156,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 11 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-3
|
||||||
|
- Patchlevel 1.
|
||||||
|
|
||||||
* Thu Mar 9 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-2
|
* Thu Mar 9 2006 Tim Waugh <twaugh@redhat.com> 0.9.9-2
|
||||||
- 0.9.9. No longer need quiet or 0.9.8-4 patches.
|
- 0.9.9. No longer need quiet or 0.9.8-4 patches.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user