- Use case-insensitive matching. 0.9.8 gave all-uppercase in some
situations.
This commit is contained in:
parent
10a85d658f
commit
64e8c0dbc8
12
hplip.spec
12
hplip.spec
@ -14,6 +14,7 @@ Patch1: hplip-desktop.patch
|
||||
Patch2: hplip-config.patch
|
||||
Patch3: hplip-quiet.patch
|
||||
Patch4: hplip-cups-backend.patch
|
||||
Patch5: hplip-strcasecmp.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
Requires: desktop-file-utils >= 0.2.92
|
||||
@ -71,7 +72,12 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
|
||||
# Always use /usr/lib/cups/backend.
|
||||
%patch4 -p1 -b .cups-backend
|
||||
autoconf
|
||||
|
||||
# Use case-insensitive matching. 0.9.10 gave all-uppercase in some
|
||||
# situations.
|
||||
%patch5 -p1 -b .strcasecmp
|
||||
|
||||
autoconf # for patch4
|
||||
|
||||
%build
|
||||
%configure --disable-foomatic-install --disable-cups-install
|
||||
@ -160,6 +166,10 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Use case-insensitive matching. 0.9.8 gave all-uppercase in some
|
||||
situations.
|
||||
|
||||
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-3
|
||||
- Always use /usr/lib/cups/backend.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user