mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Only ship libclang* in clang-libs
Previously we were also shipping libLLVM* and libLLD*.
This commit is contained in:
parent
3c82b12f11
commit
7a17ad9967
1 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,8 @@
|
|||
%files -n %{pkg_name_clang}-libs
|
||||
%license clang/LICENSE.TXT
|
||||
%{install_prefix}/lib/clang/%{maj_ver}/include/*
|
||||
%{install_libdir}/*.so.*
|
||||
%{install_libdir}/libclang.so.*
|
||||
%{install_libdir}/libclang-cpp.so.*
|
||||
|
||||
%files -n %{pkg_name_clang}-devel
|
||||
%license clang/LICENSE.TXT
|
||||
|
|
Loading…
Reference in a new issue