rpms/python-myghty/devel python-myghty.spec,1.10,1.11

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


Author: lmacken

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

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


Index: python-myghty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-myghty/devel/python-myghty.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-myghty.spec	10 Dec 2006 03:28:50 -0000	1.10
+++ python-myghty.spec	2 Sep 2007 04:44:53 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           python-myghty
 Version:        1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Python-based templating system derived from HTML::Mason
 
 Group:          Development/Libraries
@@ -12,7 +12,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
 Myghty is a Python based web and templating framework originally based on
@@ -48,6 +54,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 1.1-4
+- Update for python-setuptools changes in rawhide
+
 * Sat Dec  9 2006 Luke Macken <Lmacken at redhat.com> 1.1-2
 - Rebuild for python 2.5
 




More information about the scm-commits mailing list