From 9e080c57c021dd55f2fd2d3f5acc4d0b23a3d7c0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:02:50 +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 --- zbar.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/zbar.spec b/zbar.spec index 4e5f0fc..2d4f2a4 100644 --- a/zbar.spec +++ b/zbar.spec @@ -102,9 +102,6 @@ find ${RPM_BUILD_ROOT} -name '*.la' -or -name '*.a' | xargs rm -f # Remove installed doc rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %post devel -p /sbin/ldconfig