From e373ad45e4b59929b11d5c6a561f605a9a08b8f2 Mon Sep 17 00:00:00 2001 From: Lucas Severo Date: Wed, 28 Oct 2015 10:47:41 -0200 Subject: [PATCH] global macro created for libdir --- src/pkg-rpm/gitlab-deps/gitlab-deps.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pkg-rpm/gitlab-deps/gitlab-deps.spec b/src/pkg-rpm/gitlab-deps/gitlab-deps.spec index 6bd5521..417c12e 100644 --- a/src/pkg-rpm/gitlab-deps/gitlab-deps.spec +++ b/src/pkg-rpm/gitlab-deps/gitlab-deps.spec @@ -8,7 +8,9 @@ URL: https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlab-deps Source0: %{name}-%{version}.tar.gz BuildRequires: make, gcc, gcc-c++, ruby, ruby-devel, rubygem-bundler, libicu-devel, cmake, mysql-devel, postgresql-devel -Requires: ruby, rubygem-bundler +Requires: ruby, rubygem-bundleri + +%global _gitlablibdir /usr/lib/gitlab %description Dependencies for GitLab @@ -23,7 +25,7 @@ make %{?_smp_mflags} %make_install %files -/usr/lib/gitlab +%{_gitlablibdir} %doc %changelog -- libgit2 0.21.2