- Fix build on SLE11

OBS-URL: https://build.opensuse.org/package/show/Java:packages/saxon6?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2014-06-27 11:51:55 +00:00 committed by Git OBS Bridge
parent 7a1d89c71e
commit 8d6be4146d
2 changed files with 7 additions and 1 deletions

View File

@ -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 Mon Sep 9 11:06:19 UTC 2013 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package saxon6 # 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 # 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
@ -171,6 +171,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 xmlgraphics-fop jdom) export CLASSPATH=%(build-classpath xml-commons-apis xmlgraphics-fop jdom)
ant \ ant \
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-Dj2se.javadoc=%{_javadocdir}/java \ -Dj2se.javadoc=%{_javadocdir}/java \
-Dfop.javadoc=%{_javadocdir}/fop \ -Dfop.javadoc=%{_javadocdir}/fop \
-Djdom.javadoc=%{_javadocdir}/jdom -Djdom.javadoc=%{_javadocdir}/jdom