mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
fix a bug in the spec file and update the build shell script
This commit is contained in:
parent
5298bee355
commit
22870f672e
@ -56,6 +56,7 @@ VIRUSSCANFEDORA=$SPECDIR/clamav_scan-$PACKAGENAMEFEDORA-$VERSIONFEDORA.$PACKAGIN
|
|||||||
MD5SUM=$SRCDIR/md5sum-$PACKAGENAME-$VERSION-$PACKAGING.txt
|
MD5SUM=$SRCDIR/md5sum-$PACKAGENAME-$VERSION-$PACKAGING.txt
|
||||||
MD5SUMFEDORA=$SRCDIR/md5sum-$PACKAGENAMEFEDORA-$VERSIONFEDORA.$PACKAGINGFEDORA.txt
|
MD5SUMFEDORA=$SRCDIR/md5sum-$PACKAGENAMEFEDORA-$VERSIONFEDORA.$PACKAGINGFEDORA.txt
|
||||||
|
|
||||||
|
|
||||||
echo "Start Build Process of - $PACKAGENAME $VERSION" > $LOGFILE
|
echo "Start Build Process of - $PACKAGENAME $VERSION" > $LOGFILE
|
||||||
echo "---------------------------------------" >> $LOGFILE 2>&1
|
echo "---------------------------------------" >> $LOGFILE 2>&1
|
||||||
date >> $LOGFILE 2>&1
|
date >> $LOGFILE 2>&1
|
||||||
@ -148,9 +149,11 @@ echo "---------------------------------------"
|
|||||||
date >> $LOGFILEFEDORA 2>&1
|
date >> $LOGFILEFEDORA 2>&1
|
||||||
cd $ANONCVSDIRFEDORA
|
cd $ANONCVSDIRFEDORA
|
||||||
cvs -z3 -d:ext:reinerj@cvs.sourceforge.net:/cvsroot/egroupware co egroupware >> $LOGFILEFEDORA 2>&1
|
cvs -z3 -d:ext:reinerj@cvs.sourceforge.net:/cvsroot/egroupware co egroupware >> $LOGFILEFEDORA 2>&1
|
||||||
cd $ANONCVSDIRFEDORABUILD >> $LOGFILEFEDORA 2>&1
|
echo "must wait to finish this job"
|
||||||
cvs co all >> $LOGFILEFEDORA 2>&1
|
cd $ANONCVSDIRFEDORABUILD >> $LOGFILEFEDORA 2>&1
|
||||||
cvs update -Pd
|
cvs co all >> $LOGFILEFEDORA 2>&1
|
||||||
|
echo "first files are updated and now we must delete the old ones" >> $LOGFILEFEDORA 2>&1
|
||||||
|
cvs -z9 update -dP >> $LOGFILEFEDORA 2>&1
|
||||||
find . -type d -name CVS | xargs rm -rf
|
find . -type d -name CVS | xargs rm -rf
|
||||||
find . -type d -exec chmod 775 {} \;
|
find . -type d -exec chmod 775 {} \;
|
||||||
find . -type f -exec chmod 644 {} \;
|
find . -type f -exec chmod 644 {} \;
|
||||||
@ -174,10 +177,6 @@ rpmbuild -ba --sign $SPECFILEFEDORA
|
|||||||
echo "End Build Process of - $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEDORA 2>&1
|
echo "End Build Process of - $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEDORA 2>&1
|
||||||
echo "---------------------------------------" >> $LOGFILEFEDORA 2>&1
|
echo "---------------------------------------" >> $LOGFILEFEDORA 2>&1
|
||||||
|
|
||||||
#cd $ANONCVSDIRFEDORA
|
|
||||||
#rm -rf egroupware
|
|
||||||
#echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEDORA 2>&1
|
|
||||||
#echo "---------------------------------------" >> $LOGFILEFEDORA 2>&1
|
|
||||||
|
|
||||||
|
|
||||||
##############################################################################################################
|
##############################################################################################################
|
||||||
@ -187,20 +186,16 @@ echo "---------------------------------------"
|
|||||||
##############################################################################################################
|
##############################################################################################################
|
||||||
|
|
||||||
|
|
||||||
echo "Start CVS checkout Bitrock files" > $LOGFILEBIT
|
echo "Start build Bitrock packages" > $LOGFILEFEBIT
|
||||||
echo "---------------------------------------" >> $LOGFILEBIT 2>&1
|
echo "---------------------------------------" >> $LOGFILEFEBIT 2>&1
|
||||||
date >> $LOGFILEBIT 2>&1
|
date >> $LOGFILEFEBIT 2>&1
|
||||||
|
|
||||||
cd $ANONCVSDIRFEDORA
|
cd $ANONCVSDIRFEDORA
|
||||||
|
|
||||||
echo "Start build Bitrock package" > $LOGFILEBIT
|
|
||||||
echo "---------------------------------------" >> $LOGFILEBIT 2>&1
|
|
||||||
|
|
||||||
/opt/installbuilder-1.0.2/bin/builder build /opt/installbuilder-1.0.2/projects/egroupware.xml
|
/opt/installbuilder-1.0.2/bin/builder build /opt/installbuilder-1.0.2/projects/egroupware.xml
|
||||||
|
|
||||||
rm -rf egroupware
|
rm -rf egroupware
|
||||||
echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEDORA 2>&1
|
echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEBIT 2>&1
|
||||||
echo "---------------------------------------" >> $LOGFILEFEDORA 2>&1
|
echo "---------------------------------------" >> $LOGFILEFEBIT 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define packagename eGroupWare-all-apps
|
%define packagename eGroupWare-all-apps
|
||||||
%define egwdirname egroupware
|
%define egwdirname egroupware
|
||||||
%define version 0.9.99.025
|
%define version 0.9.99.026
|
||||||
%define packaging 1
|
%define packaging 1
|
||||||
%define epoch 0
|
%define epoch 0
|
||||||
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
||||||
@ -69,7 +69,7 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
|||||||
echo "* the follow lines to you httpd.conf *"
|
echo "* the follow lines to you httpd.conf *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* <Directory /var/www/html/egroupware> *"
|
echo "* <Directory /var/www/html/egroupware> *"
|
||||||
echo "* <Files ~ "\.inc\.php$ \| \.tpl$"> *"
|
echo "* <Files ~ "\.\(inc.php\|tpl\)$"> *"
|
||||||
echo "* Order allow,deny *"
|
echo "* Order allow,deny *"
|
||||||
echo "* Deny from all *"
|
echo "* Deny from all *"
|
||||||
echo "* </Files> *"
|
echo "* </Files> *"
|
||||||
@ -132,12 +132,14 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
|||||||
%{prefix}/%{egwdirname}/wiki
|
%{prefix}/%{egwdirname}/wiki
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 21 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.025-1
|
* Thu Jun 29 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.026-1
|
||||||
- JiNN extended
|
- JiNN extended.
|
||||||
- projects updated
|
- projects updated
|
||||||
- new knowledge base available
|
- new knowledge base available
|
||||||
- new language available Catalan
|
- new language available Catalan
|
||||||
- languages updated
|
- many languages updated
|
||||||
|
- bug fixes in all applications
|
||||||
|
- extend the usage of indexes for DB tables
|
||||||
|
|
||||||
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.015-1
|
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.015-1
|
||||||
- rewrite of projects added.
|
- rewrite of projects added.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: eGroupWare
|
Name: eGroupWare
|
||||||
Version: 0.9.99
|
Version: 0.9.99
|
||||||
Release: 0.fdr.1.rc5
|
Release: 0.fdr.1.rc6
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: eGroupWare is a web-based groupware suite written in php.
|
Summary: eGroupWare is a web-based groupware suite written in php.
|
||||||
|
|
||||||
Group: Web/Database
|
Group: Web/Database
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://www.egroupware.org/
|
URL: http://www.egroupware.org/
|
||||||
Source0: http://download.sourceforge.net/egroupware/eGroupWare-0.9.99.0.fdr.1.rc5.tar.gz
|
Source0: http://download.sourceforge.net/egroupware/eGroupWare-0.9.99.0.fdr.1.rc6.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: php php-mysql php-imap php-xmlrpc
|
Requires: php php-mysql php-imap php-xmlrpc
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ cp -aRf * $RPM_BUILD_ROOT/var/www/html/egroupware
|
|||||||
echo "* the follow lines to you httpd.conf *"
|
echo "* the follow lines to you httpd.conf *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* <Directory /var/www/html/egroupware> *"
|
echo "* <Directory /var/www/html/egroupware> *"
|
||||||
echo "* <Files ~ "\.inc\.php$|.tpl$"> *"
|
echo "* <Files ~ "\.\(inc.php\|tpl\)$"> *"
|
||||||
echo "* Order allow,deny *"
|
echo "* Order allow,deny *"
|
||||||
echo "* Deny from all *"
|
echo "* Deny from all *"
|
||||||
echo "* </Files> *"
|
echo "* </Files> *"
|
||||||
@ -67,6 +67,16 @@ cp -aRf * $RPM_BUILD_ROOT/var/www/html/egroupware
|
|||||||
/var/www/html/egroupware/*
|
/var/www/html/egroupware/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.00.fdr.1.rc6
|
||||||
|
- JiNN extended.
|
||||||
|
- projects updated
|
||||||
|
- new knowledge base available
|
||||||
|
- new language available Catalan
|
||||||
|
- many languages updated
|
||||||
|
- bug fixes in all applications
|
||||||
|
- extend the usage of indexes for DB tables
|
||||||
|
|
||||||
|
|
||||||
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.00.fdr.1.rc5
|
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.00.fdr.1.rc5
|
||||||
- rewrite of projects added.
|
- rewrite of projects added.
|
||||||
- Wiki with WYSIWYG editor added
|
- Wiki with WYSIWYG editor added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define packagename eGroupWare
|
%define packagename eGroupWare
|
||||||
%define egwdirname egroupware
|
%define egwdirname egroupware
|
||||||
%define version 0.9.99.025
|
%define version 0.9.99.026
|
||||||
%define packaging 1
|
%define packaging 1
|
||||||
%define epoch 0
|
%define epoch 0
|
||||||
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
||||||
@ -351,7 +351,7 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
|||||||
echo "* the follow lines to you httpd.conf *"
|
echo "* the follow lines to you httpd.conf *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* <Directory /var/www/html/egroupware> *"
|
echo "* <Directory /var/www/html/egroupware> *"
|
||||||
echo "* <Files ~ "\.inc\.php$ \| \.tpl$"> *"
|
echo "* <Files ~ "\.\(inc.php\|tpl\)$"> *"
|
||||||
echo "* Order allow,deny *"
|
echo "* Order allow,deny *"
|
||||||
echo "* Deny from all *"
|
echo "* Deny from all *"
|
||||||
echo "* </Files> *"
|
echo "* </Files> *"
|
||||||
@ -504,12 +504,14 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
|||||||
%{prefix}/%{egwdirname}/%{wiki}
|
%{prefix}/%{egwdirname}/%{wiki}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 21 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.025-1
|
* Thu Jun 29 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.026-1
|
||||||
- JiNN extended.
|
- JiNN extended.
|
||||||
- projects updated
|
- projects updated
|
||||||
- new knowledge base available
|
- new knowledge base available
|
||||||
- new language available Catalan
|
- new language available Catalan
|
||||||
- languages updated
|
- many languages updated
|
||||||
|
- bug fixes in all applications
|
||||||
|
- extend the usage of indexes for DB tables
|
||||||
|
|
||||||
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.015-1
|
* Thu Apr 27 2004 Reiner Jung <r.jung@creativix.net> 0.9.99.015-1
|
||||||
- rewrite of projects added.
|
- rewrite of projects added.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user