Update to upstream version 3.1.0
This commit is contained in:
parent
5a5855a899
commit
aa86d75983
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/exec-maven-plugin-1.5.0-source-release.zip
|
||||
/exec-maven-plugin-1.6.0-source-release.zip
|
||||
/exec-maven-plugin-3.0.0-source-release.zip
|
||||
/exec-maven-plugin-3.1.0-source-release.zip
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: exec-maven-plugin
|
||||
Version: 3.0.0
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Exec Maven Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
@ -12,6 +12,7 @@ ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-artifact-transfer
|
||||
BuildRequires: maven-dependency-plugin
|
||||
BuildRequires: mvn(org.apache.commons:commons-exec)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
@ -31,11 +32,7 @@ Provides: maven-plugin-exec = %{version}-%{release}
|
||||
%description
|
||||
A plugin to allow execution of system and Java programs.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
%javadoc_package
|
||||
|
||||
%prep
|
||||
%setup -q -n exec-maven-plugin-%{version}
|
||||
@ -49,6 +46,9 @@ find . -name *.jar -delete
|
||||
%pom_remove_dep :mockito-core
|
||||
%pom_remove_dep :maven-plugin-testing-harness
|
||||
%pom_remove_dep :plexus-interpolation
|
||||
%pom_remove_dep :slf4j-simple
|
||||
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
|
||||
rm -rf src/test/
|
||||
|
||||
@ -59,13 +59,13 @@ rm -rf src/test/
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt
|
||||
%license LICENSE.txt
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 20 2022 Nicolas De Amicis <deamicis@bluewin.ch> - 3.1.0-1
|
||||
- Update to upstream version 3.1.0
|
||||
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.0-5
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (exec-maven-plugin-3.0.0-source-release.zip) = 324bdbf9919490ae3641cd44a41973d0bf1e2e04e3112c024b72218e1575535eedd69bbf6697f6d43ebad0740b985dd4f1579ce7ecbab5261ed1796b67ad8a04
|
||||
SHA512 (exec-maven-plugin-3.1.0-source-release.zip) = 01d5659d35612e262a0b7295dbf68fd443473122de27395ff93451797edd3ee422c6c74bf1b21521e41571a3642eb61e4c3822eccf9c639e93b75e97241280b5
|
||||
|
Loading…
Reference in New Issue
Block a user