Compare commits

...

1 Commits
rawhide ... f37

Author SHA1 Message Date
Lukáš Zaoral 328b21c3bc spec: do not install files in %check section 2022-09-30 09:46:37 +10:00
1 changed files with 3 additions and 3 deletions

View File

@ -47,6 +47,9 @@ find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
# we don't want them in here
rm -rf %{buildroot}%{_includedir}/SPIRV
# Install libglslang-default-resource-limits.a
install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limits.a %{buildroot}%{_libdir}/
%ifnarch s390x ppc64
%check
pushd Test
@ -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