rpms/python-weberror/devel python-weberror.spec,1.2,1.3

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


Author: ricky

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

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



Index: python-weberror.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-weberror/devel/python-weberror.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-weberror.spec	27 Feb 2009 00:10:11 -0000	1.2
+++ python-weberror.spec	14 Apr 2009 17:28:21 -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-weberror
 Version:        0.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Web Error handling and exception catching middleware
 
 Group:          Development/Languages
@@ -12,7 +12,6 @@
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-nose
 BuildRequires:  python-webob
@@ -62,6 +61,10 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.10.1-3
+- Change define to global.
+- Remove unnecessary BuildRequires on python-devel.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list