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 1b30b09 commit d92b92aCopy full SHA for d92b92a
rpm/tarantool-python.spec
@@ -1,12 +1,10 @@
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.2
8
-Release: %{build_version}
9
-Source0: %{version}.tar.gz
+Release: 1%{?dist}
+Source0: tarantool-python-%{version}.tar.gz
10
License: BSD
11
Group: Development/Libraries
12
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -106,7 +104,7 @@ See More
106
104
107
105
108
%prep
109
-%setup -q -c %{name}-%{version}
+%setup -q -n %{name}-%{version}
110
111
%build
112
python setup.py build
0 commit comments