From 653300aa3d3860cb1ca1674972adf90b589f26f7 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 20 Apr 2021 15:58:40 +0800 Subject: [PATCH] use make macros to run check in parallel --- swig.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/swig.spec b/swig.spec index 484e2bf..57e4920 100644 --- a/swig.spec +++ b/swig.spec @@ -1,6 +1,6 @@ Name: swig Version: 3.0.12 -Release: 24 +Release: 25 Summary: Links C/C++/Objective C to languages for some advanced programing License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ @@ -62,7 +62,7 @@ Help document for the swig package. %check -make check +%make_build check %install %make_install @@ -115,6 +115,12 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb %{_mandir}/man1/swig.1* %changelog +* Tue Apr 20 2021 panxiaohe - 3.0.12-25 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:use make macros to run check in parallel + * Tue Feb 23 2021 licihua - 3.0.12-24 - Type:bugfix - CVE:NA