use make macros to run check in parallel

This commit is contained in:
panxiaohe 2021-04-19 16:31:24 +08:00
parent c85022b0f3
commit 39e6f848d0

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