specfile: fix previous commit to use only %make_build

This commit is contained in:
David Kaspar [Dee'Kej] 2017-11-23 16:31:12 +01:00
parent 7efecde711
commit fd0a519af5
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ git commit --all --amend --no-edit > /dev/null
%build %build
%configure %configure
%make_build %{optflags} %make_build
# 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,7 +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} - updated the build process to use %%make_build macro
* 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]