!49 [sync] PR-47: add macros to control if need /usr/bin/xprop
From: @openeuler-sync-bot Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
752966265a
@ -1,7 +1,7 @@
|
|||||||
#needsrootforbuild
|
#needsrootforbuild
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.51.0
|
Version: 2.51.0
|
||||||
Release: 4
|
Release: 5
|
||||||
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+
|
||||||
@ -19,10 +19,13 @@ 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
|
||||||
@ -88,6 +91,8 @@ library.
|
|||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Help package for %{name}
|
Summary: Help package for %{name}
|
||||||
|
Requires: man info
|
||||||
|
Provides: at-spi2-atk-help = %{version}-%{release}
|
||||||
Obsoletes: at-spi2-atk-help < %{version}-%{release}
|
Obsoletes: at-spi2-atk-help < %{version}-%{release}
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
@ -179,6 +184,10 @@ 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
|
* Tue Aug 27 2024 yanglu <yanglu72@h-partners.com> - 2.51.0-4
|
||||||
- Delete obsolete at-spi2-atk-help after the upgrade
|
- Delete obsolete at-spi2-atk-help after the upgrade
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user