rpms/compat-wxPythonGTK2/devel compat-wxPython.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jan 6 16:23:12 UTC 2006


Author: spot

Update of /cvs/extras/rpms/compat-wxPythonGTK2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14171/devel

Modified Files:
	.cvsignore sources 
Added Files:
	compat-wxPython.spec 
Log Message:
auto-import compat-wxPythonGTK2-2.4.2.4-9 on branch devel from compat-wxPythonGTK2-2.4.2.4-9.src.rpm


--- NEW FILE compat-wxPython.spec ---
%{!?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 WX_CONFIG=%{_bindir}/wx-2.4-config

Name:           compat-wxPythonGTK2
Version:        2.4.2.4
Release:        9%{?dist}
Summary:        Compatibility version of the wxWidgets GUI toolkit for Python
Group:          Development/Languages
License:        LGPL
URL:            http://www.wxpython.org/
Source0:        http://dl.sf.net/wxpython/wxPythonSrc-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  compat-wxGTK2-devel >= 2.4.2, compat-wxGTK2-gl, pkgconfig
BuildRequires:  zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
BuildRequires:  python-devel

# This is what other packages should depend on, NOT the package name!
Provides:       wxPython = %{version}-%{release}
Obsoletes:      wxPythonGTK2 <= 2.4.2.4-7
Obsoletes:      wxPython <= 2.4.2.4-7

%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++.

%prep
%setup -q -n wxPythonSrc-%{version}

%build
# 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
# dependency for the package, clean it up
cd demo/dllwidget
make clean

%install
rm -rf $RPM_BUILD_ROOT
cd wxPython
python setup.py %{buildflags} install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc wxPython/docs/ wxPython/demo/ wxPython/licence/ wxPython/samples/
%{_bindir}/*
# These binaries are now in the wxPython 2.6 package
%exclude %{_bindir}/helpviewer
%exclude %{_bindir}/img2png
%exclude %{_bindir}/img2py
%exclude %{_bindir}/img2xpm
%exclude %{_bindir}/xrced
%{python_sitearch}/wxPython/
%{python_sitearch}/wx/

%changelog
* Fri Jan  6 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.2.4-9
- spec cleanups

* Mon Aug 15 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.2.4-8
- rename to compat-wxPythonGTK2

* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-7
- d'oh, it's sitearch here

* 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
- remove included disutils - it is not multilib aware; this
  fixes build on x86_64

* Tue Jan 06 2004 Panu Matilainen <pmatilai at 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 at welho.com> 0:2.4.2.4-0.fdr.2
- add missing buildrequires: python-devel, wxGTK2-gl

* Sun Nov 02 2003 Panu Matilainen <pmatilai at welho.com> 0:2.4.2.4-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/compat-wxPythonGTK2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jan 2006 16:17:20 -0000	1.1
+++ .cvsignore	6 Jan 2006 16:23:11 -0000	1.2
@@ -0,0 +1 @@
+wxPythonSrc-2.4.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/compat-wxPythonGTK2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jan 2006 16:17:20 -0000	1.1
+++ sources	6 Jan 2006 16:23:11 -0000	1.2
@@ -0,0 +1 @@
+ea4eb68e10a0c2a9be643b35dcb78e41  wxPythonSrc-2.4.2.4.tar.gz




More information about the fedora-extras-commits mailing list