- Use static IP ports (for SELinux policy).
This commit is contained in:
parent
b0a4b44608
commit
ff2a9588be
@ -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.3
|
Version: 0.9.3
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL/MIT/BSD
|
License: GPL/MIT/BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Obsoletes: hpoj <= 0.91
|
Obsoletes: hpoj <= 0.91
|
||||||
@ -15,6 +15,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-forward-decl.patch
|
Patch1: hplip-forward-decl.patch
|
||||||
Patch2: hplip-desktop.patch
|
Patch2: hplip-desktop.patch
|
||||||
|
Patch3: hplip-config.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
|
||||||
@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# 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
|
||||||
|
|
||||||
|
# Use static IP ports (for SELinux policy).
|
||||||
|
%patch3 -p1 -b .config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
@ -142,6 +146,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-5
|
||||||
|
- Use static IP ports (for SELinux policy).
|
||||||
|
|
||||||
* Tue Jun 14 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-4
|
* Tue Jun 14 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-4
|
||||||
- Conflicts: hpijs from before this package provided it.
|
- Conflicts: hpijs from before this package provided it.
|
||||||
- Conflicts: system-config-printer < 0.6.132 (i.e. before HPLIP support
|
- Conflicts: system-config-printer < 0.6.132 (i.e. before HPLIP support
|
||||||
|
Loading…
Reference in New Issue
Block a user