Add missing build-requires
This commit is contained in:
parent
52c0d44f03
commit
10b3c16a50
@ -6,9 +6,16 @@ Release: 3%{?dist}
|
||||
Summary: Java framework for parsing command line parameters
|
||||
License: ASL 2.0
|
||||
URL: http://jcommander.org/
|
||||
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local
|
||||
|
||||
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.beust:jcommander)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: mvn(org.testng:testng)
|
||||
|
||||
%description
|
||||
JCommander is a very small Java framework that makes it trivial to
|
||||
|
Loading…
Reference in New Issue
Block a user