phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/doc/rpm-build build-phpgw-rpms, 1.1.2.2,


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware/doc/rpm-build build-phpgw-rpms, 1.1.2.2, 1.1.2.3 phpgroupware-rh-allapp0914.spec, 1.1.2.1, 1.1.2.2 phpgroupware-rh0914.spec, 1.1.2.1, 1.1.2.2
Date: Fri, 17 Oct 2003 05:27:20 +0000

Update of /cvsroot/phpgroupware/phpgroupware/doc/rpm-build
In directory subversions:/tmp/cvs-serv28173

Modified Files:
      Tag: Version-0_9_14-branch
        build-phpgw-rpms phpgroupware-rh-allapp0914.spec 
        phpgroupware-rh0914.spec 
Log Message:
fixes from cw

Index: phpgroupware-rh0914.spec
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgroupware/doc/rpm-build/Attic/phpgroupware-rh0914.spec,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** phpgroupware-rh0914.spec    5 Jul 2003 11:14:54 -0000       1.1.2.1
--- phpgroupware-rh0914.spec    17 Oct 2003 05:27:18 -0000      1.1.2.2
***************
*** 1,5 ****
  %define packagename phpGroupWare
  %define phpgwdirname phpgroupware
! %define version 0.9.14.005
  %define packaging 1
  %define httpdroot  /var/www/html
--- 1,5 ----
  %define packagename phpGroupWare
  %define phpgwdirname phpgroupware
! %define version 0.9.14.007
  %define packaging 1
  %define httpdroot  /var/www/html

Index: build-phpgw-rpms
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgroupware/doc/rpm-build/Attic/build-phpgw-rpms,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** build-phpgw-rpms    6 Jul 2003 10:02:46 -0000       1.1.2.2
--- build-phpgw-rpms    17 Oct 2003 05:27:18 -0000      1.1.2.3
***************
*** 24,34 ****
  #
  # Script changed 2003 Jul 06 Reiner Jung
!  
! VERSION=`grep "%define version" phpgroupware-rh.spec | cut -f3 -d' '`
  HOMEBUILDDIR=`whoami`
! ANONCVSDIR=/build_root/phpgroupware_stable/phpgroupware
  RHBASE=/home/$HOMEBUILDDIR/redhat
  SRCDIR=$RHBASE/SOURCES
  SPECDIR=$RHBASE/SPECS
  LOGFILE=$SPECDIR/build-$VERSION.log
  MD5SUM=$SRCDIR/md5sum-$VERSION.txt
--- 24,44 ----
  #
  # Script changed 2003 Jul 06 Reiner Jung
! # Script changed 2003 Oct 16 Chris Weiss
! #
! # NOTES:
! # to build as a user you need to have done something like the following:
! # mkdir -p redhat/BUILD redhat/SOURCES redhat/SPECS redhat/SRPMS redhat/RPMS 
redhat/RPMS/i386
! # echo "%_topdir $HOME/redhat" >> $HOME/.rpmmacros
! #
! # for Mandrake 9.0 and newer, you will need to edit 
/usr/share/spec-helper/spec-helper
! # to disable the clean_files or this will make errors.
! 
  HOMEBUILDDIR=`whoami`
! ANONCVSDIR=/home/$HOMEBUILDDIR/cvs/phpgroupware
  RHBASE=/home/$HOMEBUILDDIR/redhat
  SRCDIR=$RHBASE/SOURCES
  SPECDIR=$RHBASE/SPECS
+ SPECFILE=phpgroupware-rh-allapp0914.spec
+ VERSION=`grep "%define version" 
$ANONCVSDIR/doc/rpm-build/phpgroupware-rh-allapp0914.spec | cut -f3 -d' '`
  LOGFILE=$SPECDIR/build-$VERSION.log
  MD5SUM=$SRCDIR/md5sum-$VERSION.txt
***************
*** 38,42 ****
  date                                                        >> $LOGFILE 2>&1
  cd $ANONCVSDIR
! cvs update -dP                                              >> $LOGFILE 2>&1
  cd $ANONCVSDIR/..
  tar czvf $SRCDIR/phpgroupware-$VERSION.tar.gz phpgroupware  >> $LOGFILE 2>&1
--- 48,52 ----
  date                                                        >> $LOGFILE 2>&1
  cd $ANONCVSDIR
! #cvs update -dP                                              >> $LOGFILE 2>&1
  cd $ANONCVSDIR/..
  tar czvf $SRCDIR/phpgroupware-$VERSION.tar.gz phpgroupware  >> $LOGFILE 2>&1
***************
*** 47,72 ****
  echo "Create the md5sum file for tar.gz, tar.bz, zip"     >> $LOGFILE 2>&1    
  echo "md5sum from file phpgroupware-$VERSION.tar.gz is:"     > $MD5SUM  
! md5sum $SRCDIR/phpgroupware-$VERSION.tar.gz | cut -f1 -d' ' >> $MD5SUM  2>&1
  echo "---------------------------------------"              >> $MD5SUM  2>&1
  echo " "                                                  >> $MD5SUM  2>&1
  echo "md5sum from file phpgroupware-$VERSION.tar.bz2 is:"   >> $MD5SUM  2>&1
! md5sum $SRCDIR/phpgroupware-$VERSION.tar.bz2 | cut -f1 -d' '>> $MD5SUM  2>&1
  echo "---------------------------------------"              >> $MD5SUM  2>&1
  echo " "                                                  >> $MD5SUM  2>&1
  echo "md5sum from file phpgroupware-$VERSION.zip is:"       >> $MD5SUM  2>&1
