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
This commit is contained in:
Robin Dunn
2005-06-02 23:10:13 +00:00
parent 80ff6e5d12
commit 0552ce06c4

View File

@@ -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."