From e9d0e68c2daa8ec014a390764fd6d8cc9c0e3564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 14 May 2021 16:39:25 +0200 Subject: [PATCH] Use make macros --- kronosnet.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kronosnet.spec b/kronosnet.spec index c86d7f3..1924006 100644 --- a/kronosnet.spec +++ b/kronosnet.spec @@ -37,7 +37,7 @@ Name: kronosnet Summary: Multipoint-to-Multipoint VPN daemon Version: 1.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: https://kronosnet.org Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz @@ -155,11 +155,11 @@ BuildRequires: autoconf automake libtool --with-initdefaultdir=%{_sysconfdir}/sysconfig/ \ --with-systemddir=%{_unitdir} -make %{_smp_mflags} +%make_build %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +%make_install # tree cleanup # remove static libraries @@ -433,6 +433,9 @@ Requires: libknet1%{_isa} = %{version}-%{release} %endif %changelog +* Fri May 14 2021 Timm Bäder - 1.21-2 +- Use make macros + * Tue Apr 28 2021 Fabio M. Di Nitto - 1.21-1 - New upstream release - Update to openssl 3.0alpha13