mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Add subpackage llvm-toolset
Related: RHEL-45729
This commit is contained in:
parent
d8be89d90c
commit
3c82b12f11
2 changed files with 20 additions and 0 deletions
|
@ -601,6 +601,13 @@
|
|||
|
||||
#endregion
|
||||
|
||||
#region Toolset files
|
||||
%if 0%{?rhel}
|
||||
%files -n %{pkg_name_llvm}-toolset
|
||||
%license LICENSE.TXT
|
||||
%endif
|
||||
#endregion
|
||||
|
||||
#region LLDB files
|
||||
%files -n %{pkg_name_lldb}
|
||||
%license lldb/LICENSE.TXT
|
||||
|
|
|
@ -292,6 +292,19 @@ Shared libraries for LLD.
|
|||
|
||||
#endregion
|
||||
|
||||
#region Toolset package
|
||||
%if 0%{?rhel}
|
||||
%package -n %{pkg_name_llvm}-toolset
|
||||
Summary: Package that installs llvm-toolset
|
||||
Requires: clang = %{version}
|
||||
Requires: llvm = %{version}
|
||||
Requires: lld = %{version}
|
||||
|
||||
%description -n %{pkg_name_llvm}-toolset
|
||||
This is the main package for llvm-toolset.
|
||||
%endif
|
||||
#endregion
|
||||
|
||||
#region LLDB packages
|
||||
|
||||
%package -n %{pkg_name_lldb}
|
||||
|
|
Loading…
Reference in a new issue