rpms/python-clientform/devel python-clientform.spec,1.14,1.15

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


Author: lmacken

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

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


Index: python-clientform.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-clientform/devel/python-clientform.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-clientform.spec	18 Aug 2007 23:02:14 -0000	1.14
+++ python-clientform.spec	2 Sep 2007 04:41:42 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:           python-clientform
 Version:        0.2.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
@@ -13,7 +13,13 @@
 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
+
 
 %description
 ClientForm is a Python module for handling HTML forms on the client side,
@@ -48,6 +54,9 @@
 %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.2.7-2
+- Update for python-setuptools changes in rawhide
+
 * Sat Aug 18 2007 Luke Macken <lmacken at redhat.com> 0.2.7-1
 - 0.2.7
 




More information about the fedora-extras-commits mailing list