Changeset 2394

Show
Ignore:
Timestamp:
09/08/07 01:16:35 (3 years ago)
Author:
kuhlmann
Message:

try to fix release script for svn

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • climm/climm.info

    r2392 r2394  
    11Package: climm 
    2 Version: 0.5.4.2 
     2Version: 0.6 
    33Revision: 1 
    44ConfigureParams: --mandir='$(prefix)/share/man' --enable-ssl --enable-tcl CFLAGS=-O3 
  • climm/climm.spec

    r2392 r2394  
    11Summary:                text/line based ICQ client with many features%{?_without_tcl: [no Tcl]}%{?_without_ssl: [no SSL]}%{?_without_xmpp: [no XMPP]} 
    22Name:                   climm 
    3 Version:                0.5.4.2 
     3Version:                0.6 
    44Release:                1%{?_without_tcl:.notcl}%{?_without_ssl:.nossl}%{?_without_xmll:.noxmpp} 
    55Source:                 climm-%{version}.tgz 
  • climm/release

    r2393 r2394  
    99rm -rf climm 
    1010rm -rf climm-* climm_* 
    11 svn co http://svn.climm.org/climm-${1}/ 
    12 mv trunk climm 
    13 cd climm-$1 
     11svn co http://svn.climm.org/climm${1:+-}${1}/ 
     12cd climm${1:+-}$1 
    1413./prepare 
    1514rm -rf autom4te.cache web doc/html 
     
    2423echo "$VERSION" > .is_release 
    2524cd .. 
    26 mv climm-$1 climm-$VERSION 
     25mv climm${1:+-}$1 climm-$VERSION 
    2726tar -zcf climm-$VERSION.tgz climm-$VERSION 
    2827