spec: do not install files in %check section
Resolves: rhbz#1930786
This commit is contained in:
parent
f416bcefc2
commit
ad615acad8
@ -44,6 +44,9 @@ find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
|
|||||||
%install
|
%install
|
||||||
%{cmake_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
|
# we don't want them in here
|
||||||
rm -rf %{buildroot}%{_includedir}/SPIRV
|
rm -rf %{buildroot}%{_includedir}/SPIRV
|
||||||
|
|
||||||
@ -54,9 +57,6 @@ pushd Test
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Install libglslang-default-resource-limits.a
|
|
||||||
install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md README-spirv-remap.txt
|
%doc README.md README-spirv-remap.txt
|
||||||
%{_bindir}/glslangValidator
|
%{_bindir}/glslangValidator
|
||||||
|
Loading…
Reference in New Issue
Block a user