commit adcadb766562e8fb00c4c36c754282d0590de719 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:31:45 2019 -0400 Package init diff --git a/at-spi2-atk-2.30.0.tar.xz b/at-spi2-atk-2.30.0.tar.xz new file mode 100644 index 0000000..7aea147 Binary files /dev/null and b/at-spi2-atk-2.30.0.tar.xz differ diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec new file mode 100644 index 0000000..f21e35a --- /dev/null +++ b/at-spi2-atk.spec @@ -0,0 +1,63 @@ +Name: at-spi2-atk +Version: 2.30.0 +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/releases/tag/%{name}-%{version}.tar.xz + +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.29.2 +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 %{name}-%{version} -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 +* Tue Sep 10 2019 openEuler Buildteam - 2.30.0-2 +- Package Init