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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:50:55 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-turbocheetah/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15715

Modified Files:
	python-turbocheetah.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-turbocheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-turbocheetah.spec	9 Dec 2006 19:59:19 -0000	1.4
+++ python-turbocheetah.spec	2 Sep 2007 04:50:22 -0000	1.5
@@ -5,7 +5,7 @@
 
 Name:           python-turbocheetah
 Version:        0.9.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        TurboGears plugin to support use of Cheetah templates
 
 Group:          Development/Languages
@@ -16,7 +16,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-cheetah >= 1.0
 
 %description
@@ -52,6 +57,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 0.9.5-8
+- Update for python-setuptools changes in rawhide
+
 * Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-7
 - Add python-devel to BuildRequires
 




More information about the scm-commits mailing list