rpms/python-webtest/devel python-webtest.spec,1.4,1.5

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


Author: ricky

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

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/devel/python-webtest.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-webtest.spec	27 Feb 2009 00:12:50 -0000	1.4
+++ python-webtest.spec	14 Apr 2009 17:36:15 -0000	1.5
@@ -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:        2%{?dist}
+Release:        3%{?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-3
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list