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