We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe3595 commit c0129b0Copy full SHA for c0129b0
2 files changed
python-riemann-client.spec
@@ -26,12 +26,13 @@ A Riemann client library and command line tool for Python.
26
https://github.com/borntyping/python-riemann-client
27
28
%prep
29
-%setup -n %{name}-%{version}
+%setup -q -n %{name}-%{version}
30
31
%build
32
python setup.py build
33
34
%install
35
+rm -rf $RPM_BUILD_ROOT
36
python setup.py install --no-compile --skip-build --root=$RPM_BUILD_ROOT
37
38
%clean
setup.py
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name='riemann-client',
13
- version='3.1.0-dev',
+ version='3.1.0',
14
15
author="Sam Clements",
16
author_email="sam.clements@datasift.com",
0 commit comments