From e58ffc25883d7c58a882a97c720b282dbad4cfbf Mon Sep 17 00:00:00 2001 From: yanansong Date: Thu, 26 Oct 2023 12:16:37 +0800 Subject: [PATCH] add 2203 next --- distributed-build.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/distributed-build.spec b/distributed-build.spec index b91e54d..f603050 100644 --- a/distributed-build.spec +++ b/distributed-build.spec @@ -1,13 +1,13 @@ %define debug_package %{nil} %global openHarmony_source_release OpenHarmony-v3.2-Release -Name: distributed-build -Version: 1.0.0 -Release: 7 -Summary: openEuler embedded softbus build tools -License: Apache-2.0 -URL: https://gitee.com/openharmony/build -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 +Name: distributed-build +Version: 1.0.0 +Release: 5 +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 +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 Patch0003: 0003-feat-Adapt-to-Openeuler-add-clang.patch