update to version 3.2.0
This commit is contained in:
parent
df6f68fd4f
commit
d81fb8f80e
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
maven-resources-plugin-2.2.tar.gz
|
/results_*
|
||||||
|
/*.src.rpm
|
||||||
|
|
||||||
|
/maven-resources-plugin-2.2.tar.gz
|
||||||
/maven-resources-plugin-2.4.3.tar.gz
|
/maven-resources-plugin-2.4.3.tar.gz
|
||||||
/maven-resources-plugin-2.5.tar.gz
|
/maven-resources-plugin-2.5.tar.gz
|
||||||
/maven-resources-plugin-2.6-source-release.zip
|
/maven-resources-plugin-2.6-source-release.zip
|
||||||
@ -7,3 +10,4 @@ maven-resources-plugin-2.2.tar.gz
|
|||||||
/maven-resources-plugin-3.0.1-source-release.zip
|
/maven-resources-plugin-3.0.1-source-release.zip
|
||||||
/maven-resources-plugin-3.0.2-source-release.zip
|
/maven-resources-plugin-3.0.2-source-release.zip
|
||||||
/maven-resources-plugin-3.1.0-source-release.zip
|
/maven-resources-plugin-3.1.0-source-release.zip
|
||||||
|
/maven-resources-plugin-3.2.0-source-release.zip
|
||||||
|
@ -1,28 +1,38 @@
|
|||||||
Name: maven-resources-plugin
|
Name: maven-resources-plugin
|
||||||
Version: 3.1.0
|
Version: 3.2.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Maven Resources Plugin
|
Summary: Maven Resources Plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
|
||||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
URL: https://maven.apache.org/plugins/maven-resources-plugin
|
||||||
BuildArch: noarch
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(commons-io:commons-io)
|
BuildRequires: mvn(commons-io:commons-io)
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering) >= 3.2.0
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
||||||
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Resources Plugin handles the copying of project resources
|
The Resources Plugin handles the copying of project resources
|
||||||
to the output directory.
|
to the output directory.
|
||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
@ -33,19 +43,26 @@ API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
||||||
|
- Update to version 3.2.0.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
@ -176,3 +193,4 @@ API documentation for %{name}.
|
|||||||
|
|
||||||
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
|
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
|
||||||
- Initial version of the package
|
- Initial version of the package
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (maven-resources-plugin-3.1.0-source-release.zip) = 8dc27350e3bc91b6c7d0e4106a615d40f95401f6ac68405cd25866e44ba495b6219cb2c89bb1461831e481ab880e628bd320710c3ceb261141fb9931be6bc040
|
SHA512 (maven-resources-plugin-3.2.0-source-release.zip) = ca920a510de6195d563c49617920823562aaa9be56cc8ca8f87fa9473d65814a6f4ce33f32ccdb7c9115162f8a560cded3deb2cc32bd4b8649a8e57ccc4fb020
|
||||||
|
Loading…
Reference in New Issue
Block a user