mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 17:29:11 +01:00
added timesheet app
This commit is contained in:
parent
9f638e4f08
commit
c6df8a68a7
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user