From a65746223ef58e84a3f6dd5111c06873141d858c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:07:06 +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 --- librx.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/librx.spec b/librx.spec index a19efea..150daf6 100644 --- a/librx.spec +++ b/librx.spec @@ -58,9 +58,6 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.la rm -rf ${RPM_BUILD_ROOT}%{_libdir}/librx.a chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h -%clean -rm -rf ${RPM_BUILD_ROOT} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig