From f13e5990125db9c2fc0b1e64989d3d3c7f7af83a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:45 +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 --- libxkbfile.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libxkbfile.spec b/libxkbfile.spec index a6c64c8..1369eb9 100644 --- a/libxkbfile.spec +++ b/libxkbfile.spec @@ -39,9 +39,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