add prebuild files
This commit is contained in:
parent
6445ae7d61
commit
15aeca9ec5
BIN
arkui-linux-1.0.0-prebuilts.tar.gz
Normal file
BIN
arkui-linux-1.0.0-prebuilts.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: arkui-linux
|
Name: arkui-linux
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: arkui-linux is arkui repository for linux. it provides arkui GUI framework to supports arkui application.
|
Summary: arkui-linux is arkui repository for linux. it provides arkui GUI framework to supports arkui application.
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -24,6 +24,7 @@ Source0: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui
|
|||||||
Source1: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-flutter.tar.gz
|
Source1: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-flutter.tar.gz
|
||||||
Source2: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-jsframework.tar.gz
|
Source2: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-jsframework.tar.gz
|
||||||
Source3: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-node.tar.gz
|
Source3: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-thirdparty-node.tar.gz
|
||||||
|
Source4: https://gitee.com/openeuler/arkui-linux/repository/archive/arkui-linux-1.0.0-prebuilts.tar.gz
|
||||||
|
|
||||||
BuildRequires: clang python python3 python3-pip python-toml tar cmake ninja-build gn
|
BuildRequires: clang python python3 python3-pip python-toml tar cmake ninja-build gn
|
||||||
BuildRequires: llvm-devel libcurl-devel harfbuzz-devel ruby libuv-devel nodejs-devel jsoncpp-devel minizip-devel
|
BuildRequires: llvm-devel libcurl-devel harfbuzz-devel ruby libuv-devel nodejs-devel jsoncpp-devel minizip-devel
|
||||||
@ -58,6 +59,7 @@ This package contains necessary header files for ft_engine development.
|
|||||||
%setup -q -D -T -a 1 -c -n %{name}-%{version}/..
|
%setup -q -D -T -a 1 -c -n %{name}-%{version}/..
|
||||||
%setup -q -D -T -a 2 -c -n %{name}-%{version}/..
|
%setup -q -D -T -a 2 -c -n %{name}-%{version}/..
|
||||||
%setup -q -D -T -a 3 -c -n %{name}-%{version}/..
|
%setup -q -D -T -a 3 -c -n %{name}-%{version}/..
|
||||||
|
%setup -q -D -T -a 4 -c -n %{name}-%{version}/..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p %{_builddir}/%{name}-%{version}/arkcompiler/ets_frontend/ts2panda/node_modules
|
mkdir -p %{_builddir}/%{name}-%{version}/arkcompiler/ets_frontend/ts2panda/node_modules
|
||||||
@ -95,6 +97,9 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 26 2023 lastcc <ynsy891@gmail.com> - 1.0.0-3
|
||||||
|
- add prebuild files. and no need to download by network
|
||||||
|
|
||||||
* Fri Dec 15 2023 Jiaqi Zhao <zhaojiaqi18@huawei.com> - 1.0.0-2
|
* Fri Dec 15 2023 Jiaqi Zhao <zhaojiaqi18@huawei.com> - 1.0.0-2
|
||||||
- Delete distributed-utils requires and update deps
|
- Delete distributed-utils requires and update deps
|
||||||
* Fri Nov 3 2023 yanansong <yanansong5@huawei.com> - 1.0.0-1
|
* Fri Nov 3 2023 yanansong <yanansong5@huawei.com> - 1.0.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user