Update to upstream version 1.47

This commit is contained in:
Michael Simacek 2015-01-28 11:19:21 +01:00
parent bf856d9c80
commit 82b6c7b7be
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/jcommander-1.30.tar.gz
/jcommander-1.35.tar.gz
/jcommander-1.45.tar.gz
/jcommander-1.47.tar.gz

View File

@ -1,16 +1,14 @@
%global short_name jcommander
Name: beust-%{short_name}
Version: 1.45
Version: 1.47
Release: 1%{?dist}
Summary: Java framework for parsing command line parameters
License: ASL 2.0
Group: Development/Libraries
URL: http://jcommander.org/
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: beust-jcommander
%description
JCommander is a very small Java framework that makes it trivial to
@ -18,7 +16,6 @@ parse command line parameters (with annotations).
%package javadoc
Summary: API documentation for %{name}
Group: Documentation
%description javadoc
This package contains the %{summary}.
@ -29,7 +26,7 @@ chmod -x license.txt
%build
%mvn_file : %{name}
%mvn_build -f
%mvn_build
%install
%mvn_install
@ -41,6 +38,10 @@ chmod -x license.txt
%doc license.txt notice.md
%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
- Update to upstream version 1.45

View File

@ -1 +1 @@
51662165ffa00c3e2337fa5ee5ee729a jcommander-1.45.tar.gz
05cf07c77ae4230d8246c25a35ffa735 jcommander-1.47.tar.gz