enable make check

Signed-off-by: 周文培 <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 26e31546e4135011ea829b1b08028e82e8608bcc)
This commit is contained in:
周文培 2023-09-15 03:21:06 +00:00 committed by openeuler-sync-bot
parent 7658ae18c7
commit 5928115ac4

View File

@ -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 <zhouwenpei1@h-partners.com> - 2.38.0-3
- enable make check
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2.38.0-2
- fix memory leak in test