From b0676f0e6b5c2e073491fddfcc2087efab2d140f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:50:43 +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 --- sombok.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/sombok.spec b/sombok.spec index 3cbffff..4c1b804 100644 --- a/sombok.spec +++ b/sombok.spec @@ -53,9 +53,6 @@ make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig