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

View File

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