specfile: updated the build process to use %make_build %{optflags}

This commit is contained in:
David Kaspar [Dee'Kej] 2017-11-23 15:19:01 +01:00
parent 115c9137c3
commit 7efecde711
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,7 @@ git commit --all --amend --no-edit > /dev/null
%build
%configure
make %{?_smp_mflags}
%make_build %{optflags}
# Build the documentation in PDF, postscript and HTML versions:
make -C doc pdf
@ -271,6 +271,7 @@ fi
%changelog
* Thu Nov 23 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.2.0-2
- 'noarch' removed from *-devel subpackage
- updated the build process to use: %%make_build %%{optflags}
* Tue Nov 07 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.2.0-1
- Update to late stable release from upstream [new API version - 2.0]