diff --git a/files.spec.inc b/files.spec.inc index 8225407..98e9751 100644 --- a/files.spec.inc +++ b/files.spec.inc @@ -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 diff --git a/packages.spec.inc b/packages.spec.inc index 7da2dd5..5f2a519 100644 --- a/packages.spec.inc +++ b/packages.spec.inc @@ -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}