! md5sum $SRCDIR/phpgroupware-$VERSION.zip | cut -f1 -d' '    >> $MD5SUM  2>&1
  echo "End Build md5sum of tar.gz, tar.bz, zip"              >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1
  echo "Build signed source files"                          >> $LOGFILE 2>&1
! gpg -s $SRCDIR/phpgroupware-$VERSION.tar.gz               >> $LOGFILE 2>&1
! gpg -s $SRCDIR/phpgroupware-$VERSION.tar.bz2              >> $LOGFILE 2>&1 
! gpg -s $SRCDIR/phpgroupware-$VERSION.zip                  >> $LOGFILE 2>&1
  echo "End build of signed of tar.gz, tar.bz, zip"           >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1
  cd $SPECDIR
! rpmbuild -ba --sign phpgroupware-rh.spec                    >> $LOGFILE 2>&1
! echo "End Build Process of - $VERSION single packages"      >> $LOGFILE 2>&1
! echo "---------------------------------------"              >> $LOGFILE 2>&1
! rpmbuild -ba --sign phpgroupware-rh-allapp.spec             >> $LOGFILE 2>&1
  echo "End Build Process of - $VERSION all applications"     >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1
--- 57,80 ----
  echo "Create the md5sum file for tar.gz, tar.bz, zip"     >> $LOGFILE 2>&1    
  echo "md5sum from file phpgroupware-$VERSION.tar.gz is:"     > $MD5SUM  
! md5sum $SRCDIR/phpgroupware-$VERSION.tar.gz | cut -f1 -d' ' #>> $MD5SUM  2>&1
  echo "---------------------------------------"              >> $MD5SUM  2>&1
  echo " "                                                  >> $MD5SUM  2>&1
  echo "md5sum from file phpgroupware-$VERSION.tar.bz2 is:"   >> $MD5SUM  2>&1
! md5sum $SRCDIR/phpgroupware-$VERSION.tar.bz2 | cut -f1 -d' '#>> $MD5SUM  2>&1
  echo "---------------------------------------"              >> $MD5SUM  2>&1
  echo " "                                                  >> $MD5SUM  2>&1
  echo "md5sum from file phpgroupware-$VERSION.zip is:"       >> $MD5SUM  2>&1
! md5sum $SRCDIR/phpgroupware-$VERSION.zip | cut -f1 -d' '    #>> $MD5SUM  2>&1
  echo "End Build md5sum of tar.gz, tar.bz, zip"              >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1
  echo "Build signed source files"                          >> $LOGFILE 2>&1
! gpg -s $SRCDIR/phpgroupware-$VERSION.tar.gz               #>> $LOGFILE 2>&1
! gpg -s $SRCDIR/phpgroupware-$VERSION.tar.bz2              #>> $LOGFILE 2>&1 
! gpg -s $SRCDIR/phpgroupware-$VERSION.zip                  #>> $LOGFILE 2>&1
  echo "End build of signed of tar.gz, tar.bz, zip"           >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1
  cd $SPECDIR
! cp -af $ANONCVSDIR/doc/rpm-build/phpgroupware-rh-allapp0914.spec ./
! rpmbuild -ba --sign $SPECFILE             >> $LOGFILE 2>&1
  echo "End Build Process of - $VERSION all applications"     >> $LOGFILE 2>&1
  echo "---------------------------------------"              >> $LOGFILE 2>&1

Index: phpgroupware-rh-allapp0914.spec
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgroupware/doc/rpm-build/Attic/phpgroupware-rh-allapp0914.spec,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** phpgroupware-rh-allapp0914.spec     5 Jul 2003 11:14:54 -0000       1.1.2.1
--- phpgroupware-rh-allapp0914.spec     17 Oct 2003 05:27:18 -0000      1.1.2.2
***************
*** 1,5 ****
  %define packagename phpGroupWare-all-apps
  %define phpgwdirname phpgroupware
! %define version 0.9.14.005
  %define packaging 1
  %define httpdroot  /var/www/html
--- 1,5 ----
  %define packagename phpGroupWare-all-apps
  %define phpgwdirname phpgroupware
! %define version 0.9.14.007
  %define packaging 1
  %define httpdroot  /var/www/html
***************
*** 31,35 ****
  %prep
  %setup -n %{phpgwdirname}
- 
  %build
  # no build required
--- 31,34 ----
***************
*** 128,133 ****
  
  %changelog
! * Sat Jul 05 2003 Reiner Jung <address@hidden> 0.9.14.004
! - security release update for users from php3.
                                                                                
                                               
  * Thu Jul 03 2003 Reiner Jung <address@hidden> 0.9.14.004
--- 127,141 ----
  
  %changelog
! * Thu Oct 16 2003 Chris Weiss <address@hidden> 0.9.14.007
! - Security Release for phpGroupWare.
! 
! 
! * Sat Jul 23 2003 Chris Weiss <address@hidden> 0.9.14.006
! - Security Release for phpGroupWare.
! - Calendar dayview bugfix broken in .005.
! - Added more German manual files.
! 
! * Sat Jul 06 2003 Reiner Jung <address@hidden> 0.9.14.005
! - Security release update for php3 compatability.
                                                                                
                                               
  * Thu Jul 03 2003 Reiner Jung <address@hidden> 0.9.14.004





reply via email to

[Prev in Thread] Current Thread [Next in Thread]