rpms/python-yadis/devel python-yadis.spec,1.1,1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Jan 13 23:39:44 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/python-yadis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3710

Modified Files:
	python-yadis.spec 
Log Message:
python-elementtree is built in


Index: python-yadis.spec
===================================================================
RCS file: /cvs/extras/rpms/python-yadis/devel/python-yadis.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-yadis.spec	13 Jan 2007 22:36:01 -0000	1.1
+++ python-yadis.spec	13 Jan 2007 23:39:14 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-yadis
 Version:        1.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Relying party support for the Yadis service discovery protocol
 
 Group:          Development/Languages
@@ -17,11 +17,13 @@
 BuildRequires:  epydoc
 BuildRequires:  PyXML
 BuildRequires:  python-urljr
-BuildRequires:  python-elementtree
 BuildRequires:  pyflakes
+%if %{fedora} < 7
+BuildRequires:  python-elementtree
+Requires:       python-elementtree
+%endif
 Requires:       PyXML
 Requires:       python-urljr
-Requires:       python-elementtree
 
 %description
 This code implements relying party support for the Yadis[1] service
@@ -65,6 +67,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Jan 13 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-2
+- python-elementtree is built in to python 2.5 in fc7+
+
 * Sat Jan 13 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-1
 - Update to 1.1.0
 




More information about the fedora-extras-commits mailing list