- Don't package PPD files.

This commit is contained in:
Tim Waugh 2006-01-18 11:50:42 +00:00
parent 1ecaa7e7e4
commit 1cde70a0f3

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 0.9.7
Release: 7
Release: 8
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -72,7 +72,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%patch5 -p1 -b .initscript
%build
%configure
%configure --disable-foomatic-install --disable-cups-install
make
%install
@ -156,6 +156,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi
%changelog
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-8
- Don't package PPD files.
* Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 0.9.7-7
- Fix initscript (bug #176966).