ossp-pkg/uuid/devtool.conf 1.1 -> 1.2
--- devtool.conf 2004/01/06 20:14:28 1.1
+++ devtool.conf 2004/01/18 20:19:23 1.2
@@ -20,8 +20,8 @@
"$@"
%version
- ./shtool version -l txt -n "OSSP uuid" -e VERSION
- V=`./shtool version -l txt -d long VERSION`
+ ./shtool version -l c -n "OSSP uuid" -p _uuid_ -e uuid_vers.h
+ V=`./shtool version -l c -d long uuid_vers.h`
sed -e "s/Version .*/Version $V/g" <README >README.n
mv README.n README
@@ -40,7 +40,7 @@
echo "+++ fixing"
./shtool fixperm -v .
echo "+++ rolling"
- V=`./shtool version -l txt -d short VERSION`
+ V=`./shtool version -l c -d short uuid_vers.h`
./shtool tarball -o uuid-${V}.tar.gz -d uuid-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
ls -l uuid-${V}.tar.gz
@@ -51,6 +51,6 @@
%upload
echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/uuid/"
- V=`./shtool version -l txt -d short VERSION`
+ V=`./shtool version -l c -d short uuid_vers.h`
scp uuid-${V}.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/uuid/
|
|