!27 use make macros to run check in parallel

From: @yang_zhuang_zhuang
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-04-22 09:29:31 +08:00 committed by Gitee
commit f40f16a592

View File

@ -1,6 +1,6 @@
Name: libevent Name: libevent
Version: 2.1.12 Version: 2.1.12
Release: 3 Release: 4
Summary: An event notification library Summary: An event notification library
License: BSD License: BSD
@ -37,7 +37,7 @@ with %{name}.
rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/*.la
%check %check
make -j8 check %make_build check
%ldconfig_scriptlets %ldconfig_scriptlets
@ -68,6 +68,12 @@ make -j8 check
%changelog %changelog
* Wed Apr 21 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 2.1.12-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:use make macros to run check
* Mon Mar 29 2021 panxiaohe <panxiaohe@huawei.com> - 2.1.12-3 * Mon Mar 29 2021 panxiaohe <panxiaohe@huawei.com> - 2.1.12-3
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA