Package init
This commit is contained in:
commit
adcadb7665
BIN
at-spi2-atk-2.30.0.tar.xz
Normal file
BIN
at-spi2-atk-2.30.0.tar.xz
Normal file
Binary file not shown.
63
at-spi2-atk.spec
Normal file
63
at-spi2-atk.spec
Normal file
@ -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 <buildteam@openeuler.org> - 2.30.0-2
|
||||||
|
- Package Init
|
||||||
Loading…
x
Reference in New Issue
Block a user