diff --git a/hplip.spec b/hplip.spec index e1b2971..9a3b712 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.10.9 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -366,6 +366,7 @@ rm -rf %{buildroot}%{_datadir}/hplip/install.* rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types rm -f %{buildroot}%{_datadir}/hplip/fax/pstotiff* +rm -f %{buildroot}/usr/lib/cups/filter/hpcac # The systray applet doesn't work properly (displays icon as a # window), so don't ship the launcher yet. @@ -493,7 +494,6 @@ rm -rf %{buildroot} %{_datadir}/cups/drv/* # Note: this must be /usr/lib not %%{_libdir}, since that's the # CUPS serverbin directory. -/usr/lib/cups/filter/hpcac /usr/lib/cups/filter/hpcups /usr/lib/cups/filter/hpcupsfax /usr/lib/cups/filter/hplipjs @@ -524,6 +524,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Wed Jan 12 2011 Tim Waugh - 3.10.9-13 +- Removed unused hpcac filter to avoid unnecessary perl dependency. + * Wed Jan 12 2011 Tim Waugh - 3.10.9-12 - Removed duplicate pstotiff files.