Compare commits
No commits in common. "d7e759913a5adc0b4f3fc98123ad080571b51479" and "373798ff2ff847eb8b01101d34fcd4e0ee868008" have entirely different histories.
d7e759913a
...
373798ff2f
BIN
at-spi2-core-2.50.0.tar.xz
Normal file
BIN
at-spi2-core-2.50.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,11 @@
|
|||||||
#needsrootforbuild
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.51.0
|
Version: 2.50.0
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
|
Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project.
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.51/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/at-spi2-core/2.44/%{name}-%{version}.tar.xz
|
||||||
Source1: xwayland-session-scriptlet
|
Source1: xwayland-session-scriptlet
|
||||||
|
|
||||||
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
|
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
|
||||||
@ -19,13 +18,10 @@ BuildRequires: pkgconfig(gio-2.0)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(xtst)
|
BuildRequires: pkgconfig(xtst)
|
||||||
BuildRequires: gsettings-desktop-schemas
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2137281
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2137281
|
||||||
%if "0%{?product_family}" == "0"
|
|
||||||
Requires: /usr/bin/xprop
|
Requires: /usr/bin/xprop
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
At-Spi2 is a protocol over DBus, toolkit widgets use it to provide
|
At-Spi2 is a protocol over DBus, toolkit widgets use it to provide
|
||||||
@ -57,7 +53,6 @@ devices.
|
|||||||
|
|
||||||
%package -n atk-devel
|
%package -n atk-devel
|
||||||
Summary: Development files for the ATK accessibility toolkit
|
Summary: Development files for the ATK accessibility toolkit
|
||||||
Requires: atk%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n atk-devel
|
%description -n atk-devel
|
||||||
This package includes libraries, header files, and developer documentation
|
This package includes libraries, header files, and developer documentation
|
||||||
@ -89,14 +84,7 @@ Requires: at-spi2-atk%{?_isa} = %{version}-%{release}
|
|||||||
The at-spi2-atk-devel package includes the header files for the at-spi2-atk
|
The at-spi2-atk-devel package includes the header files for the at-spi2-atk
|
||||||
library.
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -115,17 +103,11 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-
|
|||||||
%{find_lang} %{name}
|
%{find_lang} %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
if [ ! -e /usr/libexec/at-spi-bus-launcher ];then
|
dbus-launch ninja -C %{_host} test
|
||||||
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
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS README.md
|
||||||
%{_libexecdir}/at-spi2-registryd
|
%{_libexecdir}/at-spi2-registryd
|
||||||
%dir %{_datadir}/defaults
|
%dir %{_datadir}/defaults
|
||||||
%dir %{_datadir}/defaults/at-spi2
|
%dir %{_datadir}/defaults/at-spi2
|
||||||
@ -184,22 +166,6 @@ fi
|
|||||||
%{_docdir}/libatspi
|
%{_docdir}/libatspi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 29 2023 wangqia <wangqia@uniontech.com> - 2.50.0-1
|
||||||
- Update to 2.50.0
|
- Update to 2.50.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user