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

Matthew Miller (mattdm) fedora-extras-commits at redhat.com
Fri Mar 31 14:12:24 UTC 2006


Author: mattdm

Update of /cvs/extras/rpms/wxPython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5260

Modified Files:
	wxPython.spec 
Log Message:
Apparently wx.pth and wxversion.py don't belong in lib64.



Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wxPython.spec	31 Mar 2006 13:18:42 -0000	1.7
+++ wxPython.spec	31 Mar 2006 14:12:24 -0000	1.8
@@ -1,10 +1,11 @@
+%{!?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)")}
 
 %define buildflags WXPORT=gtk2 UNICODE=1
 
 Name:           wxPython
 Version:        2.6.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
@@ -72,8 +73,8 @@
 %defattr(-,root,root,-)
 %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
 %{_bindir}/*
-%{python_sitearch}/wx.pth
-%{python_sitearch}/wxversion.py*
+%{python_sitelib}/wx.pth
+%{python_sitelib}/wxversion.py*
 %dir %{python_sitearch}/wx-2.6-gtk2-unicode/
 %{python_sitearch}/wx-2.6-gtk2-unicode/wx
 %{python_sitearch}/wx-2.6-gtk2-unicode/wxPython
@@ -89,6 +90,9 @@
 
 
 %changelog
+* Fri Mar 31 2006 Matthew Miller <mattdm at mattdm.org> - 2.6.3.0-3
+- oh yeah -- wxversion.py not lib64.
+
 * Fri Mar 31 2006 Matthew Miller <mattdm at mattdm.org> - 2.6.3.0-2
 - buildrequires mesa-libGLU-devel
 




More information about the scm-commits mailing list