]> git.pld-linux.org Git - packages/omnibus-gitlab.git/blob - omnibus-gitlab.spec
skeleton
[packages/omnibus-gitlab.git] / omnibus-gitlab.spec
1 Summary:        Full-stack platform-specific package for GitLab CE
2 Name:           omnibus-gitlab
3 Version:        8.11.2
4 Release:        0.1
5 License:        MIT
6 Group:          Applications/WWW
7 URL:            https://gitlab.com/gitlab-org/omnibus-gitlab/
8 Requires:       docker-registry >= 2
9 Requires:       gitlab-ce = %{version}
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 GitLab Community Edition (CE) is open source software to collaborate
15 on code. Create projects and repositories, manage access and do code
16 reviews. GitLab CE is on-premises software that you can install and
17 use on your server(s).
18
19 This package contains dependencies that resembles gitlab-omnibus
20 packaging.
21
22 %prep
23 %setup -qcT
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
This page took 0.061289 seconds and 3 git commands to generate.