mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Only put libLLVM*.a into llvm-static
Currently we also accidentally ship libomptarget.devicertl.a.
This commit is contained in:
parent
0b4a620d6d
commit
3f1eb51952
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