]> git.pld-linux.org Git - packages/omnibus-gitlab.git/commitdiff
skeleton master
authorElan Ruusamäe <glen@delfi.ee>
Fri, 26 Aug 2016 11:52:21 +0000 (14:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 26 Aug 2016 11:52:21 +0000 (14:52 +0300)
omnibus-gitlab.spec [new file with mode: 0644]

diff --git a/omnibus-gitlab.spec b/omnibus-gitlab.spec
new file mode 100644 (file)
index 0000000..1ccca36
--- /dev/null
@@ -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)
This page took 0.065938 seconds and 4 git commands to generate.