From 6f7b2d0368d480a8861aae9d8b9517700dd89ee2 Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Thu, 20 Feb 2020 18:35:53 +0800 Subject: [PATCH] add buildrequire compiler-rt --- clang.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/clang.spec b/clang.spec index 12361f7..3a49ece 100644 --- a/clang.spec +++ b/clang.spec @@ -7,7 +7,7 @@ Name: clang Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 4 +Release: 5 License: NCSA Summary: An "LLVM native" C/C++/Objective-C compiler URL: http://llvm.org @@ -25,17 +25,17 @@ Patch7: 0001-Convert-scan-view-to-python3-using-2to3.patch BuildRequires: cmake gcc-c++ python-sphinx git BuildRequires: llvm-devel = %{version} +BuildRequires: compiler-rt = %{version} BuildRequires: llvm-static = %{version} BuildRequires: llvm-googletest = %{version} BuildRequires: libxml2-devel perl-generators ncurses-devel emacs libatomic BuildRequires: python2-lit python3-lit python2-rpm-macros python3-sphinx python3-devel Requires: libstdc++-devel gcc-c++ emacs-filesystem -provides: %{name}-libs -Obsoletes: %{name}-libs -Recommends: compiler-rt = %{version} -Recommends: libomp = %{version} Provides: clang(major) = %{maj_ver} +Provides: %{name}-libs = %{version}-%{release} +Obsoletes: %{name}-libs < %{version}-%{release} +Recommends: libomp = %{version} %description The Clang project provides a language front-end and tooling infrastructure for\ @@ -255,6 +255,9 @@ false %{python2_sitelib}/clang/ %changelog +* Thu Feb 20 2020 openEuler Buildteam - 7.0.0-5 +- Add buildrequire compiler-rt + * Tue Dec 17 2019 openEuler Buildteam - 7.0.0-4 - Delete redundant info -- Gitee