From 34a45b69d674e6f27373222f2a57b329944c3cd9 Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Wed, 21 Apr 2021 11:18:44 +0800 Subject: [PATCH] use make macros to run check --- libevent.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libevent.spec b/libevent.spec index f626b66..1ba0451 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,6 +1,6 @@ Name: libevent Version: 2.1.12 -Release: 3 +Release: 4 Summary: An event notification library License: BSD @@ -37,7 +37,7 @@ with %{name}. rm -f %{buildroot}%{_libdir}/*.la %check -make -j8 check +%make_build check %ldconfig_scriptlets @@ -68,6 +68,12 @@ make -j8 check %changelog +* Wed Apr 21 2021 yangzhuangzhuang - 2.1.12-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:use make macros to run check + * Mon Mar 29 2021 panxiaohe - 2.1.12-3 - Type:enhancement - ID:NA -- Gitee