rpms/TurboGears/devel TurboGears.spec,1.10,1.11

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 10 06:27:33 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20439

Modified Files:
	TurboGears.spec 
Log Message:
Add python-devel to BuildRequires


Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- TurboGears.spec	10 Dec 2006 06:16:17 -0000	1.10
+++ TurboGears.spec	10 Dec 2006 06:27:03 -0000	1.11
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0b2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools >= 0.6c2
+BuildRequires:  python-setuptools >= 0.6c2 python-devel
 
 Requires:       python-kid >= 0.8  python-cherrypy >= 2.2.1
 Requires:       python-sqlobject >= 0.7 python-formencode >= 0.5.1
@@ -76,6 +76,9 @@
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 1.0b2-4
+- Add python-devel to BuildRequires
+
 * Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 1.0b2-3
 - Rebuild for python 2.5
 




More information about the fedora-extras-commits mailing list