rpms/python-configobj/devel python-configobj.spec,1.12,1.13

Luke Macken lmacken at fedoraproject.org
Mon Feb 9 17:37:21 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-configobj/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12801

Modified Files:
	python-configobj.spec 
Log Message:
Conditionally include the egg-info, when available (#478417)


Index: python-configobj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/devel/python-configobj.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-configobj.spec	1 Dec 2008 20:59:11 -0000	1.12
+++ python-configobj.spec	9 Feb 2009 17:36:51 -0000	1.13
@@ -3,7 +3,7 @@
 
 Name:           python-configobj
 Version:        4.5.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Config file reading, writing, and validation
 
 Group:          System Environment/Libraries
@@ -58,9 +58,14 @@
 %{python_sitelib}/*.py
 %{python_sitelib}/*.pyc
 %{python_sitelib}/*.pyo
-%{python_sitelib}/configobj-%{version}-py%{pyver}.egg-info
+%if 0%{?fedora} >= 9
+%{python_sitelib}/*.egg-info
+%endif
 
 %changelog
+* Mon Feb 09 2009 Luke Macken <lmacken at redhat.com> - 4.5.3-4
+- Conditionally include the egg-info, when available (#478417)
+
 * Mon Dec 1 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 4.5.3-3
 - Upload Source file so this actually builds.
 




More information about the fedora-extras-commits mailing list