[system-config-printer/f15] Removed redundant macro definitions, spotted by Jiri Popelka.

Tim Waugh twaugh at fedoraproject.org
Mon Aug 15 16:32:45 UTC 2011


commit c79921cdabaa582f508da838f7bef8e3080a98ac
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Aug 15 17:09:28 2011 +0100

    Removed redundant macro definitions, spotted by Jiri Popelka.

 system-config-printer.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/system-config-printer.spec b/system-config-printer.spec
index ae35110..6b89064 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -1,11 +1,7 @@
-%{!?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.3.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -209,6 +205,9 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Mon Aug 15 2011 Tim Waugh <twaugh at redhat.com> 1.3.5-4
+- Removed redundant macros, spotted by Jiri Popelka.
+
 * Tue Aug  2 2011 Tim Waugh <twaugh at redhat.com> 1.3.5-3
 - Removed problematic PackageKit client support (bug #726996, bug #726938).
 


More information about the scm-commits mailing list