From 0d997ca1660b4ab6383b4973a0e81b8a46536cc0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:21 +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 --- libXdamage.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXdamage.spec b/libXdamage.spec index ce48982..51cacb5 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -40,9 +40,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig