update to version 2.2.3
This commit is contained in:
parent
28c985f6b5
commit
254c8282f0
Binary file not shown.
BIN
joda-convert-2.2.3.tar.gz
Normal file
BIN
joda-convert-2.2.3.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,20 @@
|
||||
Name: joda-convert
|
||||
Version: 1.9.2
|
||||
Version: 2.2.3
|
||||
Release: 1
|
||||
Summary: Java library for conversion to and from standard string formats
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/JodaOrg/joda-convert/
|
||||
BuildArch: noarch
|
||||
Source0: https://github.com/JodaOrg/joda-convert/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/JodaOrg/joda-convert/archive/refs/tags/%{name}-2.2.3.tar.gz
|
||||
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.jacoco:jacoco-maven-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
||||
BuildRequires: mvn(com.google.guava:guava)
|
||||
BuildRequires: java-11-openjdk-devel
|
||||
Requires: java-11-openjdk
|
||||
Requires: javapackages-tools
|
||||
%description
|
||||
Java library to enable conversion to and from standard string formats.
|
||||
|
||||
@ -23,9 +30,12 @@ sed -i s/\r// *.txt
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-surefire-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -37,5 +47,8 @@ sed -i s/\r// *.txt
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Sep 18 2023 Ge Wang <wang__ge@126.com> -2.2.3-1
|
||||
- Update to version 2.2.3
|
||||
|
||||
* Wed Jul 29 2020 zhanghua <zhanghua40@huawei.com> - 1.9.2-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user