rpms/system-config-printer/devel system-config-printer.spec, 1.366, 1.367

Tim Waugh twaugh at fedoraproject.org
Wed Mar 3 11:36:19 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20218

Modified Files:
	system-config-printer.spec 
Log Message:
* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-5
- Added comments for all sources and patches.
- Ship COPYING files.



Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -p -r1.366 -r1.367
--- system-config-printer.spec	1 Mar 2010 19:01:00 -0000	1.366
+++ system-config-printer.spec	3 Mar 2010 11:36:16 -0000	1.367
@@ -7,12 +7,14 @@
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.1.93
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
 Source0: http://cyberelk.net/tim/data/system-config-printer/1.2/%{name}-%{version}.tar.xz
+# Python bindings for libcups
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
+# Python bindings for libsmbclient
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
 
 Patch1: system-config-printer-no-epydoc.patch
@@ -78,10 +80,19 @@ printers.
 
 %prep
 %setup -q -a 1 -a 2
+# Don't require epydoc.
 %patch1 -p1 -b .no-epydoc
+
+# Convert InstallPrinterDriver requests to lower-case.
 %patch2 -p1 -b .lowercase-mfg-mdl
+
+# Import gobject in gtkspinner.
 %patch3 -p1 -b .import-gobject
+
+# Attempt to install relevant driver packages in Device IDs checker.
 %patch4 -p1 -b .check-install
+
+# Use 'printer' icon name instead of 'gnome-dev-printer'.
 %patch5 -p1 -b .icon-name
 
 %build
@@ -119,8 +130,8 @@ rm -rf %buildroot
 
 %files libs -f system-config-printer.lang
 %defattr(-,root,root,-)
-%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
-%doc --parents pysmbc-%{pysmbc_version}/{ChangeLog,README,NEWS,TODO,test.py,html}
+%doc --parents pycups-%{pycups_version}/{COPYING,ChangeLog,README,NEWS,TODO,examples,html}
+%doc --parents pysmbc-%{pysmbc_version}/{COPYING,ChangeLog,README,NEWS,TODO,test.py,html}
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/printerdriversinstaller.conf
 %{python_sitearch}/cups.so
@@ -143,7 +154,7 @@ rm -rf %buildroot
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README
+%doc COPYING ChangeLog README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-applet
 %dir %{_datadir}/%{name}
@@ -199,6 +210,10 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-5
+- Added comments for all sources and patches.
+- Ship COPYING files.
+
 * Mon Mar  1 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-4
 - Use icon name 'printer' instead of 'gnome-dev-printer'.
 



More information about the scm-commits mailing list