forked from pool/saxon6
This commit is contained in:
parent
062ed9cb9a
commit
06eb45922c
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user