From 0552ce06c4f6e103bbe095c005142ccbba74e8de Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 2 Jun 2005 23:10:13 +0000 Subject: [PATCH] Don't use the python version in the srpm name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/makerpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.47.2