diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 2d2e6d4..72b6279 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -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/ +BuildArch: noarch + 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 -Requires: java-headless >= 1:1.6.0 -Requires: jpackage-utils +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 - 1.3.1-4 +- Regenerate build-requires + * Wed Feb 03 2016 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild