From 709508388caf86142874b3c8e7bf230a4ccf3a0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 26 Aug 2016 14:52:21 +0300 Subject: [PATCH] skeleton --- omnibus-gitlab.spec | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 omnibus-gitlab.spec 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) -- 2.44.0