Accepting request 700899 from home:jengelh:branches:Java:packages

- Add Group: field.

OBS-URL: https://build.opensuse.org/request/show/700899
OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-reporting-exec?expand=0&rev=6
This commit is contained in:
Fridrich Strba 2019-05-06 05:25:34 +00:00 committed by Git OBS Bridge
parent 676295b987
commit 8e5b757424
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 5 20:30:17 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Add Group: field.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 15:11:16 UTC 2019 - Fridrich Strba <fstrba@suse.com> Fri May 3 15:11:16 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven-reporting-exec # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Patch0001: 0001-Port-to-Eclipse-Aether-and-Eclipse-Sisu.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: unzip
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api) BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) 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-api)
BuildRequires: mvn(org.eclipse.aether:aether-util) BuildRequires: mvn(org.eclipse.aether:aether-util)
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus) BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
BuildRequires: unzip
Requires: java-headless Requires: java-headless
BuildArch: noarch BuildArch: noarch
@ -52,6 +52,7 @@ managing and configuring reports and their execution.
%package javadoc %package javadoc
Summary: API documentation for %{name} Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc %description javadoc
The API documentation of %{name}. The API documentation of %{name}.