]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/wxPythonFull.spec.in
GetFirstChild does't need the cookie anymore
[wxWidgets.git] / wxPython / distrib / wxPythonFull.spec.in
index f21a9c349d1cb740fb486ba7215f1037b931e5a5..d86b656cbce6fe4a9254e8733dd0265a5776e859 100644 (file)
@@ -42,7 +42,7 @@ Name:      %{name}
 Version:   %{version}
 Release:   %{release}
 Source0:   %{tarname}-%{version}.tar.gz
-License:   wxWindows Library Licence, Version 3
+License:   wx Library Licence, Version 3
 URL:       http://wxPython.org/
 Packager:  Robin Dunn <robin@alldunn.com>
 Group:     Development/Python
@@ -64,11 +64,11 @@ Obsoletes: wxPython wxPython%{port}
 
 %description
 wxPython is a GUI toolkit for Python that is a wrapper around the
-wxWindows C++ GUI library.  wxPython provides a large variety of
+wxWidgets 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.
 
-This package is implemented using the %{port} port of wxWindows, and
+This package is implemented using the %{port} port of wxWidgets, and
 includes the wx%{port} shared libs and etc.
 
 
@@ -108,7 +108,7 @@ cd bld
 %endif
        --enable-geometry \
        --enable-optimise \
-       --enable-sound \
+       --enable-sound  --with-sdl \
        --enable-display \
 %if %{debug_flag}
        --enable-debug_flag \
@@ -121,7 +121,7 @@ cd bld
 %endif
 
 
-# Build wxWindows and some contrib libs
+# Build wxWidgets and some contrib libs
 make 
 make -C contrib/src/gizmos 
 make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0"
@@ -129,14 +129,6 @@ make -C contrib/src/stc
 make -C contrib/src/xrc
 
 
-# Link the contrib header directories in place so we can build all of
-# wxPython without installing wxWindows
-if [ ! -e $WXDIR/include/wx/gizmos ]; then
-       cd $WXDIR/include/wx
-       ln -s ../../contrib/include/wx/* .
-fi
-
-
 # Now build wxPython
 cd $WXDIR/wxPython
 %{python} setup.py \
@@ -144,6 +136,7 @@ cd $WXDIR/wxPython
        WXPORT=%{lcport} \
        UNICODE=%{unicode} \
        WX_CONFIG="$WXDIR/bld/wx-config --prefix=$WXDIR --exec-prefix=$WXDIR/bld" \
+       CONTRIBS_INC="$WXDIR/contrib/include" \
        build
 
 
@@ -159,8 +152,7 @@ strip wxrc
 WXDIR=`pwd`
 cd bld
 
-# Install wxWindows and the contribs so the wxPython build can find
-# all the headers it needs
+# Install wxWidgets and the contribs
 make prefix=$RPM_BUILD_ROOT%{wxpref} install
 make -C contrib/src/gizmos prefix=$RPM_BUILD_ROOT%{wxpref} install
 make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" prefix=$RPM_BUILD_ROOT%{wxpref} install
@@ -179,7 +171,6 @@ cd $WXDIR/wxPython
        --root=$RPM_BUILD_ROOT
 
 
-
 cd $WXDIR/wxPython
 
 # install the wxPython headers