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:
@@ -140,6 +140,7 @@ if [ -z "${skipcopy}" ]; then
|
|||||||
cp -Rpf --link ${wxdir}/$d ${tarver} #> /dev/null 2>&1
|
cp -Rpf --link ${wxdir}/$d ${tarver} #> /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# # and tex2rtf too
|
# # and tex2rtf too
|
||||||
# mkdir ${tarver}/utils
|
# mkdir ${tarver}/utils
|
||||||
# cp -Rpf --link ${wxdir}/utils/tex2rtf ${tarver}/utils
|
# cp -Rpf --link ${wxdir}/utils/tex2rtf ${tarver}/utils
|
||||||
@@ -242,7 +243,7 @@ if [ -z "${skiprpm}" ]; then
|
|||||||
rpmbuild -bs \
|
rpmbuild -bs \
|
||||||
--define "_topdir ${rpmtop}" \
|
--define "_topdir ${rpmtop}" \
|
||||||
--define "_tmppath ${builddir}" \
|
--define "_tmppath ${builddir}" \
|
||||||
--define "pyver ${pyver}" \
|
--define "release 1" \
|
||||||
${distdir}/wxPython.spec
|
${distdir}/wxPython.spec
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
echo "*** RPM failure, exiting."
|
echo "*** RPM failure, exiting."
|
||||||
|
Reference in New Issue
Block a user