Compare commits
76 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38077c5712 | ||
|
|
09debf9e63 | ||
|
|
157a700236 | ||
| e9a3c26f0d | |||
|
|
95f76bc023 | ||
|
|
5dcd728b5f | ||
|
|
f90a6c4a4c | ||
|
|
7ad7dfb6fd | ||
|
|
29a897e0eb | ||
|
|
6fc8ad3ae6 | ||
| 47a7d3177b | |||
| f7af00b173 | |||
| 1468f8851f | |||
|
|
f0f8829ebf | ||
|
|
1112474969 | ||
|
|
e15a4b9f40 | ||
|
|
b0ad45f3ca | ||
|
|
8e4800650c | ||
|
|
a312ccd0f5 | ||
|
|
8a2f6eb073 | ||
|
|
8d55ef441d | ||
|
|
a27aaf9147 | ||
|
|
5144288d2c | ||
|
|
7460b1c443 | ||
|
|
fa7236947c | ||
|
|
995427e4c4 | ||
|
|
b9b45055dd | ||
|
|
26b05c42b7 | ||
|
|
b91dc38d2c | ||
| 9ba8899d0e | |||
|
|
a4ea84a4e8 | ||
|
|
765f773e42 | ||
|
|
cd515dfe0e | ||
|
|
9f454de419 | ||
|
|
9cdb44a167 | ||
|
|
a36650e4d0 | ||
|
|
ede0e97ed3 | ||
|
|
cb78553782 | ||
|
|
ff005f72a5 | ||
|
|
addd933c6b | ||
|
|
083fc56324 | ||
| 73774afa97 | |||
| b0fcfef23e | |||
| 56ada86f32 | |||
| 041462cf6a | |||
| e20ef77f54 | |||
| 9daf47389b | |||
| 577dfa2322 | |||
|
|
a8a60d3e36 | ||
|
|
353925f7d3 | ||
| c7296ed8e5 | |||
| 5d8401c850 | |||
| 58da76d13d | |||
| 54740f9cd1 | |||
|
|
07c82f90d6 | ||
|
|
f6acd4492d | ||
| 572c797459 | |||
| 165fcb9908 | |||
|
|
6456b296f1 | ||
|
|
f5087560dc | ||
| cd54331af7 | |||
| a2a2143df0 | |||
|
|
690900114e | ||
|
|
cba2a5ccda | ||
|
|
357189c056 | ||
|
|
ea3dbf0f63 | ||
|
|
cad4e8a764 | ||
|
|
1d4bef3991 | ||
|
|
746fc2f038 | ||
|
|
9c85c8c259 | ||
|
|
d61fc844bc | ||
|
|
56af1e72ee | ||
|
|
2961bbf17c | ||
|
|
419714426b | ||
|
|
40b60a7cb1 | ||
|
|
3e7f52a120 |
5 changed files with 1 additions and 226 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
wxPython-src-2.8.11.0.tar.bz2
|
||||
/wxPython-src-2.8.12.0.tar.bz2
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Python 2 only - replaced by python-wxpython4
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
402e0b81e06f596d849e221a7a76acc6 wxPython-src-2.8.12.0.tar.bz2
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
diff -up wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_pages.py.aui wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_pages.py
|
||||
--- wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_pages.py.aui 2011-04-13 22:28:07.000000000 +0200
|
||||
+++ wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_pages.py 2011-04-26 08:40:13.000000000 +0200
|
||||
@@ -37,7 +37,7 @@ import ed_txt
|
||||
import ed_mdlg
|
||||
import ebmlib
|
||||
import eclib
|
||||
-from extern import aui
|
||||
+from wx.lib.agw import aui
|
||||
import ed_book
|
||||
|
||||
#--------------------------------------------------------------------------#
|
||||
diff -up wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_shelf.py.aui wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_shelf.py
|
||||
--- wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_shelf.py.aui 2011-04-13 22:28:07.000000000 +0200
|
||||
+++ wxPython-src-2.8.12.0/wxPython/wx/tools/Editra/src/ed_shelf.py 2011-04-26 08:40:26.000000000 +0200
|
||||
@@ -29,7 +29,7 @@ from profiler import Profile_Get
|
||||
import ed_msg
|
||||
import plugin
|
||||
import iface
|
||||
-from extern import aui
|
||||
+from wx.lib.agw import aui
|
||||
import ed_book
|
||||
|
||||
#--------------------------------------------------------------------------#
|
||||
199
wxPython.spec
199
wxPython.spec
|
|
@ -1,199 +0,0 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||
|
||||
Name: wxPython
|
||||
Version: 2.8.12.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: GUI toolkit for the Python programming language
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
URL: http://www.wxpython.org/
|
||||
Source0: http://downloads.sourceforge.net/wxpython/%{name}-src-%{version}.tar.bz2
|
||||
# fix aui imports
|
||||
# http://trac.wxwidgets.org/ticket/12107
|
||||
Patch0: wxPython-2.8.12.0-aui.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# make sure to keep this updated as appropriate
|
||||
BuildRequires: wxGTK-devel >= 2.8.11
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: libGL-devel, libGLU-devel
|
||||
BuildRequires: python-devel, wxGTK-gl
|
||||
|
||||
# packages should depend on "wxPython", not "wxPythonGTK2", but in case
|
||||
# one does, here's the provides for it.
|
||||
Provides: wxPythonGTK2 = %{version}-%{release}
|
||||
|
||||
# time for this to go away.
|
||||
Obsoletes: compat-wxPythonGTK < 2.8.4.0
|
||||
|
||||
%description
|
||||
wxPython is a GUI toolkit for the Python programming language. It allows
|
||||
Python programmers to create programs with a robust, highly functional
|
||||
graphical user interface, simply and easily. It is implemented as a Python
|
||||
extension module (native code) that wraps the popular wxWindows cross
|
||||
platform GUI library, which is written in C++.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for wxPython add-on modules
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: wxGTK-devel
|
||||
|
||||
%description devel
|
||||
This package includes C++ header files and SWIG files needed for developing
|
||||
add-on modules for wxPython. It is NOT needed for development of most
|
||||
programs which use the wxPython toolkit.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n wxPython-src-%{version}
|
||||
%patch0 -p1 -b .aui
|
||||
|
||||
# fix libdir otherwise additional wx libs cannot be found
|
||||
sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
|
||||
|
||||
|
||||
%build
|
||||
# Just build the wxPython part, not all of wxWindows which we already have
|
||||
# in Fedora
|
||||
cd wxPython
|
||||
# included distutils is not multilib aware; use normal
|
||||
rm -rf distutils
|
||||
python setup.py %{buildflags} build
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd wxPython
|
||||
python setup.py %{buildflags} install --root=$RPM_BUILD_ROOT
|
||||
|
||||
# this is a kludge....
|
||||
%if "%{python_sitelib}" != "%{python_sitearch}"
|
||||
mv $RPM_BUILD_ROOT%{python_sitelib}/wx.pth $RPM_BUILD_ROOT%{python_sitearch}
|
||||
mv $RPM_BUILD_ROOT%{python_sitelib}/wxversion.py* $RPM_BUILD_ROOT%{python_sitearch}
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
|
||||
%{_bindir}/*
|
||||
%{python_sitearch}/wx.pth
|
||||
%{python_sitearch}/wxversion.py*
|
||||
%dir %{python_sitearch}/wx-2.8-gtk2-unicode/
|
||||
%{python_sitearch}/wx-2.8-gtk2-unicode/wx
|
||||
%{python_sitearch}/wx-2.8-gtk2-unicode/wxPython
|
||||
%if 0%{?fedora} >= 9
|
||||
%{python_sitelib}/*egg-info
|
||||
%{python_sitearch}/wx-2.8-gtk2-unicode/*egg-info
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/wx-2.8/wx/wxPython
|
||||
%{_includedir}/wx-2.8/wx/wxPython/*.h
|
||||
%dir %{_includedir}/wx-2.8/wx/wxPython/i_files
|
||||
%{_includedir}/wx-2.8/wx/wxPython/i_files/*.i
|
||||
%{_includedir}/wx-2.8/wx/wxPython/i_files/*.py*
|
||||
%{_includedir}/wx-2.8/wx/wxPython/i_files/*.swg
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 Dan Horák <dan[at]danny.cz> - 2.8.12.0-1
|
||||
- update to 2.8.12.0 (#699207)
|
||||
|
||||
* Mon May 31 2010 Dan Horák <dan[at]danny.cz> - 2.8.11.0-1
|
||||
- update to 2.8.11.0 (#593837, #595936, #597639)
|
||||
|
||||
* Thu Feb 21 2008 Matthew Miller <mattdm@mattdm.org> - 2.8.7.1-2
|
||||
- include egg-info files for fedora 9 or greater
|
||||
|
||||
* Wed Feb 20 2008 Matthew Miller <mattdm@mattdm.org> - 2.8.7.1-1
|
||||
- update to 2.8.7.1
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.8.4.0-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.8.4.0-2
|
||||
- Rebuild for selinux ppc32 issue.
|
||||
|
||||
* Wed Jul 11 2007 Matthew Miller <mattdm@mattdm.org> - 2.8.4.0-1
|
||||
- update to 2.8.4.0
|
||||
- obsolete compat-wxPythonGTK
|
||||
|
||||
* Sun Apr 15 2007 Matthew Miller <mattdm@mattdm.org> - 2.8.3.0-1
|
||||
- update to 2.8.3.0
|
||||
|
||||
* Fri Dec 15 2006 Matthew Miller <mattdm@mattdm.org> - 2.8.0.1-1
|
||||
- update to 2.8.0.1
|
||||
- make buildrequire wxGTK of version-wxpythonsubrelease
|
||||
- add wxaddons to filelist
|
||||
|
||||
* Mon Dec 11 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.2-3
|
||||
- bump release for rebuild against python 2.5.
|
||||
|
||||
* Mon Aug 28 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.2-2
|
||||
- bump release for FC6 rebuild
|
||||
|
||||
* Thu Apr 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.2-1
|
||||
- version 2.6.3.2
|
||||
- move wxversion.py _into_ lib64. Apparently that's the right thing to do. :)
|
||||
- upstream tarball no longer includes embedded.o (since I finally got around
|
||||
to pointing that out to the developers instead of just kludging it away.)
|
||||
- buildrequires to just libGLU-devel instead of mesa-libGL-devel
|
||||
|
||||
* Fri Mar 31 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.0-4
|
||||
- grr. bump relnumber.
|
||||
|
||||
* Fri Mar 31 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.0-3
|
||||
- oh yeah -- wxversion.py not lib64.
|
||||
|
||||
* Fri Mar 31 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.0-2
|
||||
- buildrequires mesa-libGLU-devel
|
||||
|
||||
* Thu Mar 30 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3.0-1
|
||||
- update to 2.6.3.0
|
||||
- wxGTK and wxPython versions are inexorably linked; make BuildRequires
|
||||
be exact, rather than >=.
|
||||
- make devel subpackage as per comment #7 in bug #163440.
|
||||
|
||||
* Thu Nov 24 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.1.0-1
|
||||
- update to 2.6.0.0
|
||||
- merge in changes from current extras 2.4.x package
|
||||
- Happy Thanksgiving
|
||||
- build animate extention again -- works now.
|
||||
|
||||
* Thu Apr 28 2005 Matthew Miller <mattdm@bu.edu> - 2.6.0.0-bu45.1
|
||||
- get rid of accidental binaries in source tarball -- they generates
|
||||
spurious dependencies and serve no purpose
|
||||
- update to 2.6.0.0 and build for Velouria
|
||||
- switch to Fedora Extras base spec file
|
||||
- enable gtk2 and unicode and all the code stuff (as FE does)
|
||||
- disable BUILD_ANIMATE extension from contrib -- doesn't build
|
||||
- files are in a different location now -- adjust to that
|
||||
- zap include files (needed only for building wxPython 3rd-party modules),
|
||||
because I don't think this is likely to be very useful. Other option
|
||||
would be to create a -devel package, but I think that'd be confusing.
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Nov 20 2003 Panu Matilainen <pmatilai@welho.com> 0:2.4.2.4-0.fdr.2
|
||||
- add missing buildrequires: python-devel, wxGTK2-gl
|
||||
|
||||
* Sun Nov 02 2003 Panu Matilainen <pmatilai@welho.com> 0:2.4.2.4-0.fdr.1
|
||||
- Initial RPM release.
|
||||
~
|
||||
Loading…
Add table
Add a link
Reference in a new issue