rpms/python-dictclient/F-9 python-dictclient.spec,1.1,1.2

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue Apr 14 17:16:35 UTC 2009


Author: ricky

Update of /cvs/pkgs/rpms/python-dictclient/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14622/F-9

Modified Files:
	python-dictclient.spec 
Log Message:
Change define to global, remove old >= 8 conditional.



Index: python-dictclient.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dictclient/F-9/python-dictclient.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-dictclient.spec	1 Jun 2008 08:03:06 -0000	1.1
+++ python-dictclient.spec	14 Apr 2009 17:16:04 -0000	1.2
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-dictclient
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python client for DICT protocol
 
 Group:          Development/Languages
@@ -13,11 +13,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
+BuildRequires:  python-setuptools-devel
 
 %description
 A client library for the DICT protocol.
@@ -47,5 +43,9 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 1.0.1-2
+- Change define to global.
+- Remove old >= 8 conditional.
+
 * Sat Apr 05 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0.1-1
 - Initial RPM Package.




More information about the scm-commits mailing list