!4 Compile packge devide into different architecture

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-06-02 10:32:30 +00:00 committed by Gitee
commit f614c3cdb4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,12 @@
%global debug_package %{nil}
%global realname rebar
%global upstream rebar
%global need_bootstrap_set 0
%{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
Name: erlang-%{realname}
Version: 2.6.4
Release: 2
BuildArch: noarch
Release: 3
Summary: Erlang Build Tools
License: MIT
URL: https://github.com/%{upstream}/%{realname}
@ -94,6 +95,9 @@ sed -i -e "s,-noshell -noinput,-noshell -noinput -pa .,g" ./rebar
%{erlang_appdir}/
%changelog
* Fri Jun 02 2023 Ge Wang <wang__ge@126.com> - 2.6.4-3
- Compile package devide into difference architecture
* Fri Jan 21 2022 Ge Wang <wangge20huawei.com> - 2.6.4-2
- Remove -lerl_interface flag from default LDFLAG due to erlang updated to 23.3.4.9 version