From aecce7730212ac6f12f49b293fbef40319b19c06 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:54:36 +0100 Subject: [PATCH] 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 --- texi2html.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/texi2html.spec b/texi2html.spec index e25e419..5d73463 100644 --- a/texi2html.spec +++ b/texi2html.spec @@ -70,9 +70,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf %check #make check -%clean -rm -rf $RPM_BUILD_ROOT - %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :