ossp-pkg/sa/devtool.conf 1.16 -> 1.17
--- devtool.conf 2002/12/04 12:43:03 1.16
+++ devtool.conf 2003/01/06 13:11:23 1.17
@@ -22,7 +22,7 @@
%version
./shtool version -l txt -n "OSSP sa" -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
@@ -34,7 +34,7 @@
make distclean
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
- ./shtool tarball -o sa-${V}.tar.gz -d sa-${V} -u gnu -g sa \
+ ./shtool tarball -o sa-${V}.tar.gz -d sa-${V} -u ossp -g sa \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
ls -l sa-${V}.tar.gz
gunzip <sa-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
@@ -49,7 +49,7 @@
make distclean
./shtool fixperm -v .
D=`date '+%Y%m%d'`
- ./shtool tarball -o sa-SNAP-${D}.tar.gz -d sa-SNAP-${D} -u gnu -g sa \
+ ./shtool tarball -o sa-SNAP-${D}.tar.gz -d sa-SNAP-${D} -u ossp -g sa \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
ls -l sa-SNAP-${D}.tar.gz
gunzip <sa-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
|
|