From f9fb579319bef40eedb20597c552580b403bf7c0 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Thu, 18 Dec 2014 09:01:40 -0500 Subject: [PATCH] Created gitlab-shell spec file --- gitlab-shell.spec | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+), 0 deletions(-) create mode 100644 gitlab-shell.spec diff --git a/gitlab-shell.spec b/gitlab-shell.spec new file mode 100644 index 0000000..9427eb5 --- /dev/null +++ b/gitlab-shell.spec @@ -0,0 +1,79 @@ +Name: gitlab-shell +Version: 2.4.0 +Release: 1%{?dist} +Summary: Software Development Platform + +Group: Development/Tools +License: Expat +URL: https://gitlab.com/gitlab-org/gitlab-shell +Source0: %{name}-%{version}.tar.gz +BuildArch: noarch + +# BuildRequires: +Requires: ruby >= 1.9 + +%description +Gitlab-shell + +%prep +%setup -q + +%build +cat > config.yml <