39 lines
1.1 KiB
RPMSpec
39 lines
1.1 KiB
RPMSpec
Name: maven-mapping
|
|
Version: 3.0.0
|
|
Release: 1
|
|
Summary: Apache Maven Mapping
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/shared/maven-mapping/
|
|
BuildArch: noarch
|
|
Source0: http://archive.apache.org/dist/maven/shared/maven-mapping-%{version}-source-release.zip
|
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-core)
|
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
|
%description
|
|
Maven shared component that implements file name mapping.
|
|
|
|
%package javadoc
|
|
Summary: API documentation for %{name}
|
|
%description javadoc
|
|
This package provides %{summary}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Tue Jul 28 2020 wangchong <wangchong56@huawei.com> - 3.0.0-1
|
|
- package init
|