head 1.18; access; symbols AS_AFTER_RESTRUCTURING:1.4 OSSP_REL:1.1.1.1 OSSP_VEN:1.1.1; locks; strict; comment @# @; 1.18 date 2004.08.12.17.12.33; author ms; state Exp; branches; next 1.17; 1.17 date 2004.08.12.16.28.15; author ms; state Exp; branches; next 1.16; 1.16 date 2003.07.07.12.23.46; author ms; state Exp; branches; next 1.15; 1.15 date 2003.03.06.16.25.55; author ms; state Exp; branches; next 1.14; 1.14 date 2003.03.05.20.24.52; author ms; state Exp; branches; next 1.13; 1.13 date 2003.02.14.14.58.34; author ms; state Exp; branches; next 1.12; 1.12 date 2003.02.04.20.32.46; author ms; state Exp; branches; next 1.11; 1.11 date 2003.02.04.19.30.31; author ms; state Exp; branches; next 1.10; 1.10 date 2003.01.24.19.32.50; author ms; state Exp; branches; next 1.9; 1.9 date 2003.01.23.13.46.47; author ms; state Exp; branches; next 1.8; 1.8 date 2002.12.18.11.57.08; author ms; state Exp; branches; next 1.7; 1.7 date 2002.12.09.16.44.37; author ms; state Exp; branches; next 1.6; 1.6 date 2002.12.04.23.28.23; author ms; state Exp; branches; next 1.5; 1.5 date 2002.12.02.13.25.36; author ms; state Exp; branches; next 1.4; 1.4 date 2002.11.28.20.44.36; author ms; state Exp; branches; next 1.3; 1.3 date 2002.11.28.17.04.18; author ms; state Exp; branches; next 1.2; 1.2 date 2002.11.18.16.01.44; author ms; state Exp; branches; next 1.1; 1.1 date 2002.10.21.15.19.37; author ms; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.21.15.19.37; author ms; state Exp; branches; next ; desc @@ 1.18 log @more preparation for release 0.7.6 @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 2.0.0 "2.0.*" echo fixperm install mkdir tarball version @@autogen autoconf 2.59 "2.5[3-9]*" %autoclean @@autoclean shtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/as_gui/ \ --datadir=/tmp/as_gui/share/ \ --with-mico \ --with-esoap \ "$@@" %release ./devtool dist ./devtool upload %version ./shtool version -l c -n "OSSP as-gui" -p "asgui_" -e as_version.cpp V=`./shtool version -l c -d long as_version.cpp` sed -e "s/Version .*(.*)/Version $V/g" README.n mv README.n README %tag V=`./shtool version -l c -d short as_version.cpp | sed -e 's;\.;_;g'` echo "+++ tagging CVS sources as ASGUI_${V}" cvs tag ASGUI_${V} %dist echo "+++ cleaning" rm -f as-gui-*.tar.gz ./devtool autoclean echo "+++ generating" ./devtool autogen echo "+++ configuring" ./devtool configure echo "+++ building" make clean all -j4 echo "+++ cleaning" make distclean >/dev/null 2>&1 echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -l c -d short as_version.cpp` ./shtool tarball -o as-gui-${V}.tar.gz -d as-gui-${V} \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$,*.bak' \ -e 'autom4te\.cache,as_stub.cpp,as_stub.h,as_scrap,as_gfx/*.png' \ -c 'gzip --best' . ls -l as-gui-${V}.tar.gz echo "+++ testing" gunzip