From b03d55f59d5b8a76ecdfad099856159e5b05490b Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 26 Nov 2020 12:03:19 +0100 Subject: [PATCH] Use make macros --- sblim-indication_helper.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sblim-indication_helper.spec b/sblim-indication_helper.spec index 47c7a0c..cd1318d 100644 --- a/sblim-indication_helper.spec +++ b/sblim-indication_helper.spec @@ -1,6 +1,6 @@ Name: sblim-indication_helper Version: 0.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Toolkit for CMPI indication providers License: EPL-1.0 @@ -32,10 +32,10 @@ This package holds the development files for sblim-indication_helper. %build %configure --disable-static --with-pic -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la %ldconfig_scriptlets @@ -50,6 +50,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la %{_libdir}/libind_helper.so %changelog +* Thu Nov 26 2020 Vitezslav Crhonek - 0.5.0-5 +- Use make macros, patch by Tom Stellard + * Wed Jul 29 2020 Fedora Release Engineering - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild