Remove %clean section

None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent dc8165c65d
commit 9b10e13b82
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -110,9 +110,6 @@ popd
%{__python2} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
%endif
%clean
rm -rf %{buildroot}
%check
%{__python2} setup.py test

Loading…
Cancel
Save