Skip to content

Commit c0129b0

Browse files
author
Sam Clements
committed
Cleanup specfile using rpmlint
1 parent bbe3595 commit c0129b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

python-riemann-client.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ A Riemann client library and command line tool for Python.
2626
https://github.com/borntyping/python-riemann-client
2727

2828
%prep
29-
%setup -n %{name}-%{version}
29+
%setup -q -n %{name}-%{version}
3030

3131
%build
3232
python setup.py build
3333

3434
%install
35+
rm -rf $RPM_BUILD_ROOT
3536
python setup.py install --no-compile --skip-build --root=$RPM_BUILD_ROOT
3637

3738
%clean

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name='riemann-client',
13-
version='3.1.0-dev',
13+
version='3.1.0',
1414

1515
author="Sam Clements",
1616
author_email="sam.clements@datasift.com",

0 commit comments

Comments
 (0)