From 3ef7faeb41bab7395328a48f74f63707ac40d146 Mon Sep 17 00:00:00 2001 From: t_feng Date: Tue, 7 Sep 2021 16:05:31 +0800 Subject: [PATCH] enable all tests --- glib2.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index 8574c35..82d0a13 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 @@ -29,6 +29,7 @@ BUildRequires: glibc-devel libattr-devel libselinux-devel meson BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi) BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib) BuildRequires: python3-devel gamin-devel +BuildRequires: desktop-file-utils shared-mime-info %ifarch i686 BuildRequires: libxslt %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,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Tue Sep 7 2021 fengtao - 2.66.8-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESE:enable all tests + * Tue Aug 24 2021 yangcheng - 2.66.8-3 - Type:bugfix - ID:NA -- Gitee