rpms/wxPythonGTK2/devel wxPython.spec,1.8,1.9

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed May 11 11:46:26 UTC 2005


Author: mschwendt

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

Modified Files:
	wxPython.spec 
Log Message:
* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-7
- d'oh, it's sitearch here




Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/rpms/wxPythonGTK2/devel/wxPython.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wxPython.spec	11 May 2005 09:32:05 -0000	1.8
+++ wxPython.spec	11 May 2005 11:46:24 -0000	1.9
@@ -1,11 +1,10 @@
-# sitelib not sitearch, see build section
-%{!?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:           wxPythonGTK2
 Version:        2.4.2.4
-Release:        6
+Release:        7
 Summary:        GUI toolkit for the Python programming language
 Group:          Development/Languages
 License:        LGPL
@@ -55,10 +54,13 @@
 %defattr(-,root,root,-)
 %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
 %{_bindir}/*
-%{python_sitelib}/wxPython/
-%{python_sitelib}/wx/
+%{python_sitearch}/wxPython/
+%{python_sitearch}/wx/
 
 %changelog
+* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-7
+- d'oh, it's sitearch here
+
 * Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-6
 - rebuilt
 - use %%python_sitelib macro




More information about the fedora-extras-commits mailing list