devel/wxPythonGTK2 wxPython.spec,1.4,1.5

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Feb 10 19:02:16 UTC 2005


Author: thl

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

Modified Files:
	wxPython.spec 
Log Message:
remove included disutils before build; fixes build on x86_64


Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/devel/wxPythonGTK2/wxPython.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxPython.spec	10 Dec 2004 22:03:12 -0000	1.4
+++ wxPython.spec	10 Feb 2005 19:02:14 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           wxPythonGTK2
 Version:        2.4.2.4
-Release:        3
+Release:        4
 Epoch:          0
 Summary:        wxPython is a GUI toolkit for the Python programming language.
 
@@ -36,6 +36,8 @@
 # Just build the wxPython part, not all of wxWindows which we already have
 # in Fedora
 cd wxPython
+# included disutils is not multilib aware; use normal
+rm -rf distutils
 python setup.py %{buildflags} build
 
 # There's a binary included in sources resulting in bogus libwx_gtk2-2.3.so.0
@@ -59,6 +61,10 @@
 %{_libdir}/python%{pyver}/site-packages/wx
 
 %changelog
+* Tue Feb 08 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0:2.4.2.4-4
+- remove included disutils - it is not multilib aware; this
+  fixes build on x86_64
+
 * Tue Jan 06 2004 Panu Matilainen <pmatilai at welho.com> 0:2.4.2.4-0.fdr.3
 - rename package to wxPythonGTK2, provide wxPython (see bug 927)
 - dont ship binaries in /usr/share




More information about the fedora-extras-commits mailing list