|
|
|
@ -1,24 +1,23 @@
|
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
Name: plexus-compiler
|
|
|
|
|
Version: 2.11.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Compiler call initiators for Plexus
|
|
|
|
|
Name: plexus-compiler
|
|
|
|
|
Version: 2.8.8
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Compiler call initiators for Plexus
|
|
|
|
|
# extras subpackage has a bit different licensing
|
|
|
|
|
# parts of compiler-api are ASL2.0/MIT
|
|
|
|
|
License: MIT and ASL 2.0
|
|
|
|
|
URL: https://github.com/codehaus-plexus/plexus-compiler
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
License: MIT and ASL 2.0
|
|
|
|
|
URL: https://github.com/codehaus-plexus/plexus-compiler
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
Source2: LICENSE.MIT
|
|
|
|
|
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
Source2: LICENSE.MIT
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|
|
|
@ -61,8 +60,6 @@ find -name '.class' -delete
|
|
|
|
|
cp %{SOURCE1} LICENSE
|
|
|
|
|
cp %{SOURCE2} LICENSE.MIT
|
|
|
|
|
|
|
|
|
|
%pom_remove_dep :junit-bom
|
|
|
|
|
|
|
|
|
|
%pom_disable_module plexus-compiler-aspectj plexus-compilers
|
|
|
|
|
# missing com.google.errorprone:error_prone_core
|
|
|
|
|
%pom_disable_module plexus-compiler-javac-errorprone plexus-compilers
|
|
|
|
@ -71,7 +68,6 @@ cp %{SOURCE2} LICENSE.MIT
|
|
|
|
|
|
|
|
|
|
# don't build/install compiler-test module, it needs maven2 test harness
|
|
|
|
|
%pom_disable_module plexus-compiler-test
|
|
|
|
|
%pom_disable_module plexus-compiler-its
|
|
|
|
|
|
|
|
|
|
# don't install sources jars
|
|
|
|
|
%mvn_package ":*::sources:" __noinstall
|
|
|
|
@ -104,27 +100,18 @@ cp %{SOURCE2} LICENSE.MIT
|
|
|
|
|
%doc LICENSE LICENSE.MIT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 08 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.11.1-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.4 beta
|
|
|
|
|
|
|
|
|
|
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.1-3
|
|
|
|
|
- Rebuild to regenerate auto-requires
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.8.8-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.8-5
|
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.8-4
|
|
|
|
|
- Non-bootstrap build
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.8-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.8-3
|
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.8-2
|
|
|
|
|
- Bootstrap build
|
|
|
|
|