package init
This commit is contained in:
parent
a838fd6b95
commit
ce2bb9d052
BIN
maven-mapping-3.0.0-source-release.zip
Normal file
BIN
maven-mapping-3.0.0-source-release.zip
Normal file
Binary file not shown.
38
maven-mapping.spec
Normal file
38
maven-mapping.spec
Normal file
@ -0,0 +1,38 @@
|
||||
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
|
||||
4
maven-mapping.yaml
Normal file
4
maven-mapping.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version-control: github
|
||||
src_repo: apache/maven-mapping
|
||||
tag_prefix: maven-mapping-
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user