specfile: updated the build process to use %make_build

This commit is contained in:
David Kaspar [Dee'Kej] 2017-11-23 15:19:01 +01:00
parent 31cecf2245
commit 0b13959ebf
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,7 @@ git commit --all --amend --no-edit > /dev/null
%build
%configure
make %{?_smp_mflags}
%make_build
# Build the documentation in PDF, postscript and HTML versions:
make -C doc pdf
@ -278,6 +278,7 @@ fi
* Thu Nov 23 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.4-6
- 'noarch' removed from *-devel subpackage
- added arch requirement for *-devel subpackage
- updated the build process to use %%make_build macro
* Fri Sep 15 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.4-5
- Revert previous change of adding 'awk*' symlinks for info pages (bug #1486924)