head 1.9; access; symbols SIO_0_9_3:1.9 SIO_0_9_2:1.7 SIO_0_9_1:1.6 SIO_0_9_0:1.6; locks; strict; comment @# @; 1.9 date 2005.10.03.09.07.20; author rse; state Exp; branches; next 1.8; 1.8 date 2005.10.03.09.04.05; author rse; state Exp; branches; next 1.7; 1.7 date 2003.06.30.10.36.52; author rse; state Exp; branches; next 1.6; 1.6 date 2003.02.06.14.36.19; author rse; state Exp; branches; next 1.5; 1.5 date 2003.02.06.14.25.57; author rse; state Exp; branches; next 1.4; 1.4 date 2003.02.06.14.24.03; author rse; state Exp; branches; next 1.3; 1.3 date 2003.02.06.14.21.38; author rse; state Exp; branches; next 1.2; 1.2 date 2003.02.06.13.25.50; author mlelstv; state Exp; branches; next 1.1; 1.1 date 2002.12.18.14.58.29; author mlelstv; state Exp; branches; next ; desc @@ 1.9 log @fix upload procedure @ text @## ## devtool.conf -- Development Tool Configuration ## %checkout for name in al sa; do echo "===> lib_${name} (cvs co)" cvs co -d lib_${name} ${name} echo "<=== lib_${name}" done %autogen @@autogen shtool 2.0.3 "2.0.*" all @@autogen libtool 1.5.20 "1.5*" @@autogen autoconf 2.59 "2.5[3-9]*" for name in al sa; do echo "===> lib_${name} (devtool autogen)" (cd lib_${name} && ./devtool autogen) echo "<=== lib_${name}" done %autoclean @@autoclean shtool @@autoclean autoconf for name in al sa; do echo "===> lib_${name} (devtool autoclean)" (cd lib_${name} && ./devtool autoclean) echo "<=== lib_${name}" done %configure ./configure \ --cache-file=config.cache \ --prefix=/tmp/sio \ --disable-shared \ --enable-debug \ "$@@" %version ./shtool version -l txt -n "OSSP sio" -e VERSION V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist rm -f sio-*.tar.gz ./devtool autoclean ./devtool autogen ./devtool configure make clean all man make distclean ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o sio-${V}.tar.gz -d sio-${V} -u ossp -g sio \ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,*~,TODO,autom4te\.cache,BRAINSTORM' -c 'gzip --best' . ls -l sio-${V}.tar.gz gunzip