From 8ecfc19a995a51f5f00296a60a6fc73a99328c83 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Thu, 10 Feb 2005 19:02:14 +0000 Subject: [PATCH] remove included disutils before build; fixes build on x86_64 --- wxPython.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wxPython.spec b/wxPython.spec index a2f1156..6687c38 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -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 @@ platform GUI library, which is written in C++. # 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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python%{pyver}/site-packages/wx %changelog +* Tue Feb 08 2005 Thorsten Leemhuis 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 0:2.4.2.4-0.fdr.3 - rename package to wxPythonGTK2, provide wxPython (see bug 927) - dont ship binaries in /usr/share