From 141b1197551b2a96db16f37650c5ebbbb527f84b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:35 +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 --- libXfixes.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXfixes.spec b/libXfixes.spec index 84082d2..d0766eb 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -53,9 +53,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