From 7e8c213dc60f5bcfbafb1db0c803cae4a39016cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 5 May 2021 18:21:48 +0200 Subject: [PATCH] Use make macros --- adcli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adcli.spec b/adcli.spec index 8819ccc..f1ff4d1 100644 --- a/adcli.spec +++ b/adcli.spec @@ -40,13 +40,13 @@ autoreconf --force --install --verbose --with-vendor-error-message='Please check\n https://red.ht/support_rhel_ad \nto get help for common issues.' \ %endif %{nil} -make %{?_smp_mflags} +%make_build %check make check %install -make install DESTDIR=%{buildroot} +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets