Don't use --inplace any longer.

Move the building of the .mo files to the tarfile rather than the RPM
Add the wxrc tool to the RPM.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-26 05:02:21 +00:00
parent 4c1916e923
commit ee4ae17a72
2 changed files with 44 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ if [ -z "${skipcvs}" ]; then
exit 1
fi
echo "*** Removing unneeded stuff from CVS tree"
echo "*** Removing uneeded stuff from CVS tree"
pushd ${tarver} > /dev/null
rm `find . -name .cvsignore`
rm *.spec
@@ -173,10 +173,16 @@ cp ${distdir}/wxPython${port}.spec ${builddir}/${tarver}/wxPython${port}.spec
# Build the tar file
if [ -z "${skiptar}" ]; then
echo "*** Creating language catalogs..."
pushd ${builddir}/${tarver}/locale > /dev/null
make allmo
popd > /dev/null
echo "*** Creating tarball..."
cp distrib/README.1st.txt ${builddir}/${tarver}
pushd ${builddir} > /dev/null
tar cvf ${distdir}/${tarver}.tar ${tarver} > /dev/null
echo "*** Compressing..."
if [ -e ${distdir}/${tarver}.tar.gz ]; then
rm ${distdir}/${tarver}.tar.gz