enable make check
Signed-off-by: 周文培 <zhouwenpei050@chinasoftinc.com>
This commit is contained in:
parent
604b62d66e
commit
ed9611157e
@ -1,6 +1,6 @@
|
|||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.44.1
|
Version: 2.44.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
|
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -10,7 +10,7 @@ Source1: xwayland-session-scriptlet
|
|||||||
|
|
||||||
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
|
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
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd) dbus-x11
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +46,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
|||||||
|
|
||||||
%{find_lang} %{name}
|
%{find_lang} %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
dbus-launch ninja -C %{_host} test
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -74,6 +77,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
|||||||
%{_datadir}/gtk-doc/html/libatspi
|
%{_datadir}/gtk-doc/html/libatspi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 15 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.44.1-3
|
||||||
|
- enable make check
|
||||||
|
|
||||||
* Mon Jun 20 2022 wangkerong <wangkerong@h-partners.com> - 2.44.1-2
|
* Mon Jun 20 2022 wangkerong <wangkerong@h-partners.com> - 2.44.1-2
|
||||||
- fix build fail on meson-0.6
|
- fix build fail on meson-0.6
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user