From 2dc727718a1e320ae3637c843213008f7a153cbe Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Sun, 11 Jun 2006 08:44:59 +0000 Subject: [PATCH] actual build files --- doc/rpm-build/build-egw-rpms.sh | 9 ++++----- doc/rpm-build/egroupware-fedora4.spec | 9 ++++++++- doc/rpm-build/egroupware-suse-php4.spec | 9 ++++++++- doc/rpm-build/egroupware-suse-php5.spec | 9 ++++++++- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/doc/rpm-build/build-egw-rpms.sh b/doc/rpm-build/build-egw-rpms.sh index 1cedab7f86..21b06e11a9 100755 --- a/doc/rpm-build/build-egw-rpms.sh +++ b/doc/rpm-build/build-egw-rpms.sh @@ -52,7 +52,7 @@ PACKAGING=`grep "%define packaging" $SPECFILE | cut -f3 -d' '` HOMEBUILDDIR=`whoami` #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 ANONCVSDIR=/tmp/build_root/egroupware RHBASE=$HOME/rpm @@ -71,15 +71,14 @@ echo "" >> $LOGFILE 2>&1 date >> $LOGFILE 2>&1 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 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 ./ else # updating an existing checkout in the build-root - echo -n "Updating existing checkout using $CVSACCOUNT ... " >> $LOGFILE 2>&1 - cd egroupware # need to step into the eGW dir (no CVS dir otherwise) + echo -n "Updating existing checkout ... " >> $LOGFILE 2>&1 svn update fi diff --git a/doc/rpm-build/egroupware-fedora4.spec b/doc/rpm-build/egroupware-fedora4.spec index babfa3bf9b..6c41e1dbb8 100644 --- a/doc/rpm-build/egroupware-fedora4.spec +++ b/doc/rpm-build/egroupware-fedora4.spec @@ -1,7 +1,7 @@ %define packagename eGroupWare %define egwdirname egroupware %define egwversion 1.2 -%define packaging 2 +%define packaging 102 %define epoch 1 %define httpdroot /var/www/html %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 %changelog +* Sat Jun 11 2006 Lars Kneschke 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 1.2-1 - manual is now available via http://manual.egroupware.org - various bugfixes in calendar and projectmanager diff --git a/doc/rpm-build/egroupware-suse-php4.spec b/doc/rpm-build/egroupware-suse-php4.spec index 2658f33510..7c3aa0c8cc 100644 --- a/doc/rpm-build/egroupware-suse-php4.spec +++ b/doc/rpm-build/egroupware-suse-php4.spec @@ -1,7 +1,7 @@ %define packagename eGroupWare %define egwdirname egroupware %define egwversion 1.2 -%define packaging 2 +%define packaging 102 %define epoch 1 %define httpdroot /srv/www/htdocs %define httpdconfd /etc/apache2/conf.d @@ -784,6 +784,13 @@ ln -s sitemgr/sitemgr-link %{prefix}/%{egwdirname}/%{workflow} %changelog +* Sat Jun 11 2006 Lars Kneschke 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 1.2-1 - manual is now available via http://manual.egroupware.org - various bugfixes in calendar and projectmanager diff --git a/doc/rpm-build/egroupware-suse-php5.spec b/doc/rpm-build/egroupware-suse-php5.spec index a06ef18146..2068e8fcdf 100644 --- a/doc/rpm-build/egroupware-suse-php5.spec +++ b/doc/rpm-build/egroupware-suse-php5.spec @@ -1,7 +1,7 @@ %define packagename eGroupWare %define egwdirname egroupware %define egwversion 1.2 -%define packaging 2 +%define packaging 102 %define epoch 1 %define httpdroot /srv/www/htdocs %define httpdconfd /etc/apache2/conf.d @@ -244,6 +244,13 @@ ln -s sitemgr/sitemgr-link %changelog +* Sat Jun 11 2006 Lars Kneschke 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 1.2-1 - manual is now available via http://manual.egroupware.org - various bugfixes in calendar and projectmanager