This commit is contained in:
Ralf Becker 2005-12-15 00:09:44 +00:00
parent 68828494ab
commit c9973ce261
2 changed files with 37 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define version 1.2RC4 %define version 1.2RC5
%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)
@ -10,6 +10,7 @@
%define browser browser %define browser browser
%define bookmarks bookmarks %define bookmarks bookmarks
%define calendar calendar %define calendar calendar
%define chatty chatty
%define comic comic %define comic comic
%define developer_tools developer_tools %define developer_tools developer_tools
%define email email %define email email
@ -67,7 +68,7 @@ Packager: eGroupWare <RalfBecker@outdoor-training.de>
%description %description
eGroupWare is a web-based groupware suite written in PHP. eGroupWare is a web-based groupware suite written in PHP.
The core package provides the admin, etemplate, phpgwapi, preferences The core package provides the admin, etemplate, phpgwapi, preferences
and setup packages. and setup applications.
It also provides an API for developing additional applications. It also provides an API for developing additional applications.
%package %{addressbook} %package %{addressbook}
@ -116,6 +117,14 @@ Requires: eGroupWare = %{version}-%{packaging}
Powerful calendar with meeting request system, Alarms, ICal and E-Mail support, Powerful calendar with meeting request system, Alarms, ICal and E-Mail support,
and ACL security. and ACL security.
%package %{chatty}
Summary: Instant messenger for eGroupWare
Group: Web/Database
AutoReqProv: no
Requires: eGroupWare = %{version}-%{packaging}
%description %{chatty}
Instant messenger application using AJAX.
%package %{comic} %package %{comic}
Summary: The eGroupWare %{comic} application Summary: The eGroupWare %{comic} application
Group: Web/Database Group: Web/Database
@ -466,6 +475,10 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess
%defattr(0744,root,root) %defattr(0744,root,root)
%{prefix}/%{egwdirname}/%{calendar} %{prefix}/%{egwdirname}/%{calendar}
%files %{chatty}
%defattr(0744,root,root)
%{prefix}/%{egwdirname}/%{chatty}
%files %{comic} %files %{comic}
%defattr(0744,root,root) %defattr(0744,root,root)
%{prefix}/%{egwdirname}/%{comic} %{prefix}/%{egwdirname}/%{comic}
@ -595,6 +608,16 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess
%{prefix}/%{egwdirname}/%{workflow} %{prefix}/%{egwdirname}/%{workflow}
%changelog %changelog
* Thu Dez 15 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC5-1
- creation of new groups in LDAP working again
- no more negative id's in the account-table (auto column) itself,
as not all DBMS can deal with it (mapping is done in the class now)
- infolog list shows (optional) the times and can switch details on and off
- projectmanager records and shows now the resources and details of the elements
- wiki is include in the linkage system now
- new instant messenger application chatty in contrib
- other bugfixes and translation updates
* Fri Dez 02 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC4-1 * Fri Dez 02 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC4-1
- Bugfixes in Kalendar: Freetimesearch, disabled not working stuff under IE - Bugfixes in Kalendar: Freetimesearch, disabled not working stuff under IE
- MyDMS install: boolean columns are now created correct under mysql4+5 - MyDMS install: boolean columns are now created correct under mysql4+5

View File

@ -1,6 +1,6 @@
%define packagename eGroupWare %define packagename eGroupWare
%define egwdirname egroupware %define egwdirname egroupware
%define version 1.2RC4 %define version 1.2RC5
%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)
@ -109,6 +109,7 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess
%{prefix}/%{egwdirname}/bookmarks %{prefix}/%{egwdirname}/bookmarks
%{prefix}/%{egwdirname}/browser %{prefix}/%{egwdirname}/browser
%{prefix}/%{egwdirname}/calendar %{prefix}/%{egwdirname}/calendar
%{prefix}/%{egwdirname}/chatty
%{prefix}/%{egwdirname}/comic %{prefix}/%{egwdirname}/comic
%{prefix}/%{egwdirname}/developer_tools %{prefix}/%{egwdirname}/developer_tools
%{prefix}/%{egwdirname}/emailadmin %{prefix}/%{egwdirname}/emailadmin
@ -132,6 +133,16 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess
%{prefix}/%{egwdirname}/workflow %{prefix}/%{egwdirname}/workflow
%changelog %changelog
* Thu Dez 15 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC5-1
- creation of new groups in LDAP working again
- no more negative id's in the account-table (auto column) itself,
as not all DBMS can deal with it (mapping is done in the class now)
- infolog list shows (optional) the times and can switch details on and off
- projectmanager records and shows now the resources and details of the elements
- wiki is include in the linkage system now
- new instant messenger application chatty in contrib
- other bugfixes and translation updates
* Fri Dez 02 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC4-1 * Fri Dez 02 2005 Ralf Becker <RalfBecker@outdoor-training.de> 1.2RC4-1
- Bugfixes in Kalendar: Freetimesearch, disabled not working stuff under IE - Bugfixes in Kalendar: Freetimesearch, disabled not working stuff under IE
- MyDMS install: boolean columns are now created correct under mysql4+5 - MyDMS install: boolean columns are now created correct under mysql4+5