bump + minor cleanup, then rebuild for ppc, too
This commit is contained in:
parent
23b1b1f616
commit
a7a362b4e4
1 changed files with 11 additions and 8 deletions
|
|
@ -1,13 +1,12 @@
|
|||
%define pyver %(python -c 'import sys ; print sys.version[:3]')
|
||||
# sitelib not sitearch, see build section
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||
|
||||
Name: wxPythonGTK2
|
||||
Version: 2.4.2.4
|
||||
Release: 5
|
||||
|
||||
Release: 6
|
||||
Summary: GUI toolkit for the Python programming language
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
URL: http://www.wxpython.org/
|
||||
|
|
@ -17,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildRequires: wxGTK2-devel >= 2.4.2, pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: python-devel, wxGTK2-gl
|
||||
Requires: %{_bindir}/python%{pyver}
|
||||
|
||||
# This is what other packages should depend on, NOT the package name!
|
||||
Provides: wxPython = %{version}-%{release}
|
||||
|
|
@ -57,11 +55,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
|
||||
%{_bindir}/*
|
||||
%{_libdir}/python%{pyver}/site-packages/wxPython
|
||||
%{_libdir}/python%{pyver}/site-packages/wx
|
||||
%{python_sitelib}/wxPython/
|
||||
%{python_sitelib}/wx/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-6
|
||||
- rebuilt
|
||||
- use %%python_sitelib macro
|
||||
- drop dependency on python binary, python(abi) dependency is automatic
|
||||
|
||||
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-5
|
||||
- rebuilt
|
||||
|
||||
* Tue Feb 08 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0:2.4.2.4-4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue