From 0370ca40cfbab4b03aab7da5b6350cb4d7a01a55 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 20 Nov 2020 09:09:11 +0100 Subject: [PATCH] Use make_build and make_install macros --- pkcs11-helper.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkcs11-helper.spec b/pkcs11-helper.spec index e9635bb..fca0623 100644 --- a/pkcs11-helper.spec +++ b/pkcs11-helper.spec @@ -39,11 +39,11 @@ programs using the pkcs11-helper library. %build %configure --disable-static --enable-doc -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install # Use %%doc to install documentation in a standard location mkdir apidocdir @@ -74,6 +74,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog * Fri Nov 20 2020 Kalev Lember - 1.27.0-1 - Update to 1.27.0 +- Use make_build and make_install macros * Tue Jul 28 2020 Fedora Release Engineering - 1.22-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild