Build/distrib updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 18:37:29 +00:00
parent a96fdef31f
commit 2bf6b425b4
7 changed files with 47 additions and 29 deletions

View File

@@ -74,9 +74,12 @@ cp wxPython-src-$VERSION.tar.gz $rpmtop/SOURCES
echo "******************** PYVER = " $PYVER
for ver in $PYVER; do
echo "Building the RPMs for Python $ver..."
DoRPMBuild $ver gtk 0
DoRPMBuild $ver gtk2 1
## for now let's just do the gtk2 builds
##DoRPMBuild $ver gtk 0
DoRPMBuild $ver gtk2 0
DoRPMBuild $ver gtk2 1
done