spec: do not install files in %check section
This commit is contained in:
parent
c5eee2510a
commit
ff26eb3b8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user