From 50ad8da47e5d376fd5c34897e989847861dfb0a6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:24: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 --- mythes.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/mythes.spec b/mythes.spec index 0c4d7cb..54cb0cc 100644 --- a/mythes.spec +++ b/mythes.spec @@ -39,9 +39,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig