From fd0a519af50b05d119c93a1fdec83ce8895d500e Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 23 Nov 2017 16:31:12 +0100 Subject: [PATCH] specfile: fix previous commit to use only %make_build --- gawk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index 58b16db..31e780d 100644 --- a/gawk.spec +++ b/gawk.spec @@ -180,7 +180,7 @@ git commit --all --amend --no-edit > /dev/null %build %configure -%make_build %{optflags} +%make_build # Build the documentation in PDF, postscript and HTML versions: make -C doc pdf @@ -271,7 +271,7 @@ fi %changelog * Thu Nov 23 2017 David Kaspar [Dee'Kej] - 4.2.0-2 - 'noarch' removed from *-devel subpackage -- updated the build process to use: %%make_build %%{optflags} +- updated the build process to use %%make_build macro * Tue Nov 07 2017 David Kaspar [Dee'Kej] - 4.2.0-1 - Update to late stable release from upstream [new API version - 2.0]