From 8dcbb35c572f5c717d9173fc8f672bd6238a4c91 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:19:00 +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 --- libXt.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXt.spec b/libXt.spec index bf88ef2..47066d4 100644 --- a/libXt.spec +++ b/libXt.spec @@ -58,9 +58,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # adding to installed docs in order to avoid using %%doc magic cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig