spec: do not install files in %check section

This commit is contained in:
Lukáš Zaoral 2022-08-31 08:57:42 +02:00
parent c5eee2510a
commit ff26eb3b8f
No known key found for this signature in database
GPG Key ID: 39157506DD67752D
1 changed files with 3 additions and 3 deletions

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