From 027585b95235a43240fdda87c0d9dd9f099a79b1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:18:23 +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 --- libxdg-basedir.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libxdg-basedir.spec b/libxdg-basedir.spec index 6af7ed7..2ca75de 100644 --- a/libxdg-basedir.spec +++ b/libxdg-basedir.spec @@ -58,9 +58,6 @@ make install DESTDIR="$RPM_BUILD_ROOT" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%clean -rm -rf $RPM_BUILD_ROOT - #%check #make check