From 5928115ac4ddabedbd241479d9074904c7966a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=96=87=E5=9F=B9?= Date: Fri, 15 Sep 2023 03:21:06 +0000 Subject: [PATCH] enable make check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周文培 (cherry picked from commit 26e31546e4135011ea829b1b08028e82e8608bcc) --- at-spi2-atk.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index ca722d8..d566c75 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.38.0 -Release: 2 +Release: 3 Summary: GTK+ module for the Assistive Technology Service License: LGPLv2+ @@ -12,7 +12,7 @@ Patch6001: backport-also-fix-ref-leak-in-try_get_root.patch BuildRequires: gtk2-devel dbus-devel dbus-glib-devel gcc BuildRequires: libxml2-devel gettext glib2-devel meson -BuildRequires: atk-devel >= 2.29.2 +BuildRequires: atk-devel >= 2.29.2 dbus-x11 BuildRequires: at-spi2-core-devel >= 2.33.2 Requires: atk >= 2.33.3 @@ -45,6 +45,9 @@ Requires: %{name} = %{version}-%{release} %install %meson_install +%check +dbus-launch ninja -C %{_host} test + %files %doc AUTHORS %license COPYING @@ -62,6 +65,9 @@ Requires: %{name} = %{version}-%{release} %doc README %changelog +* Fri Sep 15 2023 zhouwenpei - 2.38.0-3 +- enable make check + * Sat Oct 22 2022 wangkerong - 2.38.0-2 - fix memory leak in test -- Gitee