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

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Sat Jan 12 10:44:03 UTC 2008


Author: jamatos

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

Modified Files:
	PyX.spec 
Log Message:
* Sat Jan 12 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-3
- egg-info is in sitearch...



Index: PyX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyX/devel/PyX.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PyX.spec	11 Jan 2008 17:19:44 -0000	1.8
+++ PyX.spec	12 Jan 2008 10:43:27 -0000	1.9
@@ -1,4 +1,3 @@
-%{!?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
@@ -8,7 +7,7 @@
 
 Name:           PyX
 Version:        0.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python graphics package
 
 Group:          Applications/Publishing
@@ -82,11 +81,14 @@
 %{python_sitearch}/pyx/
 
 %if 0%{?fedora} >= 9
-%{python_sitelib}/*.egg-info
+%{python_sitearch}/*.egg-info
 %endif
 
 
 %changelog
+* Sat Jan 12 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-3
+- egg-info is in sitearch...
+
 * Fri Jan 11 2008 José Matos <jamatos[AT]fc.up.pt> - 0.10-2
 - Add egg-info to F9+.
 




More information about the fedora-extras-commits mailing list