enable make check

Signed-off-by: 周文培 <zhouwenpei050@chinasoftinc.com>
This commit is contained in:
周文培 2023-09-15 03:21:06 +00:00 committed by Gitee
parent 01ebb9d950
commit 26e31546e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: at-spi2-atk Name: at-spi2-atk
Version: 2.38.0 Version: 2.38.0
Release: 2 Release: 3
Summary: GTK+ module for the Assistive Technology Service Summary: GTK+ module for the Assistive Technology Service
License: LGPLv2+ 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: gtk2-devel dbus-devel dbus-glib-devel gcc
BuildRequires: libxml2-devel gettext glib2-devel meson 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 BuildRequires: at-spi2-core-devel >= 2.33.2
Requires: atk >= 2.33.3 Requires: atk >= 2.33.3
@ -45,6 +45,9 @@ Requires: %{name} = %{version}-%{release}
%install %install
%meson_install %meson_install
%check
dbus-launch ninja -C %{_host} test
%files %files
%doc AUTHORS %doc AUTHORS
%license COPYING %license COPYING
@ -62,6 +65,9 @@ Requires: %{name} = %{version}-%{release}
%doc README %doc README
%changelog %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 * Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2.38.0-2
- fix memory leak in test - fix memory leak in test