!20 use make macros to run check in parallel

From: @panxh_purple
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-04-20 15:30:20 +08:00 committed by Gitee
commit 393d3f22bc

View File

@ -9,7 +9,7 @@
Name: ghostscript Name: ghostscript
Version: 9.52 Version: 9.52
Release: 4 Release: 5
Summary: An interpreter for PostScript and PDF files Summary: An interpreter for PostScript and PDF files
License: AGPLv3+ License: AGPLv3+
URL: https://ghostscript.com/ URL: https://ghostscript.com/
@ -157,7 +157,7 @@ done
install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/ install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/
%check %check
make check %make_build check
%pre %pre
@ -204,6 +204,12 @@ make check
%{_bindir}/dvipdf %{_bindir}/dvipdf
%changelog %changelog
* Mon Apr 19 2021 panxiaohe <panxiaohe@huawei.com> - 9.52-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:use make macros to run check in parallel
* Sat Oct 31 2020 Liquor <lirui130@huawei.com> - 9.52-4 * Sat Oct 31 2020 Liquor <lirui130@huawei.com> - 9.52-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA