Regenerate build-requires

This commit is contained in:
Mikolaj Izdebski 2016-06-15 13:18:45 +02:00
parent 19157ba5c9
commit 8dfb513c8f

View File

@ -2,23 +2,22 @@
Name: apache-%{short_name}
Version: 1.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Command Line Interface Library for Java
Group: Development/Libraries
License: ASL 2.0
URL: http://commons.apache.org/cli/
Source0: http://www.apache.org/dist/commons/cli/source/%{short_name}-%{version}-src.tar.gz
# workaround for https://issues.apache.org/jira/browse/CLI-253
Patch0: CLI-253-workaround.patch
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils
BuildRequires: maven-local
BuildRequires: jacoco-maven-plugin
Source0: http://www.apache.org/dist/commons/cli/source/%{short_name}-%{version}-src.tar.gz
Requires: java-headless >= 1:1.6.0
Requires: jpackage-utils
# workaround for https://issues.apache.org/jira/browse/CLI-253
Patch0: CLI-253-workaround.patch
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.jacoco:jacoco-maven-plugin)
%description
The CLI library provides a simple and easy to use API for working with the
@ -26,8 +25,6 @@ command line arguments and options.
%package javadoc
Summary: Javadoc for %{name}
Group: Documentation
Requires: jpackage-utils
%description javadoc
This package contains the API documentation for %{name}.
@ -54,6 +51,9 @@ This package contains the API documentation for %{name}.
%doc LICENSE.txt NOTICE.txt
%changelog
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-4
- Regenerate build-requires
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild