From 0a1b598f9bf181c8f0843657768da9f4b9c0468c Mon Sep 17 00:00:00 2001 From: liyunfei Date: Fri, 26 Jan 2024 10:37:57 +0800 Subject: [PATCH] add Buildrequires: llvm-libs --- clang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 9bedfb5..c1aca59 100644 --- a/clang.spec +++ b/clang.spec @@ -6,7 +6,7 @@ Name: clang Version: 12.0.1 -Release: 2 +Release: 3 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} @@ -266,6 +267,9 @@ ln -s clang++ %{buildroot}%{_bindir}/clang++-%{maj_ver} %{_bindir}/git-clang-format %changelog +* Thu Jan 25 2024 liyunfei -12.0.1-3 +- Add Buildrequires: llvm-libs + * Thu Oct 27 2022 dongyuzhen - 12.0.1-2 - Rebuild for next release -- Gitee