devel/wxPython wxPython.spec,1.3,1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Feb 10 18:55:07 UTC 2005


Author: thl

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

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


Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/devel/wxPython/wxPython.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wxPython.spec	2 Feb 2005 14:11:51 -0000	1.3
+++ wxPython.spec	10 Feb 2005 18:55:05 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           wxPython
 Version:        2.4.2.4
-Release:        1
+Release:        2
 Summary:        wxPython is a GUI toolkit for the Python programming language.
 
 Group:          Development/Languages
@@ -32,6 +32,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
 
 # this doesn't get built automatically, resulting in bogus libwx_gtk2-2.3.so.0
@@ -56,6 +58,10 @@
 %{_libdir}/python%{pyver}/site-packages/wx
 
 %changelog
+* Tue Feb 08 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 2.4.2.4-2
+- remove included disutils - it is not multilib aware; this
+  fixes build on x86_64
+
 * Thu Nov 20 2003 Panu Matilainen <pmatilai at welho.com> 0:2.4.2.4-0.fdr.2
 - add missing buildrequires: python-devel, wxGTK2-gl
 




More information about the fedora-extras-commits mailing list