|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: wayland
|
|
|
|
Name: wayland
|
|
|
|
Version: 1.21.0
|
|
|
|
Version: 1.19.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Wayland Compositor Infrastructure
|
|
|
|
Summary: Wayland Compositor Infrastructure
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ BuildRequires: expat-devel
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: meson
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
|
|
|
|
|
|
@ -83,14 +82,21 @@ Wayland server library
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%configure --disable-static --enable-documentation
|
|
|
|
%meson_build
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove lib64 rpaths
|
|
|
|
|
|
|
|
chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%meson_test
|
|
|
|
mkdir -m 700 tests/run
|
|
|
|
|
|
|
|
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
|
|
|
|
|
|
|
|
{ rc=$?; cat test-suite.log; exit $rc; }
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_bindir}/wayland-scanner
|
|
|
|
%{_bindir}/wayland-scanner
|
|
|
@ -125,12 +131,6 @@ Wayland server library
|
|
|
|
%{_libdir}/libwayland-server.so.0*
|
|
|
|
%{_libdir}/libwayland-server.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.21.0-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Fri May 21 2021 Dave Airlie <airlied@redhat.com> - 1.19.0-1
|
|
|
|
- wayland 1.19.0
|
|
|
|
- wayland 1.19.0
|
|
|
|
|
|
|
|
|
|
|
|