[packages/omnibus-gitlab] skeleton

glen glen at pld-linux.org
Fri Aug 26 13:52:38 CEST 2016


commit 709508388caf86142874b3c8e7bf230a4ccf3a0c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Aug 26 14:52:21 2016 +0300

    skeleton

 omnibus-gitlab.spec | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
---
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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/omnibus-gitlab.git/commitdiff/709508388caf86142874b3c8e7bf230a4ccf3a0c



More information about the pld-cvs-commit mailing list