From 509c08acd4ca91cc1d58ac3ad29ea21e7cfe24de Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 25 May 2023 17:08:09 +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 9db487b..163d3a7 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.74.0 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection @@ -41,6 +41,9 @@ Libraries and headers for gobject-introspection %install %meson_install +%check +%meson_test + %post /sbin/ldconfig @@ -71,6 +74,9 @@ fi %{_mandir}/man1/*.1* %changelog +* Thu May 25 2023 fuanan - 1.74.0-2 +- enable test in check + * Mon Jan 02 2023 lin zhang - 1.74.0-1 - update to 1.74.0 -- Gitee