import wayland-1.21.0-1.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:06:07 +00:00 committed by root
parent 2fcc64d4f6
commit 0718b6feaf
3 changed files with 11 additions and 14 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/wayland-1.19.0.tar.xz
SOURCES/wayland-1.21.0.tar.xz

View File

@ -1 +1 @@
9ae0a89cfe6798250b19c72a987bda734d269060 SOURCES/wayland-1.19.0.tar.xz
59f381d656e09f34135b7222fbf57e05ae7262e6 SOURCES/wayland-1.21.0.tar.xz

View File

@ -1,5 +1,5 @@
Name: wayland
Version: 1.19.0
Version: 1.21.0
Release: 1%{?dist}
Summary: Wayland Compositor Infrastructure
@ -14,6 +14,7 @@ BuildRequires: expat-devel
BuildRequires: graphviz
BuildRequires: libxml2-devel
BuildRequires: libxslt
BuildRequires: meson
BuildRequires: pkgconfig(libffi)
BuildRequires: xmlto
@ -82,21 +83,14 @@ Wayland server library
%autosetup -p1
%build
%configure --disable-static --enable-documentation
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
# Remove lib64 rpaths
chrpath -d $RPM_BUILD_ROOT%{_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 devel
%{_bindir}/wayland-scanner
@ -131,6 +125,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \
%{_libdir}/libwayland-server.so.0*
%changelog
* Tue Oct 25 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.21.0-1
- wayland 1.21.0 (rhbz#2137625)
* Fri May 21 2021 Dave Airlie <airlied@redhat.com> - 1.19.0-1
- wayland 1.19.0