48 lines
1.7 KiB
RPMSpec
48 lines
1.7 KiB
RPMSpec
Name: maven-resources-plugin
|
|
Version: 3.1.0
|
|
Release: 5
|
|
Summary: Apache Maven Resources Plugin
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(commons-io:commons-io) mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-model)
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugins:maven-plugin-plugin) mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) mvn(org.apache.maven.shared:maven-filtering)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation) mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
%description
|
|
The Resources Plugin handles the copying of project resources to the
|
|
output directory. There are two different kinds of resources: main
|
|
resources and test resources.
|
|
|
|
%package help
|
|
Summary: This package contains help documents
|
|
Requires: %{name} = %{version}-%{release}
|
|
Provides: maven-resources-plugin-javadoc = %{version}-%{release}
|
|
Obsoletes: maven-resources-plugin-javadoc < %{version}-%{release}
|
|
|
|
%description help
|
|
Files for help with maven-resources-plugin.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%mvn_build -f
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE NOTICE
|
|
|
|
%files help -f .mfiles-javadoc
|
|
|
|
%changelog
|
|
* Wed Nov 16 2022 yaoxin <yaoxin30@h-partners.com> - 3.1.0-5
|
|
- Modify invalid Source
|
|
|
|
* Tue Dec 03 2019 gulining<gulining1@huawei.com> - 3.1.0-4
|
|
- Pakcage init
|