rpms/python-yadis/EL-4 python-yadis.spec,1.3,1.4

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Dec 15 21:11:05 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-yadis/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21694

Modified Files:
	python-yadis.spec 
Log Message:
Fix macro usage.


Index: python-yadis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-yadis/EL-4/python-yadis.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-yadis.spec	14 Jan 2007 21:16:07 -0000	1.3
+++ python-yadis.spec	15 Dec 2007 21:10:31 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           python-yadis
 Version:        1.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Relying party support for the Yadis service discovery protocol
 
 Group:          Development/Languages
@@ -19,7 +19,7 @@
 BuildRequires:  PyXML
 BuildRequires:  python-urljr
 BuildRequires:  pyflakes
-%if %{fedora} < 7
+%if 0%{fedora} < 7
 BuildRequires:  python-elementtree
 Requires:       python-elementtree
 %endif
@@ -72,6 +72,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-4
+- Fix macro usage.
+
 * Sun Jan 14 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-3
 - Really fix elementtree usage in python 2.5.
 




More information about the fedora-extras-commits mailing list