Merge pull request !1 from 通行百万/local
This commit is contained in:
openeuler-ci-bot 2020-01-11 18:25:08 +08:00 committed by Gitee
commit b0335c021f
4 changed files with 9 additions and 17 deletions

BIN
AT_SPI2_CORE_2_34_0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,18 +1,16 @@
Name: at-spi2-core
Version: 2.32.1
Version: 2.34.0
Release: 1
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/releases/tag/%{name}-%{version}.tar.xz
Source0: https://github.com/GNOME/at-spi2-core/releases/tag/AT_SPI2_CORE_2_34_0.tar.gz
BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext
BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt
Requires: dbus
Patch9000: bugfix-fix-dbind-doc-build-with-meson.patch
%description
At-Spi2 is a protocol over DBus, toolkit widgets use it to provide
their content to screen readers such as Orca.
@ -31,7 +29,7 @@ The API documentation and header files of litabspi are included by %{name}-devel
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-AT_SPI2_CORE_2_34_0 -p1
%build
%meson -Ddbus_deamon=%{_bindir}/debus-daemon -Ddbus-broker=%{_bindir}/dbus-broker -Ddefault_bus=dbus-broker -Ddocs=true
@ -67,6 +65,12 @@ The API documentation and header files of litabspi are included by %{name}-devel
%{_datadir}/gtk-doc/html/libatspi
%changelog
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.34.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade to 2.34.0
* Tue Sep 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.32.1-1
- Type:enhancement
- ID:NA

View File

@ -1,12 +0,0 @@
diff -uNrp a/dbind/meson.build b/dbind/meson.build
--- a/dbind/meson.build 2018-09-03 20:50:10.000000000 +0000
+++ b/dbind/meson.build 2018-12-16 14:28:53.093806236 +0000
@@ -5,7 +5,7 @@ dbind_sources = [
dbind_dep = declare_dependency(sources: dbind_sources,
include_directories: root_inc,
- compile_args: [ '-DG_LOG_DOMAIN="dbind"' ],
+ compile_args: [ '-DG_LOG_DOMAIN=\'"dbind"\'' ],
dependencies: [ libdbus_dep, glib_dep ])
test('dbind-test',