at-spi2-atk/at-spi2-atk.spec
zppzhangpan 5ee388db83 enable make check
(cherry picked from commit f8fedafaf23f26e70a9cbc857a8deb73d3eb5828)
2023-11-13 17:35:29 +08:00

73 lines
1.8 KiB
RPMSpec

Name: at-spi2-atk
Version: 2.34.2
Release: 2
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 dbus-x11
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
%check
dbus-launch ninja -C %{_host} test
%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
* Thu Nov 9 2023 zhangpan <zhangpan103@h-partners.com> - 2.34.2-2
- enable make check
* Sat Aug 22 2020 wangye <wangye70@huawei.com> - 2.34.2-1
- Version update to 2.34.2
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.0-2
- Package Init