X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7093495299832111b5841485c94307ffedbaec90..15b17d22b02331e1e7acff9fa701df1b11e20428:/wxPython/distrib/makerpm diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 023dd33cee..5a989b6db1 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -140,6 +140,7 @@ if [ -z "${skipcopy}" ]; then cp -Rpf --link ${wxdir}/$d ${tarver} #> /dev/null 2>&1 fi done + # # and tex2rtf too # mkdir ${tarver}/utils # cp -Rpf --link ${wxdir}/utils/tex2rtf ${tarver}/utils @@ -242,7 +243,7 @@ if [ -z "${skiprpm}" ]; then rpmbuild -bs \ --define "_topdir ${rpmtop}" \ --define "_tmppath ${builddir}" \ - --define "pyver ${pyver}" \ + --define "release 1" \ ${distdir}/wxPython.spec if [ "$?" != "0" ]; then echo "*** RPM failure, exiting."