Compare commits
10 Commits
373798ff2f
...
d7e759913a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7e759913a | ||
|
|
4d1d0f8126 | ||
|
|
0537a22d65 | ||
|
|
d8ab2801b3 | ||
|
|
ed771921e8 | ||
|
|
5d3eab9b05 | ||
|
|
9a5f7bbad0 | ||
|
|
29f2c6f746 | ||
|
|
edc9ea8936 | ||
|
|
e658d78d82 |
Binary file not shown.
BIN
at-spi2-core-2.51.0.tar.xz
Normal file
BIN
at-spi2-core-2.51.0.tar.xz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
||||
#needsrootforbuild
|
||||
Name: at-spi2-core
|
||||
Version: 2.50.0
|
||||
Release: 1
|
||||
Version: 2.51.0
|
||||
Release: 5
|
||||
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.44/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.51/%{name}-%{version}.tar.xz
|
||||
Source1: xwayland-session-scriptlet
|
||||
|
||||
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
|
||||
@ -18,10 +19,13 @@ BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: gsettings-desktop-schemas
|
||||
Requires: dbus
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2137281
|
||||
%if "0%{?product_family}" == "0"
|
||||
Requires: /usr/bin/xprop
|
||||
%endif
|
||||
|
||||
%description
|
||||
At-Spi2 is a protocol over DBus, toolkit widgets use it to provide
|
||||
@ -53,6 +57,7 @@ devices.
|
||||
|
||||
%package -n atk-devel
|
||||
Summary: Development files for the ATK accessibility toolkit
|
||||
Requires: atk%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n atk-devel
|
||||
This package includes libraries, header files, and developer documentation
|
||||
@ -84,7 +89,14 @@ Requires: at-spi2-atk%{?_isa} = %{version}-%{release}
|
||||
The at-spi2-atk-devel package includes the header files for the at-spi2-atk
|
||||
library.
|
||||
|
||||
%package_help
|
||||
%package help
|
||||
Summary: Help package for %{name}
|
||||
Requires: man info
|
||||
Provides: at-spi2-atk-help = %{version}-%{release}
|
||||
Obsoletes: at-spi2-atk-help < %{version}-%{release}
|
||||
|
||||
%description help
|
||||
This package contains some help files for %{name}
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -103,11 +115,17 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
||||
%{find_lang} %{name}
|
||||
|
||||
%check
|
||||
dbus-launch ninja -C %{_host} test
|
||||
if [ ! -e /usr/libexec/at-spi-bus-launcher ];then
|
||||
ninja -C %{_host} install
|
||||
dbus-launch ninja -C %{_host} test
|
||||
ninja -C %{_host} uninstall
|
||||
else
|
||||
dbus-launch ninja -C %{_host} test
|
||||
fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%doc NEWS
|
||||
%{_libexecdir}/at-spi2-registryd
|
||||
%dir %{_datadir}/defaults
|
||||
%dir %{_datadir}/defaults/at-spi2
|
||||
@ -166,6 +184,22 @@ dbus-launch ninja -C %{_host} test
|
||||
%{_docdir}/libatspi
|
||||
|
||||
%changelog
|
||||
* Fri Feb 7 2025 zhangpan <zhangpan103@h-partners.com> - 2.51.0-5
|
||||
- add macros to control if need /usr/bin/xprop
|
||||
- at-spi2-core-help package provided at-spi2-atk-help
|
||||
|
||||
* Tue Aug 27 2024 yanglu <yanglu72@h-partners.com> - 2.51.0-4
|
||||
- Delete obsolete at-spi2-atk-help after the upgrade
|
||||
|
||||
* Fri Apr 19 2024 yanglu <yanglu72@h-partners.com> - 2.51.0-3
|
||||
- fix test error
|
||||
|
||||
* Wed Mar 13 2024 zhangpan <zhangpan103@h-partners.com> - 2.51.0-2
|
||||
- fix gtk2 build fail
|
||||
|
||||
* Sun Feb 4 2024 zhangpan <zhangpan103@h-partners.com> - 2.51.0-1
|
||||
- update to 2.51.0
|
||||
|
||||
* Fri Dec 29 2023 wangqia <wangqia@uniontech.com> - 2.50.0-1
|
||||
- Update to 2.50.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user