|
|
@ -1,8 +1,6 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: beust-jcommander
|
|
|
|
Name: beust-jcommander
|
|
|
|
Version: 1.78
|
|
|
|
Version: 1.71
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
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/
|
|
|
@ -12,18 +10,15 @@ BuildArch: noarch
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
# Adapted from earlier version that still shipped poms. It uses kobalt for building now
|
|
|
|
# Adapted from earlier version that still shipped poms. It uses kobalt for building now
|
|
|
|
Source1: %{name}.pom
|
|
|
|
Source1: %{name}.pom
|
|
|
|
# Cleaned up bundled jars whose licensing cannot be easily verified
|
|
|
|
# Cleaned up bundled jars hose licensing cannot be easily verified
|
|
|
|
Source2: generate-tarball.sh
|
|
|
|
Source2: generate-tarball.sh
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-ParseValues-NullPointerException-patch.patch
|
|
|
|
Patch0: 0001-ParseValues-NullPointerException-patch.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-local
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.testng:testng)
|
|
|
|
BuildRequires: mvn(org.testng:testng)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
@ -36,7 +31,7 @@ Summary: API documentation for %{name}
|
|
|
|
This package contains the %{summary}.
|
|
|
|
This package contains the %{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q -n jcommander-%{version}
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
chmod -x license.txt
|
|
|
|
chmod -x license.txt
|
|
|
@ -57,57 +52,6 @@ sed -i 's/@VERSION@/%{version}/g' pom.xml
|
|
|
|
%doc license.txt notice.md
|
|
|
|
%doc license.txt notice.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.78-9
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.78-8
|
|
|
|
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.78-7
|
|
|
|
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.78-6
|
|
|
|
|
|
|
|
- Bootstrap build
|
|
|
|
|
|
|
|
- Non-bootstrap build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.78-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.78-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.78-3
|
|
|
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 09 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.78-3
|
|
|
|
|
|
|
|
- skipped tests as they require user input with jdk11, changed way of javadoc generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.78-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 09 2019 Fabio Valentini <decathorpe@gmail.com> - 1.78-1
|
|
|
|
|
|
|
|
- Update to version 1.78.
|
|
|
|
|
|
|
|
- Remove unnecessary parent from POM file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.78-2
|
|
|
|
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2019 Marian Koncek <mkoncek@redhat.com> - 1.78-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 1.75-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.75
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.71-6
|
|
|
|
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 30 2018 Michael Simacek <msimacek@redhat.com> - 1.71-5
|
|
|
|
* Mon Jul 30 2018 Michael Simacek <msimacek@redhat.com> - 1.71-5
|
|
|
|
- Repack the tarball without binaries
|
|
|
|
- Repack the tarball without binaries
|
|
|
|
|
|
|
|
|
|
|
|