!12 use make macros to run check in parallel

From: @panxh_purple
Reviewed-by: @xiezhipeng1,@yanglijin
Signed-off-by: @xiezhipeng1,@yanglijin
This commit is contained in:
openeuler-ci-bot 2021-04-20 17:01:33 +08:00 committed by Gitee
commit e5188dd2e4

View File

@ -1,6 +1,6 @@
Name: swig Name: swig
Version: 3.0.12 Version: 3.0.12
Release: 24 Release: 25
Summary: Links C/C++/Objective C to languages for some advanced programing Summary: Links C/C++/Objective C to languages for some advanced programing
License: GPLv3+ and BSD License: GPLv3+ and BSD
URL: http://swig.sourceforge.net/ URL: http://swig.sourceforge.net/
@ -62,7 +62,7 @@ Help document for the swig package.
%check %check
make check %make_build check
%install %install
%make_install %make_install
@ -115,6 +115,12 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
%{_mandir}/man1/swig.1* %{_mandir}/man1/swig.1*
%changelog %changelog
* Tue Apr 20 2021 panxiaohe <panxiaohe@huawei.com> - 3.0.12-25
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:use make macros to run check in parallel
* Tue Feb 23 2021 licihua <licihua@huawei.com> - 3.0.12-24 * Tue Feb 23 2021 licihua <licihua@huawei.com> - 3.0.12-24
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA