Commit e7369bb0aa4084952b0f32ca61dc47f8d2e316d5

Authored by Daniel Damasceno
Committed by David Silva
1 parent e373ad45
Exists in spec_refactor

Colab-deps spec refactored

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/pkg-rpm/colab-deps/colab-deps.spec
... ... @@ -11,6 +11,8 @@ Vendor: Sergio Oliveira <sergio@tracy.com.br>
11 11 Url: https://gitlab.com/softwarepublico/colab-deps
12 12 BuildRequires: gettext, libxml2-devel, libxslt-devel, openssl-devel, libffi-devel, libjpeg-turbo-devel, zlib-devel, freetype-devel, postgresql-devel, python-devel, libyaml-devel, python-virtualenv, libev-devel, gcc
13 13  
  14 +%global _colabdepsdir /usr/lib/colab
  15 +
14 16 %description
15 17 Integrated software development platform (Python dependencies).
16 18  
... ... @@ -29,5 +31,5 @@ cd %{_builddir}
29 31 rm -rf $RPM_BUILD_ROOT
30 32  
31 33 %files
32   -/usr/lib/colab
  34 +%{_colabdepsdir}
33 35 %defattr(-,root,root)
... ...