update to version 3.3.0
This commit is contained in:
parent
e3412df8b2
commit
eb860ecdc6
Binary file not shown.
BIN
3.3.0.Final.tar.gz
Normal file
BIN
3.3.0.Final.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global namedreltag .Final
|
%global namedreltag .Final
|
||||||
%global namedversion %{version}%{?namedreltag}
|
%global namedversion %{version}%{?namedreltag}
|
||||||
Name: jboss-vfs
|
Name: jboss-vfs
|
||||||
Version: 3.2.17
|
Version: 3.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: JBoss Virtual File System
|
Summary: JBoss Virtual File System
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -12,6 +12,10 @@ BuildRequires: maven-local mvn(junit:junit) mvn(org.jboss:jboss-parent:pom
|
|||||||
BuildRequires: mvn(org.jboss.logging:jboss-logging)
|
BuildRequires: mvn(org.jboss.logging:jboss-logging)
|
||||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations)
|
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations)
|
||||||
BuildRequires: mvn(org.jboss.logging:jboss-logging-processor)
|
BuildRequires: mvn(org.jboss.logging:jboss-logging-processor)
|
||||||
|
BuildRequires: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec)
|
||||||
|
BuildRequires: java-11-openjdk-devel
|
||||||
|
Requires: java-11-openjdk
|
||||||
|
Requires: javapackages-tools
|
||||||
%description
|
%description
|
||||||
This package contains the JBoss Virtual File System.
|
This package contains the JBoss Virtual File System.
|
||||||
|
|
||||||
@ -27,8 +31,12 @@ find . -name "*.jar" -type f -print -delete
|
|||||||
find . -name "*.war" -type f -print -delete
|
find . -name "*.war" -type f -print -delete
|
||||||
find . -name "*.zip" -type f -print -delete
|
find . -name "*.zip" -type f -print -delete
|
||||||
%pom_remove_plugin :maven-checkstyle-plugin
|
%pom_remove_plugin :maven-checkstyle-plugin
|
||||||
|
%pom_add_dep org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.2.Final
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
|
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -41,6 +49,9 @@ find . -name "*.zip" -type f -print -delete
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 07 2023 Ge Wang <wang__ge@126.com> - 3.3.0-1
|
||||||
|
- update to 3.3.0
|
||||||
|
|
||||||
* Wed May 25 2022 liyanan <liyanan32@h-partners.com> - 3.2.17-1
|
* Wed May 25 2022 liyanan <liyanan32@h-partners.com> - 3.2.17-1
|
||||||
- update to 3.2.17
|
- update to 3.2.17
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user