From 7f3835f75e760c7ff4d08b2e8f40741cfc3c4b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 Jul 2020 09:51:27 +0200 Subject: [PATCH] Modernize a spec file --- time.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/time.spec b/time.spec index e228c14..3a3c384 100644 --- a/time.spec +++ b/time.spec @@ -73,15 +73,15 @@ autoreconf -fi %build %configure -%make_build +%{make_build} %install -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} # Remove info index, it's updated by file triggers rm -f $RPM_BUILD_ROOT%{_infodir}/dir %check -make %{?_smp_mflags} check +%{make_build} check %files %license COPYING