+echo "************************************************"
+echo "Building the RPMs for Python $PYVER, $CHARTYPE"
+
+## for now let's just do the gtk2 builds
+##if [ $CHARTYPE = both -o $CHARTYPE = ansi ]; then
+## DoRPMBuild $ver gtk 0
+##fi
+
+if [ $CHARTYPE = both -o $CHARTYPE = ansi ]; then
+ DoRPMBuild $PYVER gtk2 0
+fi
+if [ $CHARTYPE = both -o $CHARTYPE = unicode ]; then
+ DoRPMBuild $PYVER gtk2 1
+fi