rpms/system-config-printer/F-12 system-config-printer.spec, 1.338, 1.339

Tim Waugh twaugh at fedoraproject.org
Wed Jan 6 17:15:02 UTC 2010


Author: twaugh

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

Modified Files:
	system-config-printer.spec 
Log Message:
* Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-4
- Use %global instead of %define.



Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-12/system-config-printer.spec,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -p -r1.338 -r1.339
--- system-config-printer.spec	6 Jan 2010 16:36:21 -0000	1.338
+++ system-config-printer.spec	6 Jan 2010 17:15:02 -0000	1.339
@@ -1,13 +1,13 @@
-%define pycups_version 1.9.47
-%define pysmbc_version 1.0.6
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%global pycups_version 1.9.47
+%global pysmbc_version 1.0.6
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.1.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -214,6 +214,9 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-4
+- Use %%global instead of %%define.
+
 * Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-3
 - Fixed pycups IPPRequest attribute handling bug.
 - Make sure there are enough ink level values (bug #541882).




More information about the fedora-extras-commits mailing list