SHA256
1
0
forked from pool/saxon6
Fridrich Strba 2022-03-23 20:06:16 +00:00 committed by Git OBS Bridge
parent 062ed9cb9a
commit 06eb45922c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 23 20:05:51 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 19 06:37:45 UTC 2020 - Fridrich Strba <fstrba@suse.com> Thu Nov 19 06:37:45 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package saxon6 # spec file for package saxon6
# #
# Copyright (c) 2020 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
@ -41,7 +41,7 @@ Patch4: saxon-add-fixes-from-com-isl-saxon-aelfred.patch
Patch5: saxon6-batch.patch Patch5: saxon6-batch.patch
BuildRequires: ant BuildRequires: ant
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: java-devel BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local BuildRequires: javapackages-local
BuildRequires: jdom >= 1.0 BuildRequires: jdom >= 1.0
BuildRequires: unzip BuildRequires: unzip
@ -147,7 +147,7 @@ rm -rf *.jar docs/api
export LC_ALL=en_US.ISO-8859-2 export LC_ALL=en_US.ISO-8859-2
export CLASSPATH=%(build-classpath xml-commons-apis jdom) export CLASSPATH=%(build-classpath xml-commons-apis jdom)
ant \ ant \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
-Dj2se.javadoc=%{_javadocdir}/java \ -Dj2se.javadoc=%{_javadocdir}/java \
-Djdom.javadoc=%{_javadocdir}/jdom -Djdom.javadoc=%{_javadocdir}/jdom