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>
This commit is contained in:
Igor Gnatenko 2018-02-14 08:43:01 +01:00
parent 9fb0654a52
commit 6dc941b384
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -90,9 +90,6 @@ pushd %{py3dir}
popd popd
%endif # with_python3 %endif # with_python3
%clean
rm -rf $RPM_BUILD_ROOT
%files -n python2-httplib2 %files -n python2-httplib2
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{python_sitelib}/* %{python_sitelib}/*