Commit 09e7543a43565384154d3646bbfd960752f6583e
1 parent
bf8d4323
Exists in
master
and in
79 other branches
Update spec and apply rpm good practices.
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
colab-deps/colab-deps.spec
1 | 1 | %define name colab-deps |
2 | -%define version 1.10 | |
2 | +%define version 1.11 | |
3 | 3 | %define release 1 |
4 | 4 | |
5 | 5 | Summary: Collaboration platform for communities (Pyton dependencies) |
... | ... | @@ -14,14 +14,16 @@ Prefix: %{_prefix} |
14 | 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
15 | 15 | Url: https://gitlab.com/softwarepublico/colab-deps |
16 | 16 | 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 |
17 | +Requires: python-virtualenv | |
17 | 18 | |
18 | 19 | %description |
19 | 20 | Integrated software development platform (Python dependencies). |
20 | 21 | |
21 | 22 | %prep |
22 | -%setup -n %{name}-%{version} -n %{name}-%{version} | |
23 | +%setup -q | |
23 | 24 | |
24 | 25 | %build |
26 | +cd %{_builddir} | |
25 | 27 | make |
26 | 28 | |
27 | 29 | %install |
... | ... | @@ -31,5 +33,5 @@ make |
31 | 33 | rm -rf $RPM_BUILD_ROOT |
32 | 34 | |
33 | 35 | %files |
34 | -/usr/lib/colab | |
36 | +%{_libdir}/colab | |
35 | 37 | %defattr(-,root,root) | ... | ... |