the actual build files

This commit is contained in:
Lars Kneschke 2006-06-11 08:44:23 +00:00
parent 7b6a2cd289
commit 70344e368c
4 changed files with 28 additions and 8 deletions

View File

@ -52,7 +52,7 @@ PACKAGING=`grep "%define packaging" $SPECFILE | cut -f3 -d' '`
HOMEBUILDDIR=`whoami` HOMEBUILDDIR=`whoami`
#which account to use for checkouts and updates, after that the tree is made anonymous anyway, to allow users to update #which account to use for checkouts and updates, after that the tree is made anonymous anyway, to allow users to update
CVSACCOUNT=ext:lkneschke #CVSACCOUNT=ext:lkneschke
#CVSACCOUNT=pserver:anonymous #CVSACCOUNT=pserver:anonymous
ANONCVSDIR=/tmp/build_root/egroupware ANONCVSDIR=/tmp/build_root/egroupware
RHBASE=$HOME/rpm RHBASE=$HOME/rpm
@ -71,15 +71,14 @@ echo "" >> $LOGFILE 2>&1
date >> $LOGFILE 2>&1 date >> $LOGFILE 2>&1
cd $ANONCVSDIR cd $ANONCVSDIR
[ "$CVSACCOUNT" = 'pserver:anonymous' ] && CVS_RSH="ssh" cvs -d:$CVSACCOUNT@cvs.sourceforge.net:/cvsroot/egroupware login #[ "$CVSACCOUNT" = 'pserver:anonymous' ] && CVS_RSH="ssh" cvs -d:$CVSACCOUNT@cvs.sourceforge.net:/cvsroot/egroupware login
if [ ! -d egroupware/phpgwapi ] # new checkout if [ ! -d egroupware/phpgwapi ] # new checkout
then then
echo -n "Creating a new checkout using $CVSACCOUNT ... " >> $LOGFILE 2>&1 echo -n "Creating a new checkout ... " >> $LOGFILE 2>&1
svn checkout http://svn.egroupware.org/egroupware/branches/1.2/aliases/all ./ svn checkout http://svn.egroupware.org/egroupware/branches/1.2/aliases/all ./
else # updating an existing checkout in the build-root else # updating an existing checkout in the build-root
echo -n "Updating existing checkout using $CVSACCOUNT ... " >> $LOGFILE 2>&1 echo -n "Updating existing checkout ... " >> $LOGFILE 2>&1
cd egroupware # need to step into the eGW dir (no CVS dir otherwise)
svn update svn update
fi fi

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define egwversion 1.2 %define egwversion 1.2
%define packaging 2 %define packaging 102
%define epoch 1 %define epoch 1
%define httpdroot /var/www/html %define httpdroot /var/www/html
%define httpdconfd /etc/httpd/conf.d %define httpdconfd /etc/httpd/conf.d
@ -633,6 +633,13 @@ ln -s sitemgr/sitemgr-link
%config %attr(0640,apache,apache) /var/lib/egroupware/header.inc.php %config %attr(0640,apache,apache) /var/lib/egroupware/header.inc.php
%changelog %changelog
* Sat Jun 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-102
- improved SyncML handling
- improved authentication trough existing imap/pop3 server
- updated many translations
- duplicated folders fixed in mydms
- icalsrv updates
* Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1 * Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1
- manual is now available via http://manual.egroupware.org - manual is now available via http://manual.egroupware.org
- various bugfixes in calendar and projectmanager - various bugfixes in calendar and projectmanager

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define egwversion 1.2 %define egwversion 1.2
%define packaging 2 %define packaging 102
%define epoch 1 %define epoch 1
%define httpdroot /srv/www/htdocs %define httpdroot /srv/www/htdocs
%define httpdconfd /etc/apache2/conf.d %define httpdconfd /etc/apache2/conf.d
@ -784,6 +784,13 @@ ln -s sitemgr/sitemgr-link
%{prefix}/%{egwdirname}/%{workflow} %{prefix}/%{egwdirname}/%{workflow}
%changelog %changelog
* Sat Jun 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-102
- improved SyncML handling
- improved authentication trough existing imap/pop3 server
- updated many translations
- duplicated folders fixed in mydms
- icalsrv updates
* Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1 * Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1
- manual is now available via http://manual.egroupware.org - manual is now available via http://manual.egroupware.org
- various bugfixes in calendar and projectmanager - various bugfixes in calendar and projectmanager

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define egwversion 1.2 %define egwversion 1.2
%define packaging 2 %define packaging 102
%define epoch 1 %define epoch 1
%define httpdroot /srv/www/htdocs %define httpdroot /srv/www/htdocs
%define httpdconfd /etc/apache2/conf.d %define httpdconfd /etc/apache2/conf.d
@ -244,6 +244,13 @@ ln -s sitemgr/sitemgr-link
%changelog %changelog
* Sat Jun 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-102
- improved SyncML handling
- improved authentication trough existing imap/pop3 server
- updated many translations
- duplicated folders fixed in mydms
- icalsrv updates
* Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1 * Wed Apr 11 2006 Lars Kneschke <l.kneschke@metaways.de> 1.2-1
- manual is now available via http://manual.egroupware.org - manual is now available via http://manual.egroupware.org
- various bugfixes in calendar and projectmanager - various bugfixes in calendar and projectmanager