[hplip/f13/master] Removed unused hpcac filter to avoid unnecessary perl dependency.

Tim Waugh twaugh at fedoraproject.org
Wed Jan 12 16:58:30 UTC 2011


commit 18e2379102c825a0533cc8c0b2ce81c3a9b2bd4c
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Jan 12 16:54:47 2011 +0000

    Removed unused hpcac filter to avoid unnecessary perl dependency.

 hplip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <twaugh at redhat.com> - 3.10.9-13
+- Removed unused hpcac filter to avoid unnecessary perl dependency.
+
 * Wed Jan 12 2011 Tim Waugh <twaugh at redhat.com> - 3.10.9-12
 - Removed duplicate pstotiff files.
 


More information about the scm-commits mailing list