diff --git a/libepoxy.spec b/libepoxy.spec index 8540a90d869a8005ba60b55d75f3d15b9f67d00d..695ff7ecbab93cd090d88516bb94d5a7ab166f3e 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