- Fix compilation.
This commit is contained in:
parent
2a4494979c
commit
1bee157cc8
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 0.9.6
|
||||
Release: 6
|
||||
Release: 7
|
||||
License: GPL/MIT/BSD
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -11,6 +11,7 @@ Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.t
|
||||
Patch1: hplip-quiet.patch
|
||||
Patch2: hplip-desktop.patch
|
||||
Patch3: hplip-config.patch
|
||||
Patch4: hplip-compile.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
Requires: desktop-file-utils >= 0.2.92
|
||||
@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
# Use static IP ports (for SELinux policy).
|
||||
%patch3 -p1 -b .config
|
||||
|
||||
# Fix compilation.
|
||||
%patch4 -p1 -b .compile
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
@ -146,6 +150,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-7
|
||||
- Fix compilation.
|
||||
|
||||
* Wed Nov 9 2005 Tomas Mraz <tmraz@redhat.com> 0.9.6-6
|
||||
- rebuilt against new openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user