From 2e45b96b753d7387f271743ae642cf50d1da395f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:14: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 --- liboauth.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/liboauth.spec b/liboauth.spec index e41f6e2..9d525c0 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -51,9 +51,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