rpms/TurboGears/devel TurboGears.spec,1.47,1.48

Toshio くらとみ toshio at fedoraproject.org
Mon Aug 17 20:48:07 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/TurboGears/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8726/devel

Modified Files:
	TurboGears.spec 
Log Message:

* Tue Aug 11 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.8-6
- Add patch to make FeedController work when the default template engine is
  not kid.



Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- TurboGears.spec	12 Aug 2009 23:24:38 -0000	1.47
+++ TurboGears.spec	17 Aug 2009 20:48:07 -0000	1.48
@@ -27,12 +27,14 @@ BuildRequires: python-decoratortools pyt
 BuildRequires: python-formencode python-turbokid python-turbocheetah
 BuildRequires: python-paste-script python-sqlobject python-sqlalchemy
 
-%if 0%{?fedora} >= 9
+%if 0%{?fedora} || 0%{?rhel} > 5
 Requires:       python-cherrypy2
 BuildRequires:	python-cherrypy2
 %else
-Requires:       python-cherrypy
+BuildRequires:  python-elementtree >= 1.2.6
 BuildRequires:	python-cherrypy
+Requires:       python-elementtree >= 1.2.6
+Requires:       python-cherrypy
 %endif
 
 Requires:       python-sqlalchemy




More information about the fedora-extras-commits mailing list