From 5912992bc1c24c9ea56f62439053f5f64a9194ba Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Wed, 22 Jul 2020 10:38:13 +0200 Subject: [PATCH] Use make macros Signed-off-by: Jan Friesse --- corosync-qdevice.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/corosync-qdevice.spec b/corosync-qdevice.spec index 22d1f62..47965ee 100644 --- a/corosync-qdevice.spec +++ b/corosync-qdevice.spec @@ -10,7 +10,7 @@ Name: corosync-qdevice Summary: The Corosync Cluster Engine Qdevice Version: 3.0.0 -Release: 8%{?gitver}%{?dist} +Release: 9%{?gitver}%{?dist} License: BSD URL: https://github.com/corosync/corosync-qdevice Source0: https://github.com/corosync/corosync-qdevice/releases/download/v%{version}%{?gittarver}/%{name}-%{version}%{?gittarver}.tar.gz @@ -59,10 +59,10 @@ BuildRequires: autoconf automake libtool --with-systemddir=%{_unitdir} \ --docdir=%{_docdir} -make %{_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install ## tree fixup # drop docs and html docs for now @@ -190,6 +190,10 @@ fi %{_mandir}/man8/corosync-qnetd.8* %changelog +* Wed Jul 22 2020 Jan Friesse - 3.0.0-9 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed May 13 2020 Jan Friesse - 3.0.0-8 - Really rebuild for the new libqb