From 91ca7c8971517ed3c48d3b5a7dceea098bb2d47a Mon Sep 17 00:00:00 2001 From: heppen Date: Thu, 3 Aug 2023 21:56:38 +0800 Subject: [PATCH] change clang15/llvm15/lld15 to clang/llvm/lld. --- distributed-build.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/distributed-build.spec b/distributed-build.spec index 67b3111..44c0841 100644 --- a/distributed-build.spec +++ b/distributed-build.spec @@ -2,11 +2,11 @@ %global openHarmony_source_release OpenHarmony-v3.2-Release Name: distributed-build Version: 1.0.0 -Release: 5 +Release: 6 Summary: openEuler embedded softbus build tools License: Apache-2.0 URL: https://gitee.com/openharmony/build -Requires: ninja-build, gn, clang15, llvm15, lld15, python, python-pyyaml, python-jinja2, distributed-build_lite +Requires: ninja-build, gn, clang, llvm, lld, python, python-pyyaml, python-jinja2, distributed-build_lite SOURCE0: https://gitee.com/openharmony/build/repository/archive/%{openHarmony_source_release}.tar.gz #/build-%{openHarmony_source_release}.tar.gz Patch0001: 0001-feat-Adapt-to-Openeuler-python-export-lld.patch Patch0002: 0002-feat-Adapt-to-Openeuler-for-compilation.patch @@ -48,7 +48,10 @@ cp -rp %{_builddir}/build-%{openHarmony_source_release}/* %{buildroot}/opt/dist /opt/distributed-middleware-build %changelog -* Tue Jun 20 2023 hepeng - 1.0.0-5 +* Thu Aug 03 2023 Peng He - 1.0.0-6 +- change clang15/llvm15/lld15 to clang/llvm/lld. + +* Tue Jun 20 2023 Peng He - 1.0.0-5 - add some components to build. * Fri Jun 16 2023 tianhang - 1.0.0-4 -- Gitee