Compare commits

...

3 Commits

Author SHA1 Message Date
CentOS Sources
0718b6feaf import wayland-1.21.0-1.el8 2023-05-17 03:19:57 +00:00
CentOS Sources
2fcc64d4f6 import wayland-1.19.0-1.el8 2021-12-08 12:28:19 +00:00
CentOS Sources
1b5c1ef16b import wayland-1.17.0-1.el8 2021-09-10 05:49:07 +00:00
3 changed files with 18 additions and 15 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
374e07b4f3b7fdfa7c4206cdd48224ea00d69d68 SOURCES/wayland-1.15.0.tar.xz
59f381d656e09f34135b7222fbf57e05ae7262e6 SOURCES/wayland-1.21.0.tar.xz

View File

@ -1,5 +1,5 @@
Name: wayland
Version: 1.15.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
@ -111,7 +105,7 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \
%{_mandir}/man3/*.3*
%files doc
%doc README TODO
%doc README
%{_datadir}/doc/wayland/
%files -n libwayland-client
@ -131,6 +125,15 @@ 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
* Tue Nov 19 2019 Adam Jackson <ajax@redhat.com> - 1.17.0-1
- wayland 1.17.0
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.15.0-1
- Update to 1.15.0