]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use the python version in the srpm name
authorRobin Dunn <robin@alldunn.com>
Thu, 2 Jun 2005 23:10:13 +0000 (23:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 2 Jun 2005 23:10:13 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makerpm

index 023dd33cee283feb764f686433dba4087e0da86d..5a989b6db1e3bf2ea10443bafb57bb92b34dd50c 100755 (executable)
@@ -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."