OSSP CVS Repository

ossp - Check-in [3492]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3492
Date: 2003-Jul-07 14:23:46 (local)
2003-Jul-07 12:23:46 (UTC)
User:ms
Branch:
Comment: Light changes and corrections to build configuration.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/as/as-gui/devtool.conf      added-> 1.16

ossp-pkg/as/as-gui/devtool 1.2 -> 1.3

--- 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


ossp-pkg/as/as-gui/devtool.conf -> 1.16

*** /dev/null    Sat Nov 23 06:04:04 2024
--- -    Sat Nov 23 06:04:19 2024
***************
*** 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 >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 <as-gui-${V}.tar.gz | tar tvf - | head -10
+     echo "[...]"
+     gunzip <as-gui-${V}.tar.gz | tar tvf - | tail -10
+ 
+ %upload
+     echo "+++ copying to http://as.is.eu.cw.com/source/"
+     V=`./shtool version -l c -d short as_version.cpp`
+     scp as-gui-${V}.tar.gz root@as.de.cw.net:/as/web/source/

CVSTrac 2.0.1