rpms/python-tempita/devel python-tempita.spec,1.6,1.7

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


Author: ricky

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

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




Index: python-tempita.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/devel/python-tempita.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-tempita.spec	26 Feb 2009 23:39:23 -0000	1.6
+++ python-tempita.spec	14 Apr 2009 17:25:52 -0000	1.7
@@ -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-tempita
 Version:        0.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A very small text templating language
 
 Group:          Development/Languages
@@ -13,12 +13,7 @@
 Patch0:         %{name}-%{version}-fix-tests.patch
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
 BuildRequires:  python-setuptools-devel
-%else
-BuildRequires:  python-setuptools
-%endif
 BuildRequires:  python-nose
 
 %description
@@ -54,6 +49,11 @@
 
 
 %changelog
+* Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3-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> - 0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list