From c79921cdabaa582f508da838f7bef8e3080a98ac Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 15 Aug 2011 17:09:28 +0100 Subject: [PATCH] Removed redundant macro definitions, spotted by Jiri Popelka. --- system-config-printer.spec | 9 ++++----- 1 file 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 1.3.5-4 +- Removed redundant macros, spotted by Jiri Popelka. + * Tue Aug 2 2011 Tim Waugh 1.3.5-3 - Removed problematic PackageKit client support (bug #726996, bug #726938).