Update to 1.4.0
This commit is contained in:
parent
e919a0171a
commit
7c5ec9f8d0
Binary file not shown.
BIN
1.4.0.Final.tar.gz
Normal file
BIN
1.4.0.Final.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: wildfly-common
|
Name: wildfly-common
|
||||||
Version: 1.1.0
|
Version: 1.4.0
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: WildFly common utilities
|
Summary: WildFly common utilities
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://wildfly.org/
|
URL: http://wildfly.org/
|
||||||
@ -8,6 +8,9 @@ Source0: https://github.com/wildfly/wildfly-common/archive/%{version}.F
|
|||||||
BuildRequires: graphviz maven-local mvn(com.intellij:annotations) mvn(jdepend:jdepend)
|
BuildRequires: graphviz maven-local mvn(com.intellij:annotations) mvn(jdepend:jdepend)
|
||||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz) mvn(org.jboss.logging:jboss-logging)
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz) mvn(org.jboss.logging:jboss-logging)
|
||||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations) mvn(org.jboss.logging:jboss-logging-processor)
|
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations) mvn(org.jboss.logging:jboss-logging-processor)
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(javax.annotation:javax.annotation-api)
|
||||||
|
BuildRequires: java-11-openjdk-devel
|
||||||
|
Requires: java-11-openjdk javapackages-tools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
WildFly is a powerful, modular, & lightweight application server that helps you build amazing applications.
|
WildFly is a powerful, modular, & lightweight application server that helps you build amazing applications.
|
||||||
@ -33,6 +36,10 @@ Man pages and other related documents for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#set openjdk11 for build
|
||||||
|
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
|
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
|
|
||||||
@ -47,5 +54,8 @@ Man pages and other related documents for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 02 2022 wangkai <wangkai385@h-partners.com> - 1.4.0-1
|
||||||
|
- Update to 1.4.0
|
||||||
|
|
||||||
* Fri Dec 20 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.0-7
|
* Fri Dec 20 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.0-7
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user