Compare commits
91 commits
RHL-9-spli
...
rawhide
| 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 | ||
|
|
a9c9b4e37d | ||
|
|
f0f5d9dc79 | ||
|
|
197c098108 | ||
|
|
bc00e712be | ||
|
|
a6ec546eea | ||
|
|
2f9b2f3772 | ||
|
|
cd12f77ca7 | ||
|
|
c75ef90b51 | ||
|
|
d0959470fa | ||
|
|
15c10641bd | ||
|
|
72aaa4cb1d | ||
|
|
654b7dfe7f | ||
|
|
c25b1a3272 | ||
|
|
42ad3eb526 | ||
|
|
d151e6c619 |
5 changed files with 1 additions and 87 deletions
|
|
@ -1 +0,0 @@
|
|||
wxPythonSrc-2.4.2.4.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wxPython
|
||||
# $Id$
|
||||
NAME := wxPython
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
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 @@
|
|||
ea4eb68e10a0c2a9be643b35dcb78e41 wxPythonSrc-2.4.2.4.tar.gz
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
%define pyver %(python -c 'import sys ; print sys.version[:3]')
|
||||
|
||||
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||
|
||||
Name: wxPython
|
||||
Version: 2.4.2.4
|
||||
Release: 0.fdr.2.rh90
|
||||
Epoch: 0
|
||||
Summary: wxPython is a GUI toolkit for the Python programming language.
|
||||
|
||||
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: wxGTK2-devel >= 0:2.4.2, pkgconfig
|
||||
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
|
||||
BuildRequires: python-devel, wxGTK2-gl
|
||||
Requires: %{_libdir}/python%{pyver}
|
||||
|
||||
%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 %{name}Src-%{version}
|
||||
|
||||
%build
|
||||
# just build the wxPython part, not all of wxWindows which we already have
|
||||
# in fedora...
|
||||
cd wxPython
|
||||
python setup.py %{buildflags} build
|
||||
|
||||
# this doesn't get built automatically, resulting in bogus libwx_gtk2-2.3.so.0
|
||||
# dependency for the package
|
||||
cd demo/dllwidget
|
||||
make clean
|
||||
make
|
||||
|
||||
%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}/*
|
||||
%{_libdir}/python%{pyver}/site-packages/wxPython
|
||||
%{_libdir}/python%{pyver}/site-packages/wx
|
||||
|
||||
%changelog
|
||||
* 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