Commit 3e371d1365156f386e1b0e0e5390dba05dcbac17
1 parent
7e69f165
Exists in
master
and in
54 other branches
colab-deps: fix version management
Showing
1 changed file
with
5 additions
and
9 deletions
Show diff stats
colab-deps/colab-deps.spec
1 | -%define name colab-deps | |
2 | -%define version 1.11.0 | |
3 | -%define release 1 | |
4 | - | |
5 | 1 | Summary: Collaboration platform for communities (Python dependencies) |
6 | -Name: %{name} | |
7 | -Version: %{version} | |
8 | -Release: %{release} | |
9 | -Source0: %{name}-%{version}.tar.gz | |
2 | +Name: colab-deps | |
3 | +Version: 1.11.0 | |
4 | +Release: 20 | |
5 | +Source0: colab-deps-%{version}.tar.gz | |
10 | 6 | License: Various |
11 | 7 | Group: Development/Tools |
12 | -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot | |
8 | +BuildRoot: %{_tmppath}/colab-deps-%{version}-%{release}-buildroot | |
13 | 9 | Prefix: %{_prefix} |
14 | 10 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
15 | 11 | Url: https://gitlab.com/softwarepublico/colab-deps | ... | ... |