From 759d4189cd5a77a64b09f7fb3e4fc332c8868d4c Mon Sep 17 00:00:00 2001 From: t_feng Date: Tue, 7 Sep 2021 11:44:28 +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 3d30bc2..32906cb 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -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 @@ -14,6 +14,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 pkgconfig(sysprof-capture-4) +BuildRequires: desktop-file-utils shared-mime-info Provides: %{name}-fam = %{version}-%{release} Obsoletes: %{name}-fam < %{version}-%{release} @@ -61,6 +62,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 @@ -143,6 +147,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc %{_datadir}/gtk-doc/html/* %changelog +* Tue Sep 7 2021 fengtao - 2.68.1-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:enable all tests + * Sat Aug 14 2021 liuyumeng - 2.68.1-3 - Type:bugfix - Id:NA -- Gitee