forked from extern/egroupware
update the build scripts
This commit is contained in:
parent
1480271b4f
commit
8799d36097
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user