mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Only put libLLVM*.a into llvm-static
Currently we also accidentally ship libomptarget.devicertl.a.
This commit is contained in:
parent
abc6958daf
commit
c0d6e6d162
1 changed files with 1 additions and 3 deletions
|
@ -281,11 +281,9 @@
|
|||
|
||||
%files -n %{pkg_name_llvm}-static
|
||||
%license llvm/LICENSE.TXT
|
||||
%{install_libdir}/*.a
|
||||
%{install_libdir}/libLLVM*.a
|
||||
%exclude %{install_libdir}/libLLVMTestingSupport.a
|
||||
%exclude %{install_libdir}/libLLVMTestingAnnotations.a
|
||||
%exclude %{install_libdir}/libllvm_gtest.a
|
||||
%exclude %{install_libdir}/libllvm_gtest_main.a
|
||||
|
||||
%files -n %{pkg_name_llvm}-cmake-utils
|
||||
%license llvm/LICENSE.TXT
|
||||
|
|
Loading…
Reference in a new issue