Index: ossp-pkg/as/as-gui/devtool RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/devtool,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/devtool,v' 2>/dev/null --- devtool 2002/11/28 20:44:36 1.2 +++ devtool 2003/07/07 12:23:46 1.3 @@ -32,7 +32,7 @@ else tmpdir="/tmp" fi -tmpfile="$tmpdir/titraq.$$.tmp" +tmpfile="$tmpdir/as-gui.$$.tmp" rm -f $tmpfile touch $tmpfile Index: ossp-pkg/as/as-gui/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/devtool.conf,v co -q -kk -p'1.16' '/v/ossp/cvs/ossp-pkg/as/as-gui/devtool.conf,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/devtool.conf' 2>/dev/null --- ossp-pkg/as/as-gui/devtool.conf +++ - 2025-04-18 21:43:11.344008229 +0200 @@ -0,0 +1,65 @@ +## +## devtool.conf -- Development Tool Configuration +## + +%autogen + @autogen shtool 1.6.2 "1.[56].*" all + @autogen autoconf 2.57 "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