From ce8c2cc4610883197fbbe85dbd8cccbe2f6eb791 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:16:20 +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 --- libyubikey.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index fe561f9..89b2472 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -39,9 +39,6 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig