!4 [sync] PR-3: 由2.0.0-alpha-9升级为2.0.0
From: @openeuler-sync-bot Reviewed-by: @luo-haibo Signed-off-by: @luo-haibo
This commit is contained in:
commit
fbd23014f5
Binary file not shown.
BIN
2.0.0.tar.gz
Normal file
BIN
2.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,9 +1,8 @@
|
||||
%global namedreltag -alpha-9
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
%global namedversion %{version}
|
||||
|
||||
Name: shrinkwrap-descriptors
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: ShrinkWrap sub-project for creating Archive Descriptors
|
||||
License: ASL 2.0
|
||||
Url: http://arquillian.org/modules/descriptors-shrinkwrap/
|
||||
@ -152,6 +151,9 @@ rm metadata-parser/src/test/java/org/jboss/shrinkwrap/descriptor/metadata/mojo/M
|
||||
|
||||
%build
|
||||
export JAVA5_HOME=%{_jvmdir}/java
|
||||
%if "%{_arch}" == "riscv64"
|
||||
export MAVEN_OPTS="-Xss2m"
|
||||
%endif
|
||||
%mvn_build -s
|
||||
|
||||
%install
|
||||
@ -209,5 +211,9 @@ export JAVA5_HOME=%{_jvmdir}/java
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2024 Jvle <keke.oerv@isrc.iscas.ac.cn> - 2.0.0-2
|
||||
- Add MAVEN_OPTS for riscv64 and update 2.0.0-alpha-9 to 2.0.0
|
||||
|
||||
* Wed Aug 12 2020 maminjie <maminjie1@huawei.com> - 2.0.0-1
|
||||
- package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user