rpms/python-kid/FC-4 python-kid.spec,1.10,1.11

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue May 23 21:59:09 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-kid/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18194/FC-4

Modified Files:
	python-kid.spec 
Log Message:
Fix "requires elementtree" regression (I hate .eggs)



Index: python-kid.spec
===================================================================
RCS file: /cvs/extras/rpms/python-kid/FC-4/python-kid.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-kid.spec	20 May 2006 20:20:31 -0000	1.10
+++ python-kid.spec	23 May 2006 21:59:09 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           python-kid
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Kid - A simple and pythonic XML template language
 
 Group:          Applications/Publishing
@@ -39,6 +39,7 @@
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
     --single-version-externally-managed
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/kid/test
+rm -rf $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
 
 
 %clean
@@ -57,6 +58,9 @@
 
 
 %changelog
+* Tue May 23 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9.1-3
+- Fix 'elementtree requried' regression
+
 * Sat May 20 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.9.1-2
 - Update project URL
 




More information about the fedora-extras-commits mailing list