From d129657f7a16dfa59f22f3eb50d6ae470876d824 Mon Sep 17 00:00:00 2001 From: leeffo Date: Wed, 26 Oct 2022 13:52:53 +0800 Subject: [PATCH] build: no check on loongarch64 --- libepoxy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libepoxy.spec b/libepoxy.spec index 8540a90..695ff7e 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Summary: epoxy runtime library Name: libepoxy Version: 1.5.8 @@ -46,12 +46,14 @@ Doc pages for %{name} %meson_install %check +%ifnarch loongarch64 # this should be %%meson_test but the macro expands with a bajillion # embedded newlines for no obvious reason xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ (cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1) %ldconfig_scriptlets +%endif %files %license COPYING @@ -66,6 +68,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog +* Wed Oct 26 2022 liweiganga - 1.5.8-1.0.2 +- build: no check on loongarch64 + * Fri Jul 15 2022 Chang Gao - 1.5.8-1.0.1 - Add doc sub package -- Gitee