We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f961c9 commit 3b7deffCopy full SHA for 3b7deff
rpm/tarantool-python.spec
@@ -1,9 +1,11 @@
1
%define name tarantool-python
2
+%global build_version %(git describe --long | sed "s/[0-9]*\.[0-9]*\.[0-9]*-//" | sed "s/-[a-z 0-9]*//")
3
+
4
5
Summary: Python client library for Tarantool Database
6
Name: %{name}
7
Version: 0.5.1
-Release: 1%{dist}
8
+Release: %{build_version}
9
Source0: %{version}.tar.gz
10
License: BSD
11
Group: Development/Libraries
0 commit comments