From 8e74cb75b3995f12d4872b2e90c0948a9fcffc43 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 27 Jan 2009 11:24:41 +0000 Subject: [PATCH] - Only ship compressed PPD files. --- hplip.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hplip.spec b/hplip.spec index 9d3abcf..ead81c3 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 2.8.12 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -158,7 +158,8 @@ rm -f %{buildroot}%{_bindir}/foomatic-rip \ %{buildroot}%{_libdir}/*.so \ %{buildroot}%{_libdir}/sane/*.la \ %{buildroot}%{_datadir}/cups/model/foomatic-ppds \ - %{buildroot}%{_datadir}/applications/hplip.desktop + %{buildroot}%{_datadir}/applications/hplip.desktop \ + %{buildroot}%{_datadir}/ppd/HP/*.ppd mkdir -p %{buildroot}%{_datadir}/applications sed -i -e '/^Categories=/d' hplip.desktop @@ -294,7 +295,8 @@ rm -rf %{buildroot} %files -n hpijs %defattr(-,root,root) %{_bindir}/hpijs -%{_datadir}/ppd/HP +%dir %{_datadir}/ppd/HP +%{_datadir}/ppd/HP/*.ppd.gz %{_datadir}/cups/drv/* # Note: this must be /usr/lib not %{_libdir}, since that's the # CUPS serverbin directory. @@ -326,6 +328,9 @@ fi exit 0 %changelog +* Tue Jan 27 2009 Tim Waugh 2.8.12-7 +- Only ship compressed PPD files. + * Fri Jan 16 2009 Tomas Mraz 2.8.12-6 - rebuild with new openssl