!4 update to 1.19.91

From: @kerongw
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-12-05 04:57:59 +00:00 committed by Gitee
commit a8b9f6338c
3 changed files with 11 additions and 14 deletions

Binary file not shown.

BIN
wayland-1.19.91.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: wayland Name: wayland
Version: 1.18.0 Version: 1.19.91
Release: 1 Release: 1
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: MIT License: MIT
URL: http://wayland.freedesktop.org/ URL: http://wayland.freedesktop.org/
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires: gcc chrpath docbook-style-xsl doxygen expat-devel BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release} Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release} Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
@ -59,20 +59,14 @@ developing applications that use %{name}.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%configure --disable-static --enable-documentation %meson
%make_build %meson_build
%install %install
%make_install %meson_install
%delete_la
chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
%check %check
mkdir -m 700 tests/run %meson_test
XDG_RUNTIME_DIR=$PWD/tests/run
make check || \
{ rc=$?; cat test-suite.log; exit $rc; }
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -92,12 +86,15 @@ make check || \
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README TODO %doc README
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%{_datadir}/doc/wayland/ %{_datadir}/doc/wayland/
%changelog %changelog
* Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 1.19.91-1
- update to 1.19.91
* Fri Jul 17 2020 chengguipeng <chenguipeng1@huawei.com> - 1.18.0-1 * Fri Jul 17 2020 chengguipeng <chenguipeng1@huawei.com> - 1.18.0-1
- upgrade to 1.18.0-1 - upgrade to 1.18.0-1