Name: at-spi2-atk Version: 2.34.2 Release: 1 Summary: GTK+ module for the Assistive Technology Service License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ Source0: https://github.com/GNOME/at-spi2-atk/archive/AT_SPI2_ATK_2_34_2.tar.gz BuildRequires: gtk2-devel dbus-devel dbus-glib-devel gcc BuildRequires: libxml2-devel gettext glib2-devel meson BuildRequires: atk-devel >= 2.29.2 BuildRequires: at-spi2-core-devel >= 2.29.1 Requires: atk >= 2.33.3 Requires: at-spi2-core >= 2.29.1 %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 %autosetup -n at-spi2-atk-AT_SPI2_ATK_2_34_2 -p1 %build %meson %meson_build %install %meson_install %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 * Mon Jul 20 2020 wangye - 2.34.2-1 - Version update * Tue Sep 10 2019 openEuler Buildteam - 2.30.0-2 - Package Init