diff --git a/wayland-1.18.0.tar.xz b/wayland-1.18.0.tar.xz deleted file mode 100644 index 239ee89..0000000 Binary files a/wayland-1.18.0.tar.xz and /dev/null differ diff --git a/wayland-1.19.91.tar.xz b/wayland-1.19.91.tar.xz new file mode 100644 index 0000000..444c384 Binary files /dev/null and b/wayland-1.19.91.tar.xz differ diff --git a/wayland.spec b/wayland.spec index 65e4e3e..a69cc45 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,13 +1,13 @@ Name: wayland -Version: 1.18.0 +Version: 1.19.91 Release: 1 Summary: Wayland Compositor Infrastructure License: MIT URL: http://wayland.freedesktop.org/ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz -BuildRequires: gcc chrpath docbook-style-xsl doxygen expat-devel -BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz +BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel +BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson Provides: 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 %build -%configure --disable-static --enable-documentation -%make_build +%meson +%meson_build %install -%make_install -%delete_la - -chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so +%meson_install %check -mkdir -m 700 tests/run -XDG_RUNTIME_DIR=$PWD/tests/run -make check || \ -{ rc=$?; cat test-suite.log; exit $rc; } +%meson_test %files %defattr(-,root,root) @@ -92,12 +86,15 @@ make check || \ %files help %defattr(-,root,root) -%doc README TODO +%doc README %{_mandir}/man3/*.3* %{_datadir}/doc/wayland/ %changelog +* Sat Dec 04 2021 wangkerong - 1.19.91-1 +- update to 1.19.91 + * Fri Jul 17 2020 chengguipeng - 1.18.0-1 - upgrade to 1.18.0-1