Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d7e759913a
!47 add macros to control if need /usr/bin/xprop
From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2025-02-26 07:23:24 +00:00
zhangpan
4d1d0f8126 add macros to control if need /usr/bin/xprop 2025-02-07 06:47:34 +00:00
openeuler-ci-bot
0537a22d65
!43 [sync] PR-42: Delete obsolete at-spi2-atk-help after the upgrade
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-08-28 07:03:55 +00:00
yangl777
d8ab2801b3 Delete obsolete at-spi2-atk-help after the upgrade
(cherry picked from commit c2769a3daf1e96a14360ceb96fdfe753e2d0378d)
2024-08-27 17:16:31 +08:00
openeuler-ci-bot
ed771921e8
!39 [sync] PR-38: fix test error
From: @openeuler-sync-bot 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-04-19 09:07:03 +00:00
yangl777
5d3eab9b05 fix test error
(cherry picked from commit c8590e920aa0151046abdd456c58e6898ccfbc16)
2024-04-19 16:58:26 +08:00
openeuler-ci-bot
9a5f7bbad0
!32 [sync] PR-30: fix gtk2 build fail
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-04-07 02:43:43 +00:00
zhangpan
29f2c6f746 fix gtk2 build fail
(cherry picked from commit e4770a9c332382df236d0545e3714b8258d0bbc9)
2024-03-13 19:29:48 +08:00
openeuler-ci-bot
edc9ea8936
!29 update to 2.51.0
From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-02-05 07:24:20 +00:00
zhangpan
e658d78d82 update to 2.51.0 2024-02-04 06:52:44 +00:00
3 changed files with 40 additions and 6 deletions

Binary file not shown.

BIN
at-spi2-core-2.51.0.tar.xz Normal file

Binary file not shown.

View File

@ -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