1
0
Fridrich Strba 2019-03-25 12:05:01 +00:00 committed by Git OBS Bridge
parent 31ddd3f533
commit 68f189ed18

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-shared-io
#
# 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,11 +27,18 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{
Source1: %{name}-build.xml
# Rejected upstream: https://issues.apache.org/jira/browse/MSHARED-490
Patch0: 0001-Fix-running-tests-with-Maven-3.3.9.patch
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: javapackages-local ant xmvn-resolve xmvn-install
BuildRequires: maven-lib maven-shared-utils maven-wagon-provider-api plexus-utils plexus-containers-container-default
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
BuildRequires: javapackages-local
BuildRequires: maven-lib
BuildRequires: maven-shared-utils
BuildRequires: maven-wagon-provider-api
BuildRequires: plexus-containers-container-default
BuildRequires: plexus-utils
BuildRequires: unzip
BuildRequires: xmvn-install
BuildRequires: xmvn-resolve
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
BuildArch: noarch
%description
@ -39,6 +46,7 @@ API for I/O support like logging, download or file scanning.
%package javadoc
Summary: Javadoc for %{name}
Group: Development/Libraries/Java
%description javadoc
API documentation for %{name}.