]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/makerpm
4 echo "Please specify a version number on the command line."
8 if [ ! -f wxPython.spec.
in ]; then
9 echo "Please run this script from the directory containing the wxPython.spec.in file."
15 strip
/usr
/lib
/python1.5
/site
-packages/wxPython
/wxcmodule.so
17 cat wxPython.spec.
in | sed s
/__VERSION__
/$1/g
> wxPython.spec
19 mkdir /usr
/doc
/wxPython
-$1
20 cp ..
/README.txt
/usr
/doc
/wxPython
-$1
24 mv /usr
/src
/redhat
/RPMS
/*/wxPython
*.rpm .
26 rm -r /usr
/doc
/wxPython
-$1