From fd96eff9a0577f32c6506397a261c16787cc8856 Mon Sep 17 00:00:00 2001 From: liyunfei Date: Fri, 26 Jan 2024 14:55:05 +0800 Subject: [PATCH] add requires: llvm --- clang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index a61c807..f5c696d 100644 --- a/clang.spec +++ b/clang.spec @@ -6,7 +6,7 @@ Name: clang Version: 12.0.1 -Release: 4 +Release: 5 License: GPL-2.0-only and Apache-2.0 and MIT Summary: An "LLVM native" C/C++/Objective-C compiler URL: http://llvm.org @@ -15,6 +15,7 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{versio Source2: clang-config.h BuildRequires: cmake gcc-c++ python-sphinx git +BuildRequires: llvm-libs = %{version} BuildRequires: llvm-devel = %{version} BuildRequires: llvm-static = %{version} BuildRequires: llvm-googletest = %{version} @@ -269,6 +270,9 @@ ln -s clang++ %{buildroot}%{_bindir}/clang++-%{maj_ver} %{_bindir}/git-clang-format %changelog +* Thu Jan 25 2024 liyunfei -12.0.1-5 +- Add requires: llvm + * Sun Oct 08 2023 wangkai <13474090681@163.com> - 12.0.1-4 - Recover deleted .a files to fix lldb build errors -- Gitee