remove included disutils before build; fixes build on x86_64

This commit is contained in:
Thorsten Leemhuis 2005-02-10 19:02:14 +00:00
commit 3cde0aee16

View file

@ -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 <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@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