rpms/python-cheetah/devel python-cheetah.spec,1.5,1.6

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Mon Dec 11 14:21:32 UTC 2006


Author: mikeb

Update of /cvs/extras/rpms/python-cheetah/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14871

Modified Files:
	python-cheetah.spec 
Log Message:
rebuild for python 2.5


Index: python-cheetah.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cheetah/devel/python-cheetah.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-cheetah.spec	11 Sep 2006 14:15:03 -0000	1.5
+++ python-cheetah.spec	11 Dec 2006 14:21:02 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           python-cheetah
 Version:        2.0
-Release:        0.2.rc7%{?dist}
+Release:        0.3.rc7%{?dist}
 Summary:        Template engine and code-generator
 
 Group:          Development/Libraries
@@ -14,8 +14,6 @@
 
 BuildRequires:  python-devel
 
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-
 %description
 Cheetah is an open source template engine and code generation tool,
 written in Python. It can be used standalone or combined with other
@@ -32,7 +30,7 @@
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --root %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 %check
 export PATH="%{buildroot}/%{_bindir}:$PATH"
@@ -88,6 +86,10 @@
 %{python_sitelib}/Cheetah/Utils/optik/*.pyo
 
 %changelog
+* Sun Dec 10 2006 Mike Bonnet <mikeb at redhat.com> - 2.0-0.3.rc7
+- rebuild against python 2.5
+- remove obsolete python-abi Requires:
+
 * Mon Sep 11 2006 Mike Bonnet <mikeb at redhat.com> - 2.0-0.2.rc7
 - un-%%ghost .pyo files
 




More information about the scm-commits mailing list