Update to new 2.8.0.1 release.
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
This commit is contained in:
parent
3e7f52a120
commit
40b60a7cb1
3 changed files with 21 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
wxPython-src-2.6.3.2.tar.gz
|
||||
wxPython-src-2.8.0.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a27546fab8a8d77eb6b67954e6362269 wxPython-src-2.6.3.2.tar.gz
|
||||
5d4000fa5fc330519e882e6cc115b000 wxPython-src-2.8.0.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,18 +4,18 @@
|
|||
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||
|
||||
Name: wxPython
|
||||
Version: 2.6.3.2
|
||||
Release: 3%{?dist}
|
||||
Version: 2.8.0.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: GUI toolkit for the Python programming language
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
URL: http://www.wxpython.org/
|
||||
Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.gz
|
||||
Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: wxGTK-devel = 2.6.3, pkgconfig
|
||||
BuildRequires: wxGTK-devel >= 2.8.0-2.8.0.1, pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: libGL-devel, libGLU-devel
|
||||
BuildRequires: python-devel, wxGTK-gl
|
||||
|
|
@ -77,21 +77,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
%{python_sitearch}/wx.pth
|
||||
%{python_sitearch}/wxversion.py*
|
||||
%dir %{python_sitearch}/wx-2.6-gtk2-unicode/
|
||||
%{python_sitearch}/wx-2.6-gtk2-unicode/wx
|
||||
%{python_sitearch}/wx-2.6-gtk2-unicode/wxPython
|
||||
%dir %{python_sitearch}/wx-2.8-gtk2-unicode/
|
||||
%{python_sitearch}/wx-2.8-gtk2-unicode/wx
|
||||
%{python_sitearch}/wx-2.8-gtk2-unicode/wxPython
|
||||
%{python_sitelib}/wxaddons
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/wx-2.6/wx/wxPython
|
||||
%{_includedir}/wx-2.6/wx/wxPython/*.h
|
||||
%dir %{_includedir}/wx-2.6/wx/wxPython/i_files
|
||||
%{_includedir}/wx-2.6/wx/wxPython/i_files/*.i
|
||||
%{_includedir}/wx-2.6/wx/wxPython/i_files/*.py*
|
||||
%{_includedir}/wx-2.6/wx/wxPython/i_files/*.swg
|
||||
%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
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue