Compare commits

...

No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.

3 changed files with 13 additions and 14 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/plexus-compiler-2.8.5.tar.gz
SOURCES/plexus-compiler-2.8.2.tar.gz

View File

@ -1 +1 @@
9ef34d4e2595fd2568f4c01f0beac79d2f48ed8a SOURCES/plexus-compiler-2.8.5.tar.gz
2738e8fa74126e71761f2df1bf106e5d45d2021b SOURCES/plexus-compiler-2.8.2.tar.gz

View File

@ -1,6 +1,9 @@
%bcond_without eclipse
Name: plexus-compiler
Version: 2.8.5
Release: 3%{?dist}
Epoch: 0
Version: 2.8.2
Release: 2%{?dist}
Summary: Compiler call initiators for Plexus
# extras subpackage has a bit different licensing
# parts of compiler-api are ASL2.0/MIT
@ -17,6 +20,9 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
%if %{with eclipse}
BuildRequires: mvn(org.eclipse.tycho:org.eclipse.jdt.core)
%endif
%description
@ -57,7 +63,9 @@ cp %{SOURCE2} LICENSE.MIT
# missing com.google.errorprone:error_prone_core
%pom_disable_module plexus-compiler-javac-errorprone plexus-compilers
%if %{without eclipse}
%pom_disable_module plexus-compiler-eclipse plexus-compilers
%endif
# don't build/install compiler-test module, it needs maven2 test harness
%pom_disable_module plexus-compiler-test
@ -72,7 +80,6 @@ cp %{SOURCE2} LICENSE.MIT
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :animal-sniffer-maven-plugin
%build
# Tests are skipped because of unavailable plexus-compiler-test artifact
@ -82,6 +89,7 @@ cp %{SOURCE2} LICENSE.MIT
%mvn_install
%files -f .mfiles
%dir %{_javadir}/%{name}
%doc LICENSE LICENSE.MIT
%files extras -f .mfiles-extras
%files pom -f .mfiles-pom
@ -90,15 +98,6 @@ cp %{SOURCE2} LICENSE.MIT
%doc LICENSE LICENSE.MIT
%changelog
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.5-3
- Mass rebuild for javapackages-tools 201902
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.5-2
- Mass rebuild for javapackages-tools 201901
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.5-1
- Update to upstream version 2.8.5
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild