2019-09-30 10:31:45 -04:00
|
|
|
Name: at-spi2-atk
|
2021-01-28 17:43:04 +08:00
|
|
|
Version: 2.38.0
|
2024-04-23 07:22:37 +00:00
|
|
|
Release: 4
|
2019-09-30 10:31:45 -04:00
|
|
|
Summary: GTK+ module for the Assistive Technology Service
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
|
2021-01-28 17:43:04 +08:00
|
|
|
Source0: https://github.com/GNOME/at-spi2-atk/archive/AT_SPI2_ATK_2_38_0.tar.gz
|
2019-09-30 10:31:45 -04:00
|
|
|
|
2022-10-22 07:58:14 +00:00
|
|
|
Patch6000: backport-fix-test-memory-leak.patch
|
|
|
|
|
Patch6001: backport-also-fix-ref-leak-in-try_get_root.patch
|
|
|
|
|
|
2019-09-30 10:31:45 -04:00
|
|
|
BuildRequires: gtk2-devel dbus-devel dbus-glib-devel gcc
|
|
|
|
|
BuildRequires: libxml2-devel gettext glib2-devel meson
|
2023-09-15 03:21:06 +00:00
|
|
|
BuildRequires: atk-devel >= 2.29.2 dbus-x11
|
2021-01-28 17:43:04 +08:00
|
|
|
BuildRequires: at-spi2-core-devel >= 2.33.2
|
2024-04-23 07:22:37 +00:00
|
|
|
BuildRequires: gsettings-desktop-schemas
|
2019-09-30 10:31:45 -04:00
|
|
|
|
2020-07-25 17:18:26 +08:00
|
|
|
Requires: atk >= 2.33.3
|
2021-01-28 17:43:04 +08:00
|
|
|
Requires: at-spi2-core >= 2.33.2
|
2019-09-30 10:31:45 -04:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
At-Spi2 is a protocol over DBus, toolkit widgets use it to provide
|
|
|
|
|
their content to screen readers such as Orca.
|
|
|
|
|
|
|
|
|
|
The server side, implemented in atk and at-spi2-atk, is basically
|
|
|
|
|
the server implementation for all the RPC calls that one would make
|
|
|
|
|
with the client-side library.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: The header files for %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%{name}-devel package bridges ATK to D-Bus at-spi
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-01-28 17:43:04 +08:00
|
|
|
%autosetup -n at-spi2-atk-AT_SPI2_ATK_2_38_0 -p1
|
2019-09-30 10:31:45 -04:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
2023-09-15 03:21:06 +00:00
|
|
|
%check
|
|
|
|
|
dbus-launch ninja -C %{_host} test
|
|
|
|
|
|
2019-09-30 10:31:45 -04:00
|
|
|
%files
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%dir %{_libdir}/gtk-2.0
|
|
|
|
|
%{_libdir}/libatk-bridge-2.0.so.*
|
|
|
|
|
%{_libdir}/gnome-settings-daemon-3.0/*
|
|
|
|
|
%{_libdir}/gtk-2.0/modules/libatk-bridge.so
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
|
|
|
|
%{_libdir}/libatk-bridge-2.0.so
|
|
|
|
|
%{_includedir}/at-spi2-atk/2.0/atk-bridge.h
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-04-23 07:22:37 +00:00
|
|
|
* Tue Apr 23 2024 lingsheng <lingsheng1@h-partners.com> - 2.38.0-4
|
|
|
|
|
- add gsettings-desktop-schemas to fix check fail
|
|
|
|
|
|
2023-09-15 03:21:06 +00:00
|
|
|
* Fri Sep 15 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.38.0-3
|
|
|
|
|
- enable make check
|
|
|
|
|
|
2022-10-22 07:58:14 +00:00
|
|
|
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2.38.0-2
|
|
|
|
|
- fix memory leak in test
|
|
|
|
|
|
2022-06-08 14:26:57 +08:00
|
|
|
* Tue Jan 28 2020 yanglu <yanglu60@huawei.com> - 2.38.0-1
|
2021-01-28 17:43:04 +08:00
|
|
|
- Version update
|
|
|
|
|
|
2020-07-25 17:18:26 +08:00
|
|
|
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 2.34.2-1
|
|
|
|
|
- Version update
|
|
|
|
|
|
2019-09-30 10:31:45 -04:00
|
|
|
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.0-2
|
|
|
|
|
- Package Init
|