2002-07-19 22:30:42 +00:00
|
|
|
%define pref %{_prefix}
|
|
|
|
%define python @PYTHON@
|
|
|
|
%define pyver @PYVER@
|
|
|
|
%define port @PORT@
|
|
|
|
%define lcport @LCPORT@
|
2003-03-25 06:35:27 +00:00
|
|
|
%define unicode @UNICODE@
|
2002-07-18 06:16:25 +00:00
|
|
|
%define tarname @TARNAME@
|
2002-07-19 22:30:42 +00:00
|
|
|
%define version @VERSION@
|
2002-08-12 17:45:17 +00:00
|
|
|
%define ver2 @VER2@
|
2002-07-19 22:30:42 +00:00
|
|
|
%define release 1
|
2003-07-18 02:28:09 +00:00
|
|
|
%define wxprefbase %{pref}/lib/wxPython
|
2003-10-02 00:58:06 +00:00
|
|
|
%define wxpref %{wxprefbase}-%{version}
|
2003-03-25 06:35:27 +00:00
|
|
|
%define name wxPython%{port}-py%{pyver}
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2002-08-12 17:45:17 +00:00
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
# Should the builtin image and etc. libs be used, or system libs?
|
|
|
|
# Distro specific RPMs should probably set this to 0, generic ones
|
|
|
|
# should use 1
|
|
|
|
%define builtin_libs 1
|
2002-08-12 17:45:17 +00:00
|
|
|
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
# Should --enable-debug_flag be used in release builds? Using it
|
|
|
|
# defines __WXDEBUG__ and gives us runtime diagnostics that are turned
|
|
|
|
# into Python exceptions starting with 2.3.4. (So turning it on is a
|
|
|
|
# very helpful thing IMO and is recommended.)
|
|
|
|
%define debug_flag 1
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
|
|
|
|
# build the name of the real wx-config from the port, flags, etc.
|
|
|
|
%define dbgflg %(if [ "%{debug_flag}" = "1" ]; then echo d; fi)
|
|
|
|
%define uniflg %(if [ "%{unicode}" = "1" ]; then echo u; fi)
|
2003-07-02 23:13:10 +00:00
|
|
|
%define DBGFLG %(if [ "%{debug_flag}" = "1" ]; then echo D; fi)
|
|
|
|
%define UNIFLG %(if [ "%{unicode}" = "1" ]; then echo U; fi)
|
2003-03-25 06:35:27 +00:00
|
|
|
%define wxconfigname %{wxpref}/bin/wx%{lcport}%{uniflg}%{dbgflg}-%{ver2}-config
|
2002-08-12 17:45:17 +00:00
|
|
|
|
2003-07-02 23:13:10 +00:00
|
|
|
# turn off the generation of debuginfo rpm (RH9)
|
|
|
|
%define debug_package %{nil}
|
2002-08-12 17:45:17 +00:00
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
|
|
|
Summary: Cross platform GUI toolkit for Python using wx%{port}
|
|
|
|
Name: %{name}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
Source0: %{tarname}-%{version}.tar.gz
|
|
|
|
License: wxWindows Library Licence, Version 3
|
|
|
|
URL: http://wxPython.org/
|
2002-08-25 05:59:23 +00:00
|
|
|
Packager: Robin Dunn <robin@alldunn.com>
|
2002-07-29 20:28:16 +00:00
|
|
|
Group: Development/Python
|
2002-07-18 06:16:25 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
2002-07-29 20:28:16 +00:00
|
|
|
Prefix: %{pref}
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
Provides: wxPython = %{version}
|
2003-03-25 06:35:27 +00:00
|
|
|
Provides: wxPython%{port} = %{version}
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2003-07-02 23:13:10 +00:00
|
|
|
Provides: libwx_%{lcport}%{uniflg}%{dbgflg}-%{ver2}.so
|
|
|
|
Provides: libwx_%{lcport}%{uniflg}%{dbgflg}-%{ver2}.so(WX%{port}%{UNIFLG}%{DBGFLG}_%{ver2})
|
|
|
|
Provides: libwx_%{lcport}%{uniflg}%{dbgflg}_gl-%{ver2}.so
|
|
|
|
Provides: libwx_%{lcport}%{uniflg}%{dbgflg}_gl-%{ver2}.so(WX%{port}%{UNIFLG}%{DBGFLG}_%{ver2})
|
|
|
|
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
# old wxPython packages
|
2003-07-02 23:13:10 +00:00
|
|
|
Obsoletes: wxPython wxPython%{port}
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
wxPython is a GUI toolkit for Python that is a wrapper around the
|
|
|
|
wxWindows C++ GUI library. wxPython provides a large variety of
|
|
|
|
window types and controls, all implemented with a native look and feel
|
|
|
|
(and native runtime speed) on the platforms it is supported on.
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
This package is implemented using the %{port} port of wxWindows, and
|
2002-07-18 06:16:25 +00:00
|
|
|
includes the wx%{port} shared libs and etc.
|
|
|
|
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
%package -n wxPython%{port}-devel
|
2002-07-29 20:28:16 +00:00
|
|
|
Summary: wxPython%{port} development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: wxPython%{port} = %{version}
|
|
|
|
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
%description -n wxPython%{port}-devel
|
2002-07-29 20:28:16 +00:00
|
|
|
This packages contains the headers and etc. for building apps or
|
|
|
|
Python extension modules that use the same wx%{port} shared libraries
|
|
|
|
that wxPython uses.
|
|
|
|
|
|
|
|
#----------------------------------------------------------------
|
2002-07-18 06:16:25 +00:00
|
|
|
%prep
|
2002-07-19 22:30:42 +00:00
|
|
|
%setup -q -n %{tarname}-%{version}
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
2002-07-18 06:16:25 +00:00
|
|
|
%build
|
|
|
|
if [ "$SMP" != "" ]; then
|
|
|
|
MAKE="make -j$SMP"
|
|
|
|
else
|
|
|
|
MAKE="make"
|
|
|
|
fi
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
WXDIR=`pwd`
|
2002-07-18 06:16:25 +00:00
|
|
|
mkdir build
|
|
|
|
cd build
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
# Configure, trying to reduce external dependencies
|
|
|
|
$WXDIR/configure --with-%{lcport} \
|
2002-07-29 20:28:16 +00:00
|
|
|
--prefix=%{wxpref} \
|
|
|
|
--disable-soname \
|
2002-07-31 02:51:51 +00:00
|
|
|
--enable-rpath=%{wxpref}/lib \
|
2002-07-18 06:16:25 +00:00
|
|
|
--with-opengl \
|
2003-03-25 06:35:27 +00:00
|
|
|
%if %{unicode}
|
|
|
|
--enable-gtk2 \
|
|
|
|
--enable-unicode \
|
|
|
|
%endif
|
|
|
|
--enable-geometry \
|
2002-07-18 06:16:25 +00:00
|
|
|
--enable-optimise \
|
2002-08-12 17:45:17 +00:00
|
|
|
%if %{debug_flag}
|
|
|
|
--enable-debug_flag \
|
|
|
|
%endif
|
2003-03-25 06:35:27 +00:00
|
|
|
%if %{builtin_libs}
|
2002-07-18 06:16:25 +00:00
|
|
|
--with-libjpeg=builtin \
|
|
|
|
--with-libpng=builtin \
|
|
|
|
--with-libtiff=builtin \
|
|
|
|
--with-zlib=builtin \
|
2003-03-25 06:35:27 +00:00
|
|
|
%endif
|
2002-07-29 20:28:16 +00:00
|
|
|
|
2002-07-19 22:30:42 +00:00
|
|
|
|
2002-07-18 06:16:25 +00:00
|
|
|
# Build wxWindows
|
|
|
|
$MAKE
|
|
|
|
|
|
|
|
|
|
|
|
# Now build wxPython
|
2003-03-25 06:35:27 +00:00
|
|
|
cd $WXDIR/wxPython
|
2002-07-18 06:16:25 +00:00
|
|
|
%{python} setup.py \
|
|
|
|
IN_CVS_TREE=1 \
|
2002-08-28 04:31:25 +00:00
|
|
|
NO_SCRIPTS=1 \
|
2003-03-25 06:35:27 +00:00
|
|
|
WXPORT=%{lcport} \
|
|
|
|
UNICODE=%{unicode} \
|
|
|
|
WX_CONFIG="$WXDIR/build/wx-config --prefix=$WXDIR --exec-prefix=$WXDIR/build" \
|
2002-07-18 06:16:25 +00:00
|
|
|
build
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Build wxrc (XRC resource tool) but don't use the makefiles since they expect
|
|
|
|
# a shared version of the xrc lib to have been built...
|
|
|
|
cd $WXDIR/contrib/utils/wxrc
|
|
|
|
WX_CONFIG="$WXDIR/build/wx-config --prefix=$WXDIR --exec-prefix=$WXDIR/build"
|
|
|
|
wCC=`$WX_CONFIG --cc`
|
|
|
|
wCXX=`$WX_CONFIG --cxx`
|
|
|
|
|
2003-07-02 23:13:10 +00:00
|
|
|
for f in wxrc.cpp ../../src/xrc/xml.cpp ../../src/xrc/xmlres.cpp; do
|
2003-03-25 06:35:27 +00:00
|
|
|
echo $f
|
|
|
|
$wCXX `$WX_CONFIG --cxxflags` -I ../../include -I ../../src/xrc/expat/xmlparse -I ../../src/xrc/expat/xmltok -c $f
|
|
|
|
done
|
|
|
|
for f in ../../src/xrc/expat/xmlparse/xmlparse.c ../../src/xrc/expat/xmltok/xmlrole.c ../../src/xrc/expat/xmltok/xmltok.c; do
|
|
|
|
echo $f
|
|
|
|
$wCC `$WX_CONFIG --cxxflags` -I ../../include -I ../../src/xrc/expat/xmlparse -I ../../src/xrc/expat/xmltok -c $f
|
|
|
|
done
|
|
|
|
|
|
|
|
$wCXX `$WX_CONFIG --libs` *.o -o wxrc
|
|
|
|
strip wxrc
|
|
|
|
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
2002-07-18 06:16:25 +00:00
|
|
|
%install
|
2003-03-25 06:35:27 +00:00
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# install wxWindows
|
|
|
|
WXDIR=`pwd`
|
|
|
|
cd build
|
|
|
|
make prefix=$RPM_BUILD_ROOT%{wxpref} install
|
|
|
|
|
|
|
|
# install wxPython
|
|
|
|
cd $WXDIR/wxPython
|
2002-07-18 06:16:25 +00:00
|
|
|
%{python} setup.py \
|
|
|
|
IN_CVS_TREE=1 \
|
2002-08-28 04:31:25 +00:00
|
|
|
NO_SCRIPTS=1 \
|
2003-03-25 06:35:27 +00:00
|
|
|
WXPORT=%{lcport} \
|
|
|
|
UNICODE=%{unicode} \
|
2002-07-29 20:28:16 +00:00
|
|
|
WX_CONFIG="$RPM_BUILD_ROOT%{wxpref}/bin/wx-config --prefix=$RPM_BUILD_ROOT%{wxpref}" \
|
2002-07-18 06:16:25 +00:00
|
|
|
install \
|
|
|
|
--root=$RPM_BUILD_ROOT
|
|
|
|
|
2002-08-28 04:31:25 +00:00
|
|
|
# Since I want this RPM to be as generic as possible I won't let
|
2003-03-25 06:35:27 +00:00
|
|
|
# distutils copy the scripts since it will mangle the #! line to use
|
|
|
|
# the real python pathname. Since some distros install python 2.2 as
|
|
|
|
# python2 and others as python, then I can't let distutils do that
|
|
|
|
# otherwise the dependencies will be fouled up. Copy them manually
|
|
|
|
# instead, leaving the #!/bin/env line intact.
|
|
|
|
#
|
|
|
|
# TODO: Should this be dependent on %{builtin_libs} or something like it?
|
2002-08-28 04:31:25 +00:00
|
|
|
|
2003-10-02 00:58:06 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{pref}/bin
|
2002-08-28 04:31:25 +00:00
|
|
|
for s in \
|
2003-03-25 06:35:27 +00:00
|
|
|
helpviewer \
|
2002-08-28 04:31:25 +00:00
|
|
|
img2png \
|
|
|
|
img2py \
|
|
|
|
img2xpm \
|
2003-07-02 23:13:10 +00:00
|
|
|
pyalacarte \
|
|
|
|
pyalamode \
|
2002-08-28 04:31:25 +00:00
|
|
|
pycrust \
|
2003-07-02 23:13:10 +00:00
|
|
|
pywrap \
|
2002-08-28 04:31:25 +00:00
|
|
|
pyshell \
|
|
|
|
xrced; do
|
2003-10-02 00:58:06 +00:00
|
|
|
cp scripts/$s $RPM_BUILD_ROOT%{pref}/bin
|
2002-08-28 04:31:25 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
# Install wxrc
|
2003-10-02 00:58:06 +00:00
|
|
|
cp $WXDIR/contrib/utils/wxrc/wxrc $RPM_BUILD_ROOT%{pref}/bin
|
|
|
|
|
|
|
|
|
|
|
|
# link specific name to generic name
|
|
|
|
ln -s wxPython-%{version} $RPM_BUILD_ROOT%{wxprefbase}
|
|
|
|
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
|
2003-07-02 23:13:10 +00:00
|
|
|
# Copy icons and make menu entries
|
|
|
|
#-- This only works for Mandrake. Is there a cross-distro way to do it?
|
2003-10-02 00:58:06 +00:00
|
|
|
##mkdir -p $RPM_BUILD_ROOT%{_iconsdir}
|
|
|
|
##mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
|
|
|
|
##mkdir -p $RPM_BUILD_ROOT%{_menudir}
|
|
|
|
##install -p -m 644 $WXDIR/wxPython/wxPython/py/PyCrust_32.png $RPM_BUILD_ROOT%{_iconsdir}/PyCrust.png
|
|
|
|
##install -p -m 644 $WXDIR/wxPython/wxPython/py/PyCrust_16.png $RPM_BUILD_ROOT%{_miconsdir}/PyCrust.png
|
|
|
|
##install -p -m 644 $WXDIR/wxPython/wxPython/tools/XRCed/XRCed_32.png $RPM_BUILD_ROOT%{_iconsdir}/XRCed.png
|
|
|
|
##install -p -m 644 $WXDIR/wxPython/wxPython/tools/XRCed/XRCed_16.png $RPM_BUILD_ROOT%{_miconsdir}/XRCed.png
|
2003-07-02 23:13:10 +00:00
|
|
|
##
|
2003-10-02 00:58:06 +00:00
|
|
|
##cat > $RPM_BUILD_ROOT%{_menudir}/%{name} <<EOF
|
2003-07-02 23:13:10 +00:00
|
|
|
##?package(%{name}): command="%_bindir/pyshell" needs="X11" \
|
|
|
|
##icon="PyCrust.png" section="Applications/Development" \
|
|
|
|
##title="PyShell" longtitle="Python Shell"
|
|
|
|
##
|
|
|
|
##?package(%{name}): command="%_bindir/pycrust" needs="X11" \
|
|
|
|
##icon="PyCrust.png" section="Applications/Development" \
|
|
|
|
##title="PyCrust" longtitle="Python Shell with Filling"
|
|
|
|
##
|
|
|
|
##?package(%{name}): command="%_bindir/pyalamode" needs="X11" \
|
|
|
|
##icon="PyCrust.png" section="Applications/Development" \
|
|
|
|
##title="PyAlaMode" longtitle="Python Shell with Filling and editor windows"
|
|
|
|
##
|
|
|
|
##?package(%{name}): command="%_bindir/xrced" needs="X11" \
|
|
|
|
##icon="XRCed.png" section="Applications/Development" \
|
|
|
|
##title="XRCed" longtitle="wxPython XRC resource editor"
|
|
|
|
##
|
|
|
|
##EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
# Generate the filelists. For some reason the %defattr below is still
|
|
|
|
# resulting in many (but not all) files not owned by root when just
|
|
|
|
# specifying directories and wildcards to be included in each package.
|
|
|
|
# So instead we'll build some explicit filelists here and use %attr on
|
|
|
|
# each entry.
|
|
|
|
cd $WXDIR
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{pref}/share/doc
|
|
|
|
GFL="%{python} wxPython/distrib/genfilelist.py"
|
|
|
|
$GFL $RPM_BUILD_ROOT %{pref} > FILELIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{pref}/bin >> FILELIST
|
|
|
|
$GFL $RPM_BUILD_ROOT %{pref}/lib >> FILELIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{pref}/lib/python%{pyver} >> FILELIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{pref}/share >> FILELIST
|
|
|
|
$GFL $RPM_BUILD_ROOT %{wxpref} >> FILELIST
|
2003-10-02 00:58:06 +00:00
|
|
|
$GFL $RPM_BUILD_ROOT %{wxprefbase} >> FILELIST
|
2003-03-25 06:35:27 +00:00
|
|
|
$GFL $RPM_BUILD_ROOT %{wxpref}/lib >> FILELIST
|
|
|
|
$GFL $RPM_BUILD_ROOT "%{wxpref}/lib/libwx*" >> FILELIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{wxpref}/share >> FILELIST
|
2003-07-02 23:13:10 +00:00
|
|
|
###GFL -r $RPM_BUILD_ROOT %{_iconsdir} >> FILELIST
|
|
|
|
##$GFL -r $RPM_BUILD_ROOT %{_menudir} >> FILELIST
|
2002-07-18 06:16:25 +00:00
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
$GFL $RPM_BUILD_ROOT %{wxpref}/include > DEVELLIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{wxpref}/include/wx >> DEVELLIST
|
|
|
|
$GFL -r $RPM_BUILD_ROOT %{wxpref}/lib/wx >> DEVELLIST
|
|
|
|
$GFL $RPM_BUILD_ROOT %{wxconfigname} >> DEVELLIST
|
|
|
|
$GFL $RPM_BUILD_ROOT %{wxpref}/bin/wx-config >> DEVELLIST
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
|
2003-07-02 23:13:10 +00:00
|
|
|
#----------------------------------------------------------------
|
|
|
|
##%post
|
|
|
|
##%{update_menus}
|
|
|
|
##
|
|
|
|
##%postun
|
|
|
|
##%{clean_menus}
|
|
|
|
|
2003-07-18 02:28:09 +00:00
|
|
|
|
2003-10-02 00:58:06 +00:00
|
|
|
%pre
|
2003-07-18 02:28:09 +00:00
|
|
|
if [ -e %{wxprefbase} ]; then
|
2003-10-02 00:58:06 +00:00
|
|
|
rm -r %{wxprefbase}
|
2003-07-18 02:28:09 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ -e %{wxprefbase} ]; then
|
|
|
|
rm %{wxprefbase}
|
|
|
|
fi
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
2003-03-25 06:35:27 +00:00
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2002-07-18 06:16:25 +00:00
|
|
|
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
2003-03-25 06:35:27 +00:00
|
|
|
|
|
|
|
%files -f FILELIST
|
2002-07-29 20:28:16 +00:00
|
|
|
%defattr(-,root,root)
|
2003-03-25 06:35:27 +00:00
|
|
|
%doc docs/preamble.txt docs/licence.txt docs/readme.txt docs/changes.txt
|
|
|
|
%doc wxPython/README.txt wxPython/CHANGES.txt
|
2003-07-02 23:13:10 +00:00
|
|
|
%doc wxPython/docs/*
|
2002-07-29 20:28:16 +00:00
|
|
|
|
2003-03-25 06:35:27 +00:00
|
|
|
%files -n wxPython%{port}-devel -f DEVELLIST
|
2002-07-18 06:16:25 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
|
2002-07-29 20:28:16 +00:00
|
|
|
#----------------------------------------------------------------
|
2002-07-18 06:16:25 +00:00
|
|
|
# end of file
|