From 541addab4b2be3c3c03bbf763403d5fa68a31c98 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:16:32 +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 --- libSM.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libSM.spec b/libSM.spec index 5d25c7e..155e0a3 100644 --- a/libSM.spec +++ b/libSM.spec @@ -48,9 +48,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # we %%doc these ourselves, later, and only the text versions rm -rf $RPM_BUILD_ROOT%{_docdir} -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig