[hplip/f22] Don't ship hp-logcapture or hp-doctor (bug #1192090). They are not useful in Fedora.

Tim Waugh twaugh at fedoraproject.org
Thu Feb 12 18:16:03 UTC 2015


commit 3e8bb63ccc30e600faf2e219ee5467c3c7974a55
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Feb 12 17:01:36 2015 +0000

    Don't ship hp-logcapture or hp-doctor (bug #1192090). They are not useful in Fedora.
    
    Resolves: rhbz#1192090

 hplip.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/hplip.spec b/hplip.spec
index d17e9bd..08cc071 100644
--- a/hplip.spec
+++ b/hplip.spec
@@ -7,7 +7,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.15.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and MIT
 
 Url: http://hplip.sourceforge.net/
@@ -262,6 +262,11 @@ rm -rf  %{buildroot}%{_sysconfdir}/sane.d \
         %{buildroot}%{_datadir}/hplip/pkservice.py \
         %{buildroot}%{_bindir}/hp-pkservice
 
+rm -f   %{buildroot}%{_bindir}/hp-logcapture \
+        %{buildroot}%{_bindir}/hp-doctor \
+        %{buildroot}%{_datadir}/hplip/logcapture.py \
+        %{buildroot}%{_datadir}/hplip/doctor.py
+
 rm -f   %{buildroot}%{_bindir}/foomatic-rip \
         %{buildroot}%{_libdir}/cups/filter/foomatic-rip \
         %{buildroot}%{_libdir}/*.la \
@@ -329,7 +334,6 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
 %{_bindir}/hp-info
 %{_bindir}/hp-levels
 %{_bindir}/hp-linefeedcal
-%{_bindir}/hp-logcapture
 %{_bindir}/hp-makecopies
 %{_bindir}/hp-makeuri
 %{_bindir}/hp-plugin
@@ -367,7 +371,6 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
 %{_datadir}/hplip/__init__.py*
 %{_datadir}/hplip/levels.py*
 %{_datadir}/hplip/linefeedcal.py*
-%{_datadir}/hplip/logcapture.py*
 %{_datadir}/hplip/makecopies.py*
 %{_datadir}/hplip/makeuri.py*
 %{_datadir}/hplip/plugin.py*
@@ -415,14 +418,12 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
 
 %files gui
 %{_bindir}/hp-check
-%{_bindir}/hp-doctor
 %{_bindir}/hp-print
 %{_bindir}/hp-systray
 %{_bindir}/hp-toolbox
 %{_datadir}/applications/*.desktop
 # Files
 %{_datadir}/hplip/check.py*
-%{_datadir}/hplip/doctor.py*
 %{_datadir}/hplip/print.py*
 %{_datadir}/hplip/systray.py*
 %{_datadir}/hplip/toolbox.py*
@@ -452,6 +453,10 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Thu Feb 12 2015 Tim Waugh <twaugh at redhat.com> - 3.15.2-2
+- Don't ship hp-logcapture or hp-doctor (bug #1192090). They are not
+  useful in Fedora.
+
 * Wed Feb 04 2015 Jiri Popelka <jpopelka at redhat.com> - 3.15.2-1
 - 3.15.2
 


More information about the scm-commits mailing list