From 39e6f848d0f5d9167faeced5c8556681992b4f14 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Mon, 19 Apr 2021 16:31:24 +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 ae497d5..4c91df5 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