Accepting request 963199 from LibreOffice:Factory

Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/963199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pentaho-reporting-flow-engine?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-03-28 14:59:29 +00:00 committed by Git OBS Bridge
commit df432b8e4a
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 20 08:53:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source/target levels 8
-------------------------------------------------------------------
Sun Sep 10 06:57:49 UTC 2017 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package pentaho-reporting-flow-engine
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -20,14 +20,14 @@ Name: pentaho-reporting-flow-engine
Version: 0.9.4
Release: 0
Summary: Pentaho Flow Reporting Engine
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/Java
Url: http://reporting.pentaho.org/
URL: http://reporting.pentaho.org/
Source: http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
Source99: %{name}-rpmlintrc
BuildRequires: ant
BuildRequires: flute
BuildRequires: java-devel
BuildRequires: java-devel >= 1.8
BuildRequires: jpackage-utils
BuildRequires: libbase
BuildRequires: libfonts
@ -74,8 +74,8 @@ build-jar-repository -s -p lib commons-logging-api libbase libloader \
libserializer
%build
ant \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
%ant \
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
jar javadoc
%install