Update to upstream version 2.11.1
This commit is contained in:
parent
cd31023995
commit
0076c68705
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/plexus-compiler-2.8.6.tar.gz
|
/plexus-compiler-2.8.6.tar.gz
|
||||||
/plexus-compiler-2.8.7.tar.gz
|
/plexus-compiler-2.8.7.tar.gz
|
||||||
/plexus-compiler-2.8.8.tar.gz
|
/plexus-compiler-2.8.8.tar.gz
|
||||||
|
/plexus-compiler-2.11.1.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Version: 2.8.8
|
Version: 2.11.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
# extras subpackage has a bit different licensing
|
# extras subpackage has a bit different licensing
|
||||||
# parts of compiler-api are ASL2.0/MIT
|
# parts of compiler-api are ASL2.0/MIT
|
||||||
@ -60,6 +60,8 @@ find -name '.class' -delete
|
|||||||
cp %{SOURCE1} LICENSE
|
cp %{SOURCE1} LICENSE
|
||||||
cp %{SOURCE2} LICENSE.MIT
|
cp %{SOURCE2} LICENSE.MIT
|
||||||
|
|
||||||
|
%pom_remove_dep :junit-bom
|
||||||
|
|
||||||
%pom_disable_module plexus-compiler-aspectj plexus-compilers
|
%pom_disable_module plexus-compiler-aspectj plexus-compilers
|
||||||
# missing com.google.errorprone:error_prone_core
|
# missing com.google.errorprone:error_prone_core
|
||||||
%pom_disable_module plexus-compiler-javac-errorprone plexus-compilers
|
%pom_disable_module plexus-compiler-javac-errorprone plexus-compilers
|
||||||
@ -68,6 +70,7 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
|
|
||||||
# don't build/install compiler-test module, it needs maven2 test harness
|
# don't build/install compiler-test module, it needs maven2 test harness
|
||||||
%pom_disable_module plexus-compiler-test
|
%pom_disable_module plexus-compiler-test
|
||||||
|
%pom_disable_module plexus-compiler-its
|
||||||
|
|
||||||
# don't install sources jars
|
# don't install sources jars
|
||||||
%mvn_package ":*::sources:" __noinstall
|
%mvn_package ":*::sources:" __noinstall
|
||||||
@ -100,6 +103,9 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
%doc LICENSE LICENSE.MIT
|
%doc LICENSE LICENSE.MIT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 24 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.1-1
|
||||||
|
- Update to upstream version 2.11.1
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.8.8-5
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.8.8-5
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (plexus-compiler-2.8.8.tar.gz) = ee73634b203de06d29ac8f1af594e73f29ac209ff9e7712bd4c520fcbfb5257d31105cd8576d1f9ac1513159e4c69725bf760830358979efccb1e22834affc3c
|
SHA512 (plexus-compiler-2.11.1.tar.gz) = 4e3d3dd474c273c054fb9ced579766f07a14cc57bfa6be7be126b9d752076251687fbc030361aeac42294b0ba8b101d74081f719ef78a289bbd36e37a0f583f7
|
||||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||||
|
Loading…
Reference in New Issue
Block a user