From a17a0256cfaacd6635e38213b216fe08a1db6693 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Tue, 20 Apr 2021 15:57:07 +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 c47522c..0af9443 100644 --- a/swig.spec +++ b/swig.spec @@ -1,6 +1,6 @@ Name: swig Version: 4.0.2 -Release: 2 +Release: 3 Summary: Links C/C++/Objective C to languages for some advanced programing License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ @@ -46,7 +46,7 @@ Help document for the swig package. %make_build %check -make check +%make_build check %install %make_install @@ -99,6 +99,12 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb %{_mandir}/man1/swig.1* %changelog +* Tue Apr 20 2021 panxiaohe - 4.0.2-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:use make macros to run check in parallel + * Tue Feb 23 2021 licihua - 4.0.2-2 - Type:bugfix - CVE:NA