--- devtool.conf 2003/09/09 09:28:36 1.2
+++ devtool.conf 2003/09/10 13:30:47 1.3
@@ -8,7 +8,6 @@
%autoclean
@autoclean shtool
- @autoclean libtool
@autoclean autoconf
%configure
@@ -23,14 +22,12 @@
./devtool upload
%version
- ./shtool version -lperl -n "OSSP snmpdx" -p "snmpdx_" -e VERSION
- V=`./shtool version -lperl -dlong VERSION`
- for i in AUTHORS ChangeLog INSTALL README THANKS; do
- sed -e "s/ Version .*/ Version $V/g" <$i >$i.n && mv $i.n $i
- done
+ ./shtool version -ltxt -n "OSSP snmpdx" -p "snmpdx_" -e VERSION
+ V=`./shtool version -ltxt -dlong VERSION`
+ sed -e "s/ Version .*/ Version $V/g" <README >README.n && mv README.n README
%tag
- V=`./shtool version -lc -dshort VERSION | sed -e 's;\.;_;g'`
+ V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as SNMPDX_${V}"
cvs commit -m 'flush pending changes before tagging'
cvs tag SNMPDX_${V}
@@ -52,7 +49,7 @@
echo "+++ rolling"
V=`./shtool version -lc -dshort VERSION`
./shtool tarball -o snmpdx-${V}.tar.gz -d snmpdx-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
+ -e '00*,CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
ls -l snmpdx-${V}.tar.gz
echo "+++ testing"
gunzip <snmpdx-${V}.tar.gz | tar tvf - | head -10
|