[cups] move ipptoolfile(5) to ipptool subpackage

Jiří Popelka jpopelka at fedoraproject.org
Mon Dec 3 15:09:42 UTC 2012


commit 1100bbf08c0eeaec7fefd86b09485cc30c637205
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Dec 3 15:59:55 2012 +0100

    move ipptoolfile(5) to ipptool subpackage

 cups.spec |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index 4656a3c..e1b3f9c 100644
--- a/cups.spec
+++ b/cups.spec
@@ -10,7 +10,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.6.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -558,11 +558,12 @@ rm -f %{cups_serverbin}/backend/smb
 %{cups_serverbin}/notifier
 %{cups_serverbin}/filter/*
 %{cups_serverbin}/monitor
-%{_mandir}/man1/cancel*
-%{_mandir}/man1/cupstest*
-%{_mandir}/man1/lp*
-%{_mandir}/man1/ppd*
-%{_mandir}/man[578]/*
+%{_mandir}/man[1578]/*
+# devel subpackage
+%exclude %{_mandir}/man1/cups-config.1.gz
+# ipptool subpackage
+%exclude %{_mandir}/man1/ipptool.1.gz
+%exclude %{_mandir}/man5/ipptoolfile.5.gz
 %{_sbindir}/*
 %dir %{_datadir}/cups/templates
 %{_datadir}/cups/templates/*.tmpl
@@ -605,7 +606,7 @@ rm -f %{cups_serverbin}/backend/smb
 %{_bindir}/cups-config
 %{_libdir}/*.so
 %{_includedir}/cups
-%{_mandir}/man1/cups-config.1*
+%{_mandir}/man1/cups-config.1.gz
 %{_sysconfdir}/rpm/macros.cups
 
 %files lpd
@@ -619,8 +620,12 @@ rm -f %{cups_serverbin}/backend/smb
 %dir %{_datadir}/cups/ipptool
 %{_datadir}/cups/ipptool/*
 %{_mandir}/man1/ipptool.1.gz
+%{_mandir}/man5/ipptoolfile.5.gz
 
 %changelog
+* Mon Dec  3 2012 Jiri Popelka <jpopelka at redhat.com> 1:1.6.1-14
+- move ipptoolfile(5) to ipptool subpackage
+
 * Mon Dec  3 2012 Tim Waugh <twaugh at redhat.com> 1:1.6.1-13
 - Applied additional upstream patch for CVE-2012-5519 so that the
   RemoteRoot keyword is recognised in the correct configuration file.


More information about the scm-commits mailing list