diff --git a/maven-reporting-exec.changes b/maven-reporting-exec.changes index ba7d7e8..7e23fd5 100644 --- a/maven-reporting-exec.changes +++ b/maven-reporting-exec.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 5 20:30:17 UTC 2019 - Jan Engelhardt + +- Add Group: field. + ------------------------------------------------------------------- Fri May 3 15:11:16 UTC 2019 - Fridrich Strba diff --git a/maven-reporting-exec.spec b/maven-reporting-exec.spec index c560fc9..7945967 100644 --- a/maven-reporting-exec.spec +++ b/maven-reporting-exec.spec @@ -1,7 +1,7 @@ # # spec file for package maven-reporting-exec # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/reporting/%{name} Patch0001: 0001-Port-to-Eclipse-Aether-and-Eclipse-Sisu.patch BuildRequires: fdupes BuildRequires: maven-local +BuildRequires: unzip BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin) BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api) BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) @@ -42,7 +43,6 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) BuildRequires: mvn(org.eclipse.aether:aether-api) BuildRequires: mvn(org.eclipse.aether:aether-util) BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus) -BuildRequires: unzip Requires: java-headless BuildArch: noarch @@ -52,6 +52,7 @@ managing and configuring reports and their execution. %package javadoc Summary: API documentation for %{name} +Group: Documentation/HTML %description javadoc The API documentation of %{name}.