Commit 5b535a5e1672310d03d715e536ba469ed09648f1

Authored by Lucas Kanashiro
1 parent ce859eaa

Added gitlab-deps spec

Showing 1 changed file with 29 additions and 0 deletions   Show diff stats
specs/gitlab/gitlab-deps.spec 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +Name: gitlab-deps
  2 +Version: 7.5.3
  3 +Release: 1%{?dist}
  4 +Summary: Ruby dependencies for Gitlab
  5 +Group: Development/Tools
  6 +License: Various
  7 +URL: https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlab-deps
  8 +Source0: %{name}-%{version}.tar.gz
  9 +
  10 +BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, libicu-devel, cmake, mysql-devel, postgresql-devel
  11 +Requires: ruby, rubygem-bundler
  12 +
  13 +%description
  14 +Dependencies for GitLab
  15 +
  16 +%prep
  17 +%autosetup
  18 +
  19 +%build
  20 +make %{?_smp_mflags}
  21 +
  22 +%install
  23 +%make_install
  24 +
  25 +%files
  26 +/usr/lib/gitlab
  27 +%doc
  28 +
  29 +%changelog
... ...