!4 Upgrade to 1.78
From: @starlet-dx Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
dbc35c5356
BIN
1.71.tar.gz
BIN
1.71.tar.gz
Binary file not shown.
BIN
beust-jcommander-1.78.tar.gz
Normal file
BIN
beust-jcommander-1.78.tar.gz
Normal file
Binary file not shown.
@ -74,12 +74,6 @@
|
|||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<groupId>org.sonatype.oss</groupId>
|
|
||||||
<artifactId>oss-parent</artifactId>
|
|
||||||
<version>3</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Compilation -->
|
<!-- Compilation -->
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
Name: beust-jcommander
|
Name: beust-jcommander
|
||||||
Version: 1.71
|
Version: 1.78
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: Java framework for parsing command line parameters
|
Summary: Java framework for parsing command line parameters
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://jcommander.org/
|
URL: http://jcommander.org/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: https://github.com/cbeust/jcommander/archive/%{version}.tar.gz
|
Source0: https://github.com/cbeust/jcommander/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: beust-jcommander.pom
|
Source1: beust-jcommander.pom
|
||||||
Patch0001: 0001-ParseValues-NullPointerException-patch.patch
|
Patch0001: 0001-ParseValues-NullPointerException-patch.patch
|
||||||
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(org.testng:testng)
|
BuildRequires: mvn(org.testng:testng)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JCommander is a very small Java framework that makes it trivial to
|
JCommander is a very small Java framework that makes it trivial to
|
||||||
@ -44,6 +44,9 @@ sed -i 's/@VERSION@/%{version}/g' pom.xml
|
|||||||
%files help -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 22 2023 yaoxin <yao_xin001@hoperun.com> - 1.78-1
|
||||||
|
- Upgrade to 1.78
|
||||||
|
|
||||||
* Fri Feb 28 2020 daiqianwen <daiqianwen@huawei.com> - 1.71-7
|
* Fri Feb 28 2020 daiqianwen <daiqianwen@huawei.com> - 1.71-7
|
||||||
- Modify patch
|
- Modify patch
|
||||||
|
|
||||||
|
|||||||
4
beust-jcommander.yaml
Normal file
4
beust-jcommander.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: cbeust/jcommander
|
||||||
|
tag_prefix: ''
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user