ossp-pkg/ex/devtool.conf 1.8 -> 1.9
--- devtool.conf 2002/07/28 08:03:49 1.8
+++ devtool.conf 2003/01/06 15:31:24 1.9
@@ -3,9 +3,9 @@
##
%autogen
- @autogen shtool 1.6.1 "1.6.*" all
- @autogen libtool 1.4.2 "1.4*"
- @autogen autoconf 2.53 "2.5[3-9]*"
+ @autogen shtool 1.6.2 "1.6.*" all
+ @autogen libtool 1.4.3 "1.4*"
+ @autogen autoconf 2.57 "2.5[3-9]*"
%autoclean
@autoclean shtool
@@ -22,7 +22,7 @@
%version
./shtool version -l txt -n "OSSP ex" -e VERSION
V=`./shtool version -l txt -d long VERSION`
- sed -e "s/Version .*(.*)/Version $V/g" <README >README.n
+ sed -e "s/Version .*/Version $V/g" <README >README.n
mv README.n README
%dist
@@ -39,7 +39,7 @@
./shtool fixperm -v .
echo "+++ rolling"
V=`./shtool version -l txt -d short VERSION`
- ./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ossp \
+ ./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ex \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,00TODO' -c 'gzip --best' .
ls -l ex-${V}.tar.gz
echo "+++ testing"
|
|