mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
updatet build script
This commit is contained in:
parent
666607774b
commit
af37670379
@ -1,6 +1,6 @@
|
||||
%define packagename eGroupWare-all-apps
|
||||
%define egwdirname egroupware
|
||||
%define version 1.0.00.005
|
||||
%define version 1.0.00.006
|
||||
%define packaging 1
|
||||
%define epoch 0
|
||||
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
||||
@ -133,6 +133,10 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
||||
%{prefix}/%{egwdirname}/wiki
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.006-1
|
||||
- Fix a security problem in JiNN application
|
||||
- Bugfixes
|
||||
|
||||
* Wed Sep 08 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.005-1
|
||||
- Bugfix release
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: eGroupWare
|
||||
Version: 1.0.00
|
||||
Release: 3.fdr.2
|
||||
Release: 6.fdr.2
|
||||
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.3.fdr.2.tar.gz
|
||||
Source0: http://download.sourceforge.net/egroupware/eGroupWare-1.0.00.6.fdr.2.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: php php-mysql php-imap php-xmlrpc
|
||||
|
||||
@ -67,6 +67,10 @@ cp -aRf * $RPM_BUILD_ROOT/var/www/html/egroupware
|
||||
/var/www/html/egroupware/*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.6.fdr.2
|
||||
- Fix a security problem in JiNN application
|
||||
- Bugfixes
|
||||
|
||||
* Wed Sep 08 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.3.fdr.2
|
||||
- Bugfix release
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define packagename eGroupWare
|
||||
%define egwdirname egroupware
|
||||
%define version 1.0.00.005
|
||||
%define version 1.0.00.006
|
||||
%define packaging 1
|
||||
%define epoch 0
|
||||
%define httpdroot %(if test -f /etc/SuSE-release; then echo /srv/www/htdocs; else echo /var/www/html; fi)
|
||||
@ -517,6 +517,10 @@ cp -aRf * $RPM_BUILD_ROOT%{prefix}/%{egwdirname}
|
||||
%{prefix}/%{egwdirname}/%{wiki}
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.006-1
|
||||
- Fix a security problem in JiNN application
|
||||
- Bugfixes
|
||||
|
||||
* Wed Sep 08 2004 Reiner Jung <r.jung@creativix.net> 1.0.00.005-1
|
||||
- Bugfix release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user