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

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


Author: ricky

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

Modified Files:
	python-wsgiproxy.spec 
Log Message:
Change define to global, remove old >= 8 conditional, remove unnecessary BuildRequires on python-devel.



Index: python-wsgiproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-wsgiproxy/F-9/python-wsgiproxy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-wsgiproxy.spec	18 Jun 2008 03:14:36 -0000	1.1
+++ python-wsgiproxy.spec	14 Apr 2009 17:38:54 -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-wsgiproxy
 Version:        0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTTP proxying tools for WSGI apps
 
 Group:          Development/Languages
@@ -12,12 +12,7 @@
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
 BuildRequires:  python-setuptools-devel
-%else
-BuildRequires:  python-setuptools
-%endif
 Requires:       python-paste
 Requires:       python-paste-deploy
 
@@ -51,5 +46,10 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.1-2
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Sat Jun 14 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.1-1
 - Initial RPM Package.




More information about the scm-commits mailing list