From ee29ddf1f5e2b2858693ac44b5b49ed4884d31e7 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 25 May 2023 17:16:10 +0800 Subject: [PATCH] enable test in check --- gobject-introspection.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 46ceda6..d94ee82 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,7 +4,7 @@ Name: gobject-introspection Version: 1.66.1 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT @@ -43,6 +43,9 @@ Libraries and headers for gobject-introspection %install %meson_install +%check +%meson_test + %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" @@ -75,6 +78,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu May 25 2023 fuanan - 1.66.1-2 +- enable test in check + * Thu Jul 22 2021 wuchaochao - 1.66.1-1 - Upgrade version to 1.66.1 -- Gitee