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:53:09 +01:00
parent 5a1f48bfcd
commit 3f3ec3f323
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -105,9 +105,6 @@ make check || (
) )
%endif %endif
%clean
rm -rf $RPM_BUILD_ROOT
%post %post
if [ -f %{_infodir}/tar.info.gz ]; then if [ -f %{_infodir}/tar.info.gz ]; then
/sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir || : /sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir || :