From c5c4085d66a85a850d5a985e6df53fb87b92b112 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Mon, 19 Apr 2021 16:52:58 +0800 Subject: [PATCH] use make macros to run check in parallel --- ghostscript.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 1ced54e..a24b41a 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -9,7 +9,7 @@ Name: ghostscript Version: 9.52 -Release: 4 +Release: 5 Summary: An interpreter for PostScript and PDF files License: AGPLv3+ URL: https://ghostscript.com/ @@ -157,7 +157,7 @@ done install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/ %check -make check +%make_build check %pre @@ -204,6 +204,12 @@ make check %{_bindir}/dvipdf %changelog +* Mon Apr 19 2021 panxiaohe - 9.52-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:use make macros to run check in parallel + * Sat Oct 31 2020 Liquor - 9.52-4 - Type:bugfix - ID:NA -- Gitee