import felix-gogo-runtime-1.1.0-7.module+el8.2.1+7436+4afdca1f

This commit is contained in:
CentOS Sources 2020-11-12 04:23:32 -05:00 committed by Andrew Lukoshko
parent 0a79759302
commit 12f2d1f0fd
1 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: felix-gogo-runtime
Version: 1.1.0
Release: 5%{?dist}
Release: 7%{?dist}
Summary: Apache Felix Gogo command line shell for OSGi
# One file is also MIT licensed:
# src/main/java/org/apache/felix/gogo/runtime/Expression.java
@ -34,10 +34,13 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{bundle}-%{version}
# Remove 2 failing assertions on Java 11 in TestParser.testPipe()
sed -i '/(echoout/ d' src/test/java/org/apache/felix/gogo/runtime/TestParser.java
%mvn_file : felix/%{bundle}
%build
%mvn_build
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 -Dsource=1.8 -DdetectJavaApiLink=false
%install
%mvn_install
@ -49,6 +52,14 @@ This package contains the API documentation for %{name}.
%license LICENSE NOTICE
%changelog
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.0-7
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Fri Jun 26 2020 Roland Grunberg <rgrunber@redhat.com> - 1.1.0-6
- Set source/target to 1.8 for Java 11 build.
- Disable Java API link detection for javadoc generation as this fails.
- Disable some assertions in TestParser.testPipe() that fail on Java 11.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
@ -134,4 +145,4 @@ This package contains the API documentation for %{name}.
- Repackaged, minor changes
* Mon Nov 07 2011 Tomas Radej <tradej@redhat.com> - 0.10.0-1
- Initial packaging
- Initial packaging