Add note about .a being lumped together in -devel rather than -devel-static

This commit is contained in:
Jan Engelhardt 2025-01-17 02:23:25 +01:00
parent 5310eda124
commit 7ca630aaac

View File

@ -133,13 +133,13 @@ rm %{buildroot}%{_includedir}/.clang-format
%{_prefix}/lib/cmake/unified-runtime/
%{_libdir}/libur_loader.so
%{_libdir}/libur_adapter_native_cpu.so
# The cmake file looks for .a unconditionally, so splitting to -devel-static seems to have no benefit presently
%{_libdir}/libur_common.a
%if %{with opencl_adapter}
%{_libdir}/libur_adapter_opencl.so
%endif
%files -n libur_loader0
%{_libdir}/libur_loader.so.0
%{_libdir}/libur_loader.so.0.11.2