rpms/python-webob/F-9 python-webob.spec,1.6,1.7

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


Author: ricky

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

Modified Files:
	python-webob.spec 
Log Message:
Change define to global, remove unnecessary BuildRequires on python-devel.



Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/F-9/python-webob.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-webob.spec	10 Mar 2009 14:24:48 -0000	1.6
+++ python-webob.spec	14 Apr 2009 17:32:26 -0000	1.7
@@ -1,16 +1,15 @@
-%{!?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-webob
 Summary:        WSGI request and response object
 Version:        0.9.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
 Source0:        http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-nose
 BuildRequires:  python-dtopt
@@ -59,6 +58,10 @@
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.9.6.1-2
+- Change define to global.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Tue Mar 10 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.9.6.1-1
 - Upstream released new version.
 




More information about the fedora-extras-commits mailing list