From c6df8a68a7dcfbc207736be995121f562e1f5f5e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 19 Dec 2005 04:25:31 +0000 Subject: [PATCH] added timesheet app --- doc/rpm-build/egroupware-apps.spec | 15 +++++++++++++++ doc/rpm-build/egroupware.spec | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/rpm-build/egroupware-apps.spec b/doc/rpm-build/egroupware-apps.spec index 43bfe23d9c..404f01d572 100644 --- a/doc/rpm-build/egroupware-apps.spec +++ b/doc/rpm-build/egroupware-apps.spec @@ -41,6 +41,7 @@ %define stocks stocks %define switchuser switchuser %define syncml syncml +%define timesheet timesheet %define tts tts %define wiki wiki %define workflow workflow @@ -361,6 +362,16 @@ Requires: eGroupWare = %{version}-%{packaging} %description %{syncml} This is the %{syncml} app for eGroupWare. +%package %{timesheet} +Summary: The eGroupWare timesheet application +Group: Web/Database +AutoReqProv: no +Requires: eGroupWare = %{version}-%{packaging} +%description %{timesheet} +Simple timesheet application, which allow to record and report +the times and other expenses. It can be uses as well standalone +as together with the ProjectManager application. + %package %{tts} Summary: The eGroupWare trouble ticket system application Group: Web/Database @@ -595,6 +606,10 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess %defattr(0744,root,root) %{prefix}/%{egwdirname}/%{syncml} +%files %{timesheet} +%defattr(0744,root,root) +%{prefix}/%{egwdirname}/%{timesheet} + %files %{tts} %defattr(0744,root,root) %{prefix}/%{egwdirname}/%{tts} diff --git a/doc/rpm-build/egroupware.spec b/doc/rpm-build/egroupware.spec index 5a25f047d2..3d52e7c216 100755 --- a/doc/rpm-build/egroupware.spec +++ b/doc/rpm-build/egroupware.spec @@ -33,7 +33,7 @@ This package provides the eGroupWare default applications: egroupware core with: admin, api, docs, etemplate, prefereces and setup, addressbook, bookmarks, calendar, translation-tools, emailadmin, felamimail, filemanager, infolog, jinn, manual, mydms, news admin, knowledgebase, polls, -projectmanager, resources, sambaadmin, sitemgr, syncml, wiki workflow +projectmanager, resources, sambaadmin, sitemgr, syncml, timesheet, wiki, workflow It also provides an API for developing additional applications. @@ -109,7 +109,6 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess %{prefix}/%{egwdirname}/bookmarks %{prefix}/%{egwdirname}/browser %{prefix}/%{egwdirname}/calendar -%{prefix}/%{egwdirname}/chatty %{prefix}/%{egwdirname}/comic %{prefix}/%{egwdirname}/developer_tools %{prefix}/%{egwdirname}/emailadmin @@ -129,6 +128,7 @@ rm -f $RPM_BUILD_ROOT%{prefix}/%{egwdirname}/.htaccess %{prefix}/%{egwdirname}/sambaadmin %{prefix}/%{egwdirname}/sitemgr %{prefix}/%{egwdirname}/syncml +%{prefix}/%{egwdirname}/timesheet %{prefix}/%{egwdirname}/wiki %{prefix}/%{egwdirname}/workflow