From 06fb47b20b7de1cc1545eaa19f554f7c73868cd8 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Fri, 26 Nov 2021 15:32:20 +0800 Subject: [PATCH] enable all test --- glib2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index bbc4a1b..f9325f9 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.66.8 -Release: 3 +Release: 4 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -22,6 +22,7 @@ Patch6011: backport-gsettings-Fix-a-minor-memory-leak-when-getting-GSetting Patch6012: backport-fix-a-memory-leak.patch BuildRequires: chrpath gcc gcc-c++ gettext perl-interpreter +BuildRequires: desktop-file-utils shared-mime-info %ifnarch i686 BUildRequires: gtk-doc %endif @@ -86,6 +87,9 @@ rm glib/pcre/*.[ch] find . -name *.dtrace-temp.c -exec rm -f {} \; +%check +%meson_test + %install %meson_install touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py @@ -188,6 +192,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Fri Nov 26 2021 zhanzhimin - 2.66.8-4 +- enable all tests + * Fri Sep 17 2021 yangcheng - 2.66.8-3 - Type:bugfix - Id:NA -- Gitee