From 7ca630aaac44765e58596db82ec821959ba6b0b20bbb741e721c416b211d0503 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Jan 2025 02:23:25 +0100 Subject: [PATCH] Add note about .a being lumped together in -devel rather than -devel-static --- unified-runtime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-runtime.spec b/unified-runtime.spec index eb02145..2cb2f4d 100644 --- a/unified-runtime.spec +++ b/unified-runtime.spec @@ -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