From 091527c805c198a5f6efabb8af978a4f52b6c91e Mon Sep 17 00:00:00 2001 From: zppzhangpan Date: Fri, 10 Nov 2023 10:43:12 +0800 Subject: [PATCH] enable make check (cherry picked from commit 03acca3724337bf291459bf0e43fd3a51e03993c) --- at-spi2-core.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index ef56c63..116b2c8 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ Name: at-spi2-core Version: 2.42.0 -Release: 2 +Release: 3 Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project. License: LGPLv2+ @@ -8,7 +8,7 @@ URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ Source0: https://github.com/GNOME/at-spi2-core/archive/refs/tags/AT_SPI2_CORE_2_42_0.tar.gz BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext -BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt +BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt dbus-x11 Requires: dbus %description @@ -40,6 +40,9 @@ The API documentation and header files of litabspi are included by %{name}-devel %ldconfig_scriptlets +%check +dbus-launch ninja -C %{_host} test + %files %doc AUTHORS %license COPYING @@ -67,6 +70,9 @@ The API documentation and header files of litabspi are included by %{name}-devel %{_datadir}/gtk-doc/html/libatspi %changelog +* Fri Nov 10 2023 zhangpan - 2.42.0-3 +- enable make check + * Sat Oct 22 2022 wangkerong - 2.42.0-2 - fix spell error in spec -- Gitee