X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4bb599887258fe5d1dc0bfd27433932ea7e4347..46ae103b9f08fc4e447d16a6a92b03cf55ee3189:/wxPython/distrib/all/do-build-rpm diff --git a/wxPython/distrib/all/do-build-rpm b/wxPython/distrib/all/do-build-rpm index 910f09a6ca..6a0bf692de 100755 --- a/wxPython/distrib/all/do-build-rpm +++ b/wxPython/distrib/all/do-build-rpm @@ -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