From 7020f3a97f7352bd9a27108f46f5a87cf4797103 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:25:57 +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 --- perl-Class-Data-Inheritable.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-Class-Data-Inheritable.spec b/perl-Class-Data-Inheritable.spec index 7128e4e..ade52d4 100644 --- a/perl-Class-Data-Inheritable.spec +++ b/perl-Class-Data-Inheritable.spec @@ -53,9 +53,6 @@ find %{buildroot} -type f -name .packlist -delete %check make test -%clean -rm -rf %{buildroot} - %files %{perl_vendorlib}/Class/ %{_mandir}/man3/Class::Data::Inheritable.3pm*