]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/do-build-rpm
Switch to bzip2 for compression
[wxWidgets.git] / wxPython / distrib / all / do-build-rpm
index 6a0bf692de5f8e4701b416ba904c920fff5d006a..15a89e1f786d56b8a76bcbc657267db0c9616777 100755 (executable)
@@ -69,7 +69,7 @@ for dir in SPECS BUILD RPMS SOURCES SRPMS tmp; do
     fi
 done
 
-cp wxPython-src-$VERSION.tar.gz $rpmtop/SOURCES
+cp wxPython-src-$VERSION.tar.bz2 $rpmtop/SOURCES
 
 echo "******************** PYVER = " $PYVER
 for ver in $PYVER; do 
@@ -93,7 +93,7 @@ if [ $SKIPCLEAN != yes ]; then
     rm -rf $rpmtop
 
     echo "Cleaning up..."
-    rm *.spec *.tar.gz
+    rm *.spec *.tar.bz2
 fi
 
 echo "-=-=-=-  Goodbye!  -=-=-=-"