Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a2f7c0950d
!34 [sync] PR-33: fix test error
From: @openeuler-sync-bot 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-04-19 07:35:04 +00:00
yangl777
ffb4cdafed fix test error
(cherry picked from commit 2215b37af0c4f8feb1685ddca9782d8fe5156de5)
2024-04-19 15:15:30 +08:00
openeuler-ci-bot
9b38f5899a
!23 [sync] PR-22: enable make check
From: @openeuler-sync-bot 
Reviewed-by: @open123bot 
Signed-off-by: @open123bot
2023-11-13 09:54:38 +00:00
zppzhangpan
ae00651211 enable make check
(cherry picked from commit 03acca3724337bf291459bf0e43fd3a51e03993c)
2023-11-13 17:35:48 +08:00
openeuler-ci-bot
997df5d597
!16 【轻量级 PR】:fix spell error in spec
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-25 01:55:49 +00:00
kerongw
aac8a45b6d
fix spell error in spec
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-10-22 01:39:08 +00:00
openeuler-ci-bot
617141db81 !11 upgrade to 2.42.0
From: @kerongw
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2021-12-06 09:31:36 +00:00
wangkerong
70c05d8f82 update to 2.42.0 2021-12-01 10:28:13 +08:00
openeuler-ci-bot
ca09cd2c93 !8 Version upgrade to at-spi2-core-2.39.1
From: @yangl777
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-02-03 11:19:16 +08:00
renmingshuai
d32c9da386 upgrade version to 2.39.1 2021-01-28 18:46:01 +08:00
3 changed files with 36 additions and 7 deletions

Binary file not shown.

BIN
AT_SPI2_CORE_2_42_0.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
#needsrootforbuild
Name: at-spi2-core
Version: 2.36.0
Release: 2
Version: 2.42.0
Release: 4
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
Source0: https://github.com/GNOME/at-spi2-core/archive/AT_SPI2_CORE_2_36_0.tar.gz
Source0: https://github.com/GNOME/at-spi2-core/archive/refs/tags/AT_SPI2_CORE_2_42_0.tar.gz
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt
BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt dbus-x11
Requires: dbus
%description
@ -29,10 +30,10 @@ The API documentation and header files of litabspi are included by %{name}-devel
%package_help
%prep
%autosetup -n %{name}-AT_SPI2_CORE_2_36_0 -p1
%autosetup -n %{name}-AT_SPI2_CORE_2_42_0 -p1
%build
%meson -Ddbus_deamon=%{_bindir}/debus-daemon -Ddbus-broker=%{_bindir}/dbus-broker -Ddefault_bus=dbus-broker -Ddocs=true
%meson -Ddbus_daemon=%{_bindir}/dbus-daemon -Ddbus-broker=%{_bindir}/dbus-broker -Ddefault_bus=dbus-broker -Ddocs=true
%meson_build
%install
@ -40,6 +41,15 @@ The API documentation and header files of litabspi are included by %{name}-devel
%ldconfig_scriptlets
%check
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
%doc AUTHORS
%license COPYING
@ -47,6 +57,8 @@ The API documentation and header files of litabspi are included by %{name}-devel
%{_datadir}/defaults/at-spi2/accessibility.conf
%{_datadir}/dbus-1/services/org.a11y.Bus.service
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
%dir %{_sysconfdir}/xdg/Xwayland-session.d
%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi
%{_libexecdir}/at-spi-bus-launcher
%{_libexecdir}/at-spi2-registryd
%{_libdir}/libatspi.so.*
@ -65,6 +77,24 @@ The API documentation and header files of litabspi are included by %{name}-devel
%{_datadir}/gtk-doc/html/libatspi
%changelog
* Fri Apr 19 2024 yanglu <yanglu72@h-partners.com> - 2.42.0-4
- fix test error
* Fri Nov 10 2023 zhangpan <zhangpan103@h-partners.com> - 2.42.0-3
- enable make check
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2.42.0-2
- fix spell error in spec
* Wed Dec 01 2021 wangkerong <wangkerong@huawei.com> - 2.42.0-1
- update to 2.42.0
* Thu Jan 21 2021 yanglu <yanglu60@huawei.com> - 2.39.1-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade to 2.39.1
* Wed Sep 9 2020 chengguipeng<chengguipeng1@huawei.com> - 2.36.0-2
- Type:bugfix
- ID:NA
@ -103,4 +133,3 @@ The API documentation and header files of litabspi are included by %{name}-devel
* Fri Sep 7 2018 openEuler Buildteam <buildteam@openeuler.org> - 2.30.1-1
- Package Init