update the build files

This commit is contained in:
reinerj 2004-08-09 09:52:11 +00:00
parent 7941a6e561
commit 46c028ff46
4 changed files with 23 additions and 11 deletions

View File

@ -192,7 +192,7 @@ date
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
echo "Fedora Build Root deleted $PACKAGENAMEFEDORA $VERSIONFEDORA $PACKAGINGFEDORA" >> $LOGFILEFEBIT 2>&1

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare-all-apps
%define egwdirname egroupware
%define version 1.0.00.002
%define packaging 1
%define version 1.0.00.003
%define packaging 2
%define epoch 0
%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
%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
- fixing critical bugs in all applications
- critical bugs fixed
- MS SQL server support is back
- language extensions

View File

@ -1,13 +1,13 @@
Name: eGroupWare
Version: 1.0.00
Release: 0.fdr.1.rc8
Release: 0.fdr.1
Epoch: 0
Summary: eGroupWare is a web-based groupware suite written in php.
Group: Web/Database
License: GPL/LGPL
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)
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/*
%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
- fixing critical bugs in all applications
- critical bugs fixed
- MS SQL server support is back
- language extensions

View File

@ -1,7 +1,7 @@
%define packagename eGroupWare
%define egwdirname egroupware
%define version 1.0.00.002
%define packaging 1
%define version 1.0.00.003
%define packaging 2
%define epoch 0
%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}
Contact manager with Vcard support.
%{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.
%package %{backup}
@ -517,8 +517,12 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
%{prefix}/%{egwdirname}/%{wiki}
%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
- fixing critical bugs in all applications
- critical bugs fixed
- MS SQL server support is back
- language extensions