From: Elan Ruusamäe Date: Fri, 26 Aug 2016 11:52:21 +0000 (+0300) Subject: skeleton X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=709508388caf86142874b3c8e7bf230a4ccf3a0c;p=packages%2Fomnibus-gitlab.git skeleton --- 709508388caf86142874b3c8e7bf230a4ccf3a0c diff --git a/omnibus-gitlab.spec b/omnibus-gitlab.spec new file mode 100644 index 0000000..1ccca36 --- /dev/null +++ b/omnibus-gitlab.spec @@ -0,0 +1,32 @@ +Summary: Full-stack platform-specific package for GitLab CE +Name: omnibus-gitlab +Version: 8.11.2 +Release: 0.1 +License: MIT +Group: Applications/WWW +URL: https://gitlab.com/gitlab-org/omnibus-gitlab/ +Requires: docker-registry >= 2 +Requires: gitlab-ce = %{version} +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GitLab Community Edition (CE) is open source software to collaborate +on code. Create projects and repositories, manage access and do code +reviews. GitLab CE is on-premises software that you can install and +use on your server(s). + +This package contains dependencies that resembles gitlab-omnibus +packaging. + +%prep +%setup -qcT + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755)