parent
4a82c2b09b
commit
9366e38757
3 changed files with 10 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
wxPython-src-2.8.9.0.tar.bz2
|
wxPython-src-2.8.9.1.tar.bz2
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
0e5f5a61c171e33c29de6582e422b481 wxPython-src-2.8.9.0.tar.bz2
|
4ad9a64e05529097618c7e48fbb10a84 wxPython-src-2.8.9.1.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
%define buildflags WXPORT=gtk2 UNICODE=1
|
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||||
|
|
||||||
Name: wxPython
|
Name: wxPython
|
||||||
Version: 2.8.9.0
|
Version: 2.8.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: GUI toolkit for the Python programming language
|
Summary: GUI toolkit for the Python programming language
|
||||||
|
|
@ -50,6 +50,9 @@ programs which use the wxPython toolkit.
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wxPython-src-%{version}
|
%setup -q -n wxPython-src-%{version}
|
||||||
|
|
||||||
|
# fix libdir otherwise it additional wx libs cannot be found
|
||||||
|
sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Just build the wxPython part, not all of wxWindows which we already have
|
# Just build the wxPython part, not all of wxWindows which we already have
|
||||||
|
|
@ -101,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.1-1
|
||||||
|
- update to 2.8.9.1
|
||||||
|
- fix libdir for additional wx libraries (#306761)
|
||||||
|
|
||||||
* Mon Sep 29 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.0-1
|
* Mon Sep 29 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.0-1
|
||||||
- update to 2.8.9.0
|
- update to 2.8.9.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue