update the build scripts

This commit is contained in:
reinerj 2004-08-09 09:53:30 +00:00
parent 1480271b4f
commit 8799d36097
4 changed files with 23 additions and 11 deletions

View File

@ -192,7 +192,7 @@ date
cd $ANONCVSDIRFEDORA cd $ANONCVSDIRFEDORA
/opt/installbuilder-1.1.0/bin/builder build /opt/installbuilder-1.1.0/projects/egroupware.xml /opt/installbuilder-1.2.1/bin/builder build /opt/installbuilder-1.2.1/projects/egroupware.xml
rm -rf egroupware rm -rf egroupware
echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEBIT 2>&1 echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEBIT 2>&1

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare-all-apps %define packagename eGroupWare-all-apps
%define egwdirname egroupware %define egwdirname egroupware
%define version 1.0.00.002 %define version 1.0.00.003
%define packaging 1 %define packaging 2
%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)
@ -133,8 +133,12 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
%{prefix}/%{egwdirname}/wiki %{prefix}/%{egwdirname}/wiki
%changelog %changelog
* Sat Aug 07 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.003-1
- Final 1.0 release from eGroupWare
- some bugs fixed
* Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.002-1 * Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.002-1
- fixing critical bugs in all applications - critical bugs fixed
- MS SQL server support is back - MS SQL server support is back
- language extensions - language extensions

View File

@ -1,13 +1,13 @@
Name: eGroupWare Name: eGroupWare
Version: 1.0.00 Version: 1.0.00
Release: 0.fdr.1.rc8 Release: 0.fdr.1
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-1.0.00.0.fdr.1.rc8.tar.gz Source0: http://download.sourceforge.net/egroupware/eGroupWare-1.0.00.0.fdr.1.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
@ -67,8 +67,12 @@ cp -aRf * $RPM_BUILD_ROOT/var/www/html/egroupware
/var/www/html/egroupware/* /var/www/html/egroupware/*
%changelog %changelog
* Sat Aug 07 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.0.fdr.1
- Final 1.0 release from eGroupWare
- some bugs fixed
* Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.0.fdr.1.rc8 * Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.0.fdr.1.rc8
- fixing critical bugs in all applications - critical bugs fixed
- MS SQL server support is back - MS SQL server support is back
- language extensions - language extensions

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define version 1.0.00.002 %define version 1.0.00.003
%define packaging 1 %define packaging 2
%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)
@ -72,7 +72,7 @@ Requires: eGroupWare = %{version}-%{packaging}
%description %{addressbook} %description %{addressbook}
Contact manager with Vcard support. Contact manager with Vcard support.
%{addressbook} is the egroupware default contact application. %{addressbook} is the egroupware default contact application.
It makes use of the phpgroupware contacts class to store and retrieve It makes use of the egroupware contacts class to store and retrieve
contact information via SQL, LDAP or Active Directory. contact information via SQL, LDAP or Active Directory.
%package %{backup} %package %{backup}
@ -517,8 +517,12 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
%{prefix}/%{egwdirname}/%{wiki} %{prefix}/%{egwdirname}/%{wiki}
%changelog %changelog
* Sat Aug 07 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.003-1
- Final 1.0 release from eGroupWare
- some bugs fixed
* Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.002-1 * Sat Jul 31 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.002-1
- fixing critical bugs in all applications - critical bugs fixed
- MS SQL server support is back - MS SQL server support is back
- language extensions - language extensions