Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
helpdesk
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
helpdesk
Commits
fbdf399e
Commit
fbdf399e
authored
Jan 20, 2016
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rpm specfile
parent
4ec527ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
web2project-helpdesk.spec
web2project-helpdesk.spec
+47
-0
No files found.
web2project-helpdesk.spec
0 → 100644
View file @
fbdf399e
%define projectdir %{_datadir}/web2project
%define modname helpdesk
Summary: Helpdesk module.
Name: web2project-%{modname}
Version: 1.0
Release: 1%{?dist}
License: GPL
Group: Web/Applications
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/web2project/web2project-%{modname}/archive/master.zip
Requires: web2project >= 3.0
BuildArch: noarch
#BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%prep
%setup -q -n %{modname}
%clean
rm -fr $RPM_BUILD_ROOT
%install
#rm -rf $RPM_BUILD_ROOT
install -d %{buildroot}%{projectdir}/modules/%{modname}
find . -type f -exec install -m 0644 -D '{}' %{buildroot}%{projectdir}/modules/%{modname}/'{}' \;
%files
%defattr(-,root,apache,-)
# Remember to include other documentation text here as well
#%doc ChangeLog COPYING LICENSE README
#%doc README changelog
# Remember to exclude all documentation texts from above
#%exclude %{projectdir}/ChangeLog
#%exclude %{projectdir}/COPYING
#%exclude %{projectdir}/LICENSE
#%exclude %{projectdir}/README
%{projectdir}/modules/%{modname}
%description
Helpdesk module for web2project.
%changelog
* Wed Jan 20 2015 Jean-Paul Saman <packages@m2x.nl> - 1.0.0
- Release 1.0.0
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