40 lines
1.3 KiB
RPMSpec
40 lines
1.3 KiB
RPMSpec
%define debug_package %{nil}
|
|
%global openHarmony_source_release OpenHarmony-v3.2-Release
|
|
Name: distributed-build_lite
|
|
Version: 1.0.0
|
|
Release: 2
|
|
Summary: Sub component for openEuler embedded softbus build tools
|
|
License: Apache-2.0
|
|
URL: https://gitee.com/openharmony/build_lite
|
|
SOURCE0: bhttps://gitee.com/openharmony/build_lite/repository/archive/%{openHarmony_source_release}.tar.gz #/build_lite-%{openHarmony_source_release}.tar.gz
|
|
Patch0001: 0001-feat-Adapt-to-Openeuler-python.patch
|
|
Patch0002: 0002-feat-Adapt-to-Openeuler-productdefine.patch
|
|
Patch0003: 0003-feat-Adapt-to-Openeule-remove-useless-code.patch
|
|
Patch0004: 0004-feat-for-embedded-check-clang-path.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Sub component for openEuler embedded softbus build tools
|
|
|
|
%prep
|
|
%autosetup -p1 -n build_lite-%{openHarmony_source_release}
|
|
|
|
#%build
|
|
#nothing to do
|
|
|
|
%install
|
|
install -d %{buildroot}/opt/distributed-middleware-build/lite
|
|
cp -rp %{_builddir}/build_lite-%{openHarmony_source_release}/* %{buildroot}/opt/distributed-middleware-build/lite
|
|
|
|
%files
|
|
/opt/distributed-middleware-build/lite
|
|
|
|
%changelog
|
|
|
|
* Tue Mar 12 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-2
|
|
- Check clang path for embedded
|
|
|
|
* Tue May 30 2023 tianhang <tian_hang@hoperun.com> - 1.0.0-1
|
|
- Init and Adapt to Openeuler
|