From 5611e5f4f7a6afe81f35826f2b2f734e9f1a17ac Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:10:45 +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 --- dwz.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/dwz.spec b/dwz.spec index 0789c11..e71c628 100644 --- a/dwz.spec +++ b/dwz.spec @@ -31,9 +31,6 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} \ install -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %license COPYING COPYING3 COPYING.RUNTIME