rpms/TurboGears/F-9 TurboGears.spec,1.37,1.38 sources,1.11,1.12

Luke Macken lmacken at fedoraproject.org
Thu Sep 18 01:25:32 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv571

Modified Files:
	TurboGears.spec sources 
Log Message:
* Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
- Update to the latest upstream release
- Utilize the test suite
- Remove the setup.py patch

* Tue May 27 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-3
- Patch our setup.py to remove the hard version requirements for SQLObject.
  This has changed upstream as well.




Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-9/TurboGears.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- TurboGears.spec	11 Mar 2008 17:18:08 -0000	1.37
+++ TurboGears.spec	18 Sep 2008 01:25:02 -0000	1.38
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.4.4
-Release:        2%{?dist}
+Version:        1.0.7
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -17,16 +17,17 @@
 
 BuildRequires: python-devel python-setuptools-devel
 
-# ElementTree is part of python 2.5 on FC7+
-%if 0%{?fedora} <= 6
-BuildRequires:  python-elementtree >= 1.2.6
-Requires: python-elementtree >= 1.2.6
-%endif
+BuildRequires: python-nose python-configobj python-ruledispatch
+BuildRequires: python-decoratortools python-turbojson python-simplejson python-kid
+BuildRequires: python-formencode python-turbokid python-turbocheetah
+BuildRequires: python-paste-script python-sqlobject python-sqlalchemy
 
 %if 0%{?fedora} >= 9
 Requires:       python-cherrypy2
+BuildRequires:	python-cherrypy2
 %else
 Requires:       python-cherrypy
+BuildRequires:	python-cherrypy
 %endif
 
 Requires:       python-sqlalchemy
@@ -69,12 +70,14 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
+%check
+PYTHONPATH=$(pwd) nosetests -q
 
 %clean
 rm -rf %{buildroot}
@@ -87,6 +90,15 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
+- Update to the latest upstream release
+- Utilize the test suite
+- Remove the setup.py patch
+
+* Tue May 27 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-3
+- Patch our setup.py to remove the hard version requirements for SQLObject.
+  This has changed upstream as well.
+
 * Tue Mar 11 2008 Luke Macken <lmacken at redhat.com> 1.0.4.4-2
 - Add TurboGears-1.0.4.4-cherrypyreq.patch to explicitly require the
   appropriate version of CherryPy when necessary.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-9/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	8 Mar 2008 00:19:40 -0000	1.11
+++ sources	18 Sep 2008 01:25:02 -0000	1.12
@@ -1 +1 @@
-a03a66fcf7d687fd7bd4205a01fd21dd  TurboGears-1.0.4.4.tar.gz
+a933efb063de7efb337d4819976c81ea  TurboGears-1.0.7.tar.gz




More information about the fedora-extras-commits mailing list