spec: do not install files in %check section

Resolves: rhbz#1930786
This commit is contained in:
Lukáš Zaoral 2022-08-31 08:49:20 +02:00
parent f416bcefc2
commit ad615acad8
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -44,6 +44,9 @@ find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
%install
%{cmake_install}
# Install libglslang-default-resource-limits.a
install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/
# we don't want them in here
rm -rf %{buildroot}%{_includedir}/SPIRV
@ -54,9 +57,6 @@ pushd Test
popd
%endif
# Install libglslang-default-resource-limits.a
install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/
%files
%doc README.md README-spirv-remap.txt
%{_bindir}/glslangValidator