From 175c84d54c66691714a64281d2b4f4aaffcdb5e6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:22:12 +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 --- mercurial.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index a3f6f00..7dc9b15 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -123,9 +123,6 @@ rm -rf $RPM_BUILD_ROOT%{python_sitearch}/mercurial/locale grep -v locale %{name}-base.files > %{name}-base-filtered.files -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}-base-filtered.files -f hg.lang %defattr(-,root,root,-) %doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi