OSSP CVS Repository

ossp - Difference in ossp-pkg/act/devtool.conf versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/act/devtool.conf 1.2 -> 1.3

--- devtool.conf 2002/01/18 17:31:06     1.2
+++ devtool.conf 2003/01/06 12:10:58     1.3
@@ -3,9 +3,9 @@
 ##
 
 %autogen
-    @autogen shtool   1.5.4 "1.5.*" all
-    # @autogen libtool  1.4.2 "1.4*"
-    @autogen autoconf 2.52  "2.5.*"
+    @autogen shtool   1.6.2 "1.6.*" all
+    #@autogen libtool 1.4.3 "1.4*"
+    @autogen autoconf 2.57  "2.5.*"
 
 %autoclean
     @autoclean shtool
@@ -20,12 +20,42 @@
         "$@"
 
 %version
-    ./shtool version -l c -n "OSSP act" -e act_vers.c
+    ./shtool version -l c -p act_int_ -n "OSSP act" -e act_vers.c
+    V=`./shtool version -l c -d long act_vers.c`
+    sed -e "s/Version .*/Version $V/g" <README >README.n
+    mv README.n README
 
 %dist
-    make distclean >/dev/null 2>&1
+    rm -f act-*.tar.gz
+    ./devtool autoclean
+    ./devtool autogen
+    ./configure
+    make clean all man
+    make distclean
     ./shtool fixperm -v .
-    V=`./shtool version -l c -d short act_vers.c`
-    ./shtool tarball -o act-${V}.tar.gz -d act-${V} -u ossp -g ossp \
-                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .
+    V=`./shtool version -l txt -d short VERSION`
+    ./shtool tarball -o act-${V}.tar.gz -d act-${V} -u ossp -g act \
+                     -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
+    ls -l act-${V}.tar.gz
+    gunzip <act-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
+    gunzip <act-${V}.tar.gz | tar tvf - | tail -10
+
+%snap
+    rm -f act-*.tar.gz
+    ./devtool autoclean
+    ./devtool autogen
+    ./configure
+    make clean all man
+    make distclean
+    ./shtool fixperm -v .
+    D=`date '+%Y%m%d'`
+    ./shtool tarball -o act-SNAP-${D}.tar.gz -d act-SNAP-${D} -u ossp -g act \
+                     -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
+    ls -l act-SNAP-${D}.tar.gz
+    gunzip <act-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
+    gunzip <act-SNAP-${D}.tar.gz | tar tvf - | tail -10
+
+%release
+    echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/act/"
+    scp act-*.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/act/
 

CVSTrac 2.0.1