From e70276c0de3bea9dbe4c448061bc725a5eee4cba Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:16:11 +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 --- jemalloc.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index a108264..83c657a 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -92,9 +92,6 @@ rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-)