- Fix condrestart in the initscript.
This commit is contained in:
parent
348df8c10f
commit
e181d2d342
@ -1,13 +1,14 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
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
|
||||||
|
|
||||||
Url: http://sourceforge.net/projects/hpinkjet
|
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-condrestart.patch
|
||||||
Patch2: hplip-desktop.patch
|
Patch2: hplip-desktop.patch
|
||||||
Patch3: hplip-config.patch
|
Patch3: hplip-config.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
@ -51,6 +52,9 @@ SANE driver for scanners in HP's multi-function devices (from HPOJ).
|
|||||||
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# Fix condrestart in the initscript.
|
||||||
|
%patch1 -p1 -b .condrestart
|
||||||
|
|
||||||
# Use /usr/share/applications for putting desktop files in.
|
# Use /usr/share/applications for putting desktop files in.
|
||||||
%patch2 -p1 -b .desktop
|
%patch2 -p1 -b .desktop
|
||||||
|
|
||||||
@ -137,6 +141,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-3
|
||||||
|
- Fix condrestart in the initscript.
|
||||||
|
|
||||||
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-2
|
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.9.4-2
|
||||||
- Use 'condrestart' not 'restart' in %%post scriptlet.
|
- Use 'condrestart' not 'restart' in %%post scriptlet.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user