From 031b6041fdeffe04e68b85504d759a35d24147e9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:42 +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 --- libXinerama.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXinerama.spec b/libXinerama.spec index 8e0a21f..2718aee 100644 --- a/libXinerama.spec +++ b/libXinerama.spec @@ -55,9 +55,6 @@ make install DESTDIR=$RPM_BUILD_ROOT # 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