Update to upstream version 1.47
This commit is contained in:
parent
bf856d9c80
commit
82b6c7b7be
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/jcommander-1.30.tar.gz
|
/jcommander-1.30.tar.gz
|
||||||
/jcommander-1.35.tar.gz
|
/jcommander-1.35.tar.gz
|
||||||
/jcommander-1.45.tar.gz
|
/jcommander-1.45.tar.gz
|
||||||
|
/jcommander-1.47.tar.gz
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
%global short_name jcommander
|
%global short_name jcommander
|
||||||
|
|
||||||
Name: beust-%{short_name}
|
Name: beust-%{short_name}
|
||||||
Version: 1.45
|
Version: 1.47
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://jcommander.org/
|
URL: http://jcommander.org/
|
||||||
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
|
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: beust-jcommander
|
|
||||||
|
|
||||||
%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
|
||||||
@ -18,7 +16,6 @@ parse command line parameters (with annotations).
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Group: Documentation
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the %{summary}.
|
This package contains the %{summary}.
|
||||||
@ -29,7 +26,7 @@ chmod -x license.txt
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
%mvn_build -f
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -41,6 +38,10 @@ chmod -x license.txt
|
|||||||
%doc license.txt notice.md
|
%doc license.txt notice.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 28 2015 Michael Simacek <msimacek@redhat.com> - 1.47-1
|
||||||
|
- Update to upstream version 1.47
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.45-1
|
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.45-1
|
||||||
- Update to upstream version 1.45
|
- Update to upstream version 1.45
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user