Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
timesheet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web2project
timesheet
Commits
b4dc9142
Commit
b4dc9142
authored
Jan 23, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RPM SPEC file
parent
695afb80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
web2project-timesheet.spec
web2project-timesheet.spec
+50
-0
No files found.
web2project-timesheet.spec
0 → 100644
View file @
b4dc9142
%define projectdir %{_datadir}/web2project
%define modname timesheet
Summary: Timesheet is a module web2project that gives an overview of worked time per month.
Name: web2project-%{modname}
Version: 3.0.0
Release: 1%{?dist}
License: GPL
Group: Web/Applications
Source0: %{name}-%{version}-rc1.tar.gz
URL: http://git.m2x.eu/web2project/timesheet.git
Requires: web2project >= 3.0.0
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%prep
%setup -q -n %{modname}.git
%clean
rm -fr %{buildroot}
%install
rm -rf %{buildroot}
install -d %{buildroot}%{projectdir}/modules/%{modname}
find . -type f -exec install -m 0644 -D '{}' %{buildroot}%{projectdir}/modules/%{modname}/'{}' \;
%files
%defattr(-,root,root,-)
# Remember to include other documentation text here as well
#%doc ChangeLog COPYING LICENSE README
# Remember to exclude all documentation texts from above
#%exclude %{projectdir}/ChangeLog
#%exclude %{projectdir}/COPYING
#%exclude %{projectdir}/LICENSE
#%exclude %{projectdir}/README
%{projectdir}/modules/%{modname}
%description
Timesheet is a web2project module that gives an overview of worked hours per project.
%changelog
* Thu Jan 23 2014 Jean-Paul Saman <packages@m2x.nl> - 3.0.0.rc1-1
- Ported to web2project >= 3.0.0
* Wed Jan 04 2012 Jean-Paul Saman <packages@m2x.nl> - 2.0.1-1
- Fixes for php >= 6.3
* Tue Jan 03 2012 Jean-Paul Saman <packages@m2x.nl> - 2.0.rc4-1
- Initial rpm package
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment