From a183e0b7c95a0b7c7795c43f842237976ac6ec7d Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 12 Jan 2022 13:38:40 +0100 Subject: [PATCH] Only package cmake-devel when building a snapshot package and when NOT building in compat mode --- llvm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm.spec b/llvm.spec index a9be0aa..21d538a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -212,11 +212,13 @@ Requires(postun): /sbin/ldconfig %description libs Shared libraries for the LLVM compiler infrastructure. +%if %{without compat_build} && %{with snapshot_build} %package cmake-devel Summary: LLVM Shared development CMake files %description cmake-devel Some CMake files that are shared by LLVM sub-projects when building. +%endif %package static Summary: LLVM static libraries