1
0
Fridrich Strba 2022-03-21 04:57:33 +00:00 committed by Git OBS Bridge
parent 02f9ea744b
commit 669a877e3f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 21 04:56:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 28 08:23:03 UTC 2021 - David Anes <david.anes@suse.com> Tue Dec 28 08:23:03 UTC 2021 - David Anes <david.anes@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package jakarta-commons-modeler # spec file for package jakarta-commons-modeler
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -30,6 +30,7 @@ Source1: https://archive.apache.org/dist/commons/%{base_name}/source/%{sh
BuildRequires: ant BuildRequires: ant
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: jakarta-commons-digester BuildRequires: jakarta-commons-digester
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-tools BuildRequires: javapackages-tools
BuildRequires: junit BuildRequires: junit
BuildRequires: mx4j BuildRequires: mx4j
@ -80,7 +81,7 @@ ant \
-Djunit.jar=$(build-classpath junit) \ -Djunit.jar=$(build-classpath junit) \
-Dcommons-digester.jar=$(build-classpath commons-digester) \ -Dcommons-digester.jar=$(build-classpath commons-digester) \
-Dcommons-logging.jar=$(build-classpath commons-logging) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
dist dist
%install %install