rpms/python-webtest/F-10 python-webtest.spec,1.2,1.3

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


Author: ricky

Update of /cvs/pkgs/rpms/python-webtest/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22356/F-10

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



Index: python-webtest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webtest/F-10/python-webtest.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-webtest.spec	6 Dec 2008 18:06:46 -0000	1.2
+++ python-webtest.spec	14 Apr 2009 17:36:13 -0000	1.3
@@ -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-webtest
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Helper to test WSGI applications
 
 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
 BuildRequires:  python-nose
 BuildRequires:  python-webob
 Requires:       python-webob
@@ -58,6 +53,11 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 1.1-2
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Sat Dec 06 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.1-1
 - Upstream released new version.
 




More information about the fedora-extras-commits mailing list