From 7f3d41ad86436a1c88a03c7b81150b9ba88ee329 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 25 May 2023 17:10:24 +0800 Subject: [PATCH] enable test in check (cherry picked from commit d9d68a33a656104ff82447b12c37ebf60cd4f74d) --- gobject-introspection.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 5210253..badd415 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,7 +4,7 @@ Name: gobject-introspection Version: 1.70.0 -Release: 3 +Release: 4 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,12 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu May 25 2023 fuanan - 1.70.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable test in check + * Wed Nov 23 2022 fuanan - 1.70.0-3 - Type:bugfix - ID:NA -- Gitee