From 849c166e35ae0b6c4bd63cdb98a40de337476d37 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:13 +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 --- libXaw.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libXaw.spec b/libXaw.spec index d9b2755..f39c7e0 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -48,9 +48,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig