SHA256
1
0
forked from pool/wayland

Disable test on loongarch #2

Merged
jengelh merged 1 commits from hillwood/wayland:master into master 2025-06-04 13:19:20 +02:00
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 21 12:13:18 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
- Disable test on loongarch.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 00:53:52 UTC 2024 - llyyr <llyyr@yukari.in> Tue Sep 17 00:53:52 UTC 2024 - llyyr <llyyr@yukari.in>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package wayland # spec file for package wayland
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,10 @@
%define eglversion %_version %define eglversion %_version
%endif %endif
%define lname libwayland0 %define lname libwayland0
%define enable_test 1
%ifarch loongarch64
%define enable_test 0
%endif
%bcond_with doc %bcond_with doc
Name: wayland Name: wayland
Version: %_version Version: %_version
@@ -160,8 +164,10 @@ sed -i 's/<eglversion>/%eglversion/' "%_sourcedir/baselibs.conf"
%install %install
%meson_install %meson_install
%if %{enable_test}
%check %check
%meson_test %meson_test
%endif
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
%ldconfig_scriptlets -n libwayland-client0 %ldconfig_scriptlets -n libwayland-client0