From 1c7c8ba270d4c2123ea106191a848a7a86a687ff Mon Sep 17 00:00:00 2001 From: Tadej Janež Date: Jul 16 2018 13:45:59 +0000 Subject: Use make command instead of %{__make} The https://fedoraproject.org/wiki/Packaging:Guidelines#Macros mandate: "Macro forms of system executables SHOULD NOT be used..." --- diff --git a/par2cmdline.spec b/par2cmdline.spec index 9f578e5..fd1539f 100644 --- a/par2cmdline.spec +++ b/par2cmdline.spec @@ -34,7 +34,7 @@ chmod -x ChangeLog configure.ac INSTALL Makefile.am NEWS stamp-h.in %check -%{__make} check-TESTS +make check-TESTS %files @@ -52,6 +52,8 @@ chmod -x ChangeLog configure.ac INSTALL Makefile.am NEWS stamp-h.in - Update to 0.8.0 release - Add gcc-c++ to BuildRequires to account for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot +- Use make command instead of %%{__make} as mandated in + https://fedoraproject.org/wiki/Packaging:Guidelines#Macros * Fri Jul 13 2018 Fedora Release Engineering - 0.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild