rpms/python-formencode/devel python-formencode.spec,1.15,1.16

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


Author: lmacken

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

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


Index: python-formencode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/devel/python-formencode.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-formencode.spec	10 Apr 2007 15:10:22 -0000	1.15
+++ python-formencode.spec	2 Sep 2007 04:43:19 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:           python-formencode
 Version:        0.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTML form validation, generation, and convertion package  
 
 Group:          Development/Libraries
@@ -16,7 +16,13 @@
 BuildArch:      noarch
 
 Requires: python-setuptools
-BuildRequires:  python-setuptools python-devel
+BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 
 
 %description
@@ -48,6 +54,9 @@
 %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.7.1-2
+- Update for python-setuptools changes in rawhide
+
 * Mon Apr  9 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.7.1-1
 - Upgrade to bugfix 0.7.1 release.
 




More information about the fedora-extras-commits mailing list