From 0901627b2e7e2a77b5a6e2b96f12e0f3932901cd Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 29 Jan 2025 17:44:11 +0800 Subject: [PATCH] fix test with new cmake buildir migration --- glslang.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/glslang.spec b/glslang.spec index 2f72bea..8993375 100644 --- a/glslang.spec +++ b/glslang.spec @@ -2,7 +2,7 @@ Name: glslang Version: 15.1.0 -Release: 1 +Release: 2 Summary: OpenGL and OpenGL ES shader front end and validator License: BSD-2-Clause AND BSD-3-Clause AND GPL-3.0-or-later AND Apache-2.0 @@ -50,9 +50,7 @@ rm -rf %{buildroot}%{_includedir}/SPIRV %ifnarch s390x ppc64 %check pushd Test -sed -i 's|build/install/bin|StandAlone|g' glslangValidator -sed -i 's|diff -b $BASEDIR/glsl.-P.|#diff -b $BASEDIR/glsl.-P.|g' runtests -./runtests localResults ./glslangValidator ../StandAlone/spirv-remap +./runtests localResults ../%{__cmake_builddir}/StandAlone/glslangValidator ../%{__cmake_builddir}/StandAlone/spirv-remap popd %endif @@ -74,6 +72,9 @@ popd %{_libdir}/cmake/* %changelog +* Wed Jan 29 2025 Funda Wang - 15.1.0-2 +- fix test with new cmake buildir migration + * Tue Jan 21 2025 Ge Wang - 15.1.0-1 - Update to version 15.1.0 -- Gitee