Commit 3e371d1365156f386e1b0e0e5390dba05dcbac17
1 parent
7e69f165
Exists in
r5_design
and in
1 other branch
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 | Summary: Collaboration platform for communities (Python dependencies) | 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 | License: Various | 6 | License: Various |
| 11 | Group: Development/Tools | 7 | Group: Development/Tools |
| 12 | -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot | 8 | +BuildRoot: %{_tmppath}/colab-deps-%{version}-%{release}-buildroot |
| 13 | Prefix: %{_prefix} | 9 | Prefix: %{_prefix} |
| 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> | 10 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
| 15 | Url: https://gitlab.com/softwarepublico/colab-deps | 11 | Url: https://gitlab.com/softwarepublico/colab-deps |