Commit 8c8587d0cbada1fe06972c84a394297300f81dcb

Authored by David Silva
1 parent fd26e9f0
Exists in gitlab-8.x

Removes gitlab-deps.spec

Showing 1 changed file with 0 additions and 29 deletions   Show diff stats
gitlab-deps.spec
... ... @@ -1,29 +0,0 @@
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