From 8d6be4146d19a1a61b78401a7b1685bc54c92977633139d4e743aa8cb9b072f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Jun 2014 11:51:55 +0000 Subject: [PATCH] - Fix build on SLE11 OBS-URL: https://build.opensuse.org/package/show/Java:packages/saxon6?expand=0&rev=13 --- saxon6.changes | 5 +++++ saxon6.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/saxon6.changes b/saxon6.changes index 4a62f51..3d67d15 100644 --- a/saxon6.changes +++ b/saxon6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 27 11:51:43 UTC 2014 - tchvatal@suse.com + +- Fix build on SLE11 + ------------------------------------------------------------------- Mon Sep 9 11:06:19 UTC 2013 - tchvatal@suse.com diff --git a/saxon6.spec b/saxon6.spec index 052be90..be0e494 100644 --- a/saxon6.spec +++ b/saxon6.spec @@ -1,7 +1,7 @@ # # spec file for package saxon6 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -171,6 +171,7 @@ rm -rf *.jar docs/api export LC_ALL=en_US.ISO-8859-2 export CLASSPATH=%(build-classpath xml-commons-apis xmlgraphics-fop jdom) ant \ + -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \ -Dj2se.javadoc=%{_javadocdir}/java \ -Dfop.javadoc=%{_javadocdir}/fop \ -Djdom.javadoc=%{_javadocdir}/jdom