rpms/PyX/devel PyX.spec,1.7,1.8

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Fri Jan 11 17:20:47 UTC 2008


Author: jamatos

Update of /cvs/pkgs/rpms/PyX/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16876

Modified Files:
	PyX.spec 
Log Message:
* Fri Jan 11 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-2
- Add egg-info to F9+.



Index: PyX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyX/devel/PyX.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PyX.spec	11 Jan 2008 16:11:39 -0000	1.7
+++ PyX.spec	11 Jan 2008 17:19:44 -0000	1.8
@@ -1,3 +1,4 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 # Necessary as soon as mkhowto is used
@@ -7,7 +8,7 @@
 
 Name:           PyX
 Version:        0.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python graphics package
 
 Group:          Applications/Publishing
@@ -80,8 +81,15 @@
 %{_datadir}/pyx/
 %{python_sitearch}/pyx/
 
+%if 0%{?fedora} >= 9
+%{python_sitelib}/*.egg-info
+%endif
+
 
 %changelog
+* Fri Jan 11 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-2
+- Add egg-info to F9+.
+
 * Fri Jan 11 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-1
 - New upstream release (#426816).
 - Package cleanup.




More information about the fedora-extras-commits mailing list