Accepting request 530251 from Java:packages
Don't depend on tagsoup for the while OBS-URL: https://build.opensuse.org/request/show/530251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jdom?expand=0&rev=22
This commit is contained in:
commit
5a62df325d
@ -6,8 +6,8 @@
|
|||||||
<property name="compile.optimize" value="true" />
|
<property name="compile.optimize" value="true" />
|
||||||
- <property name="compile.target" value="1.2" />
|
- <property name="compile.target" value="1.2" />
|
||||||
- <property name="compile.source" value="1.2" />
|
- <property name="compile.source" value="1.2" />
|
||||||
+ <property name="compile.target" value="1.5" />
|
+ <property name="compile.target" value="1.6" />
|
||||||
+ <property name="compile.source" value="1.5" />
|
+ <property name="compile.source" value="1.6" />
|
||||||
<property name="compile.deprecation" value="true" />
|
<property name="compile.deprecation" value="true" />
|
||||||
|
|
||||||
<property name="src.dir" value="./src/java"/>
|
<property name="src.dir" value="./src/java"/>
|
||||||
@ -19,3 +19,60 @@
|
|||||||
|
|
||||||
<fileset dir="${jaxen.lib.dir}">
|
<fileset dir="${jaxen.lib.dir}">
|
||||||
<include name="jaxen-*.jar"/>
|
<include name="jaxen-*.jar"/>
|
||||||
|
--- XOM/build.xml
|
||||||
|
+++ XOM/build.xml
|
||||||
|
@@ -201,8 +201,8 @@
|
||||||
|
debug="${debug}"
|
||||||
|
optimize="${optimize}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
- target="1.2"
|
||||||
|
- source="1.3"
|
||||||
|
+ target="1.6"
|
||||||
|
+ source="1.6"
|
||||||
|
encoding="UTF-8"
|
||||||
|
excludes="nu/xom/pantry/* nu/xom/tools/* nu/xom/samples/*Servlet.java">
|
||||||
|
<classpath refid="compile.class.path"/>
|
||||||
|
@@ -228,8 +228,8 @@
|
||||||
|
debug="${debug}"
|
||||||
|
optimize="${optimize}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
- target="1.2"
|
||||||
|
- source="1.3"
|
||||||
|
+ target="1.6"
|
||||||
|
+ source="1.6"
|
||||||
|
encoding="UTF-8">
|
||||||
|
<classpath refid="compile.class.path"/>
|
||||||
|
<include name="nu/xom/samples/*Servlet.java" />
|
||||||
|
@@ -244,8 +244,8 @@
|
||||||
|
debug="${debug}"
|
||||||
|
optimize="${optimize}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
- target="1.2"
|
||||||
|
- source="1.3"
|
||||||
|
+ target="1.6"
|
||||||
|
+ source="1.6"
|
||||||
|
encoding="UTF-8"
|
||||||
|
failonerror="false">
|
||||||
|
<classpath refid="compile.class.path"/>
|
||||||
|
@@ -462,8 +462,8 @@
|
||||||
|
debug="${debug}"
|
||||||
|
optimize="${optimize}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
- target="1.2"
|
||||||
|
- source="1.3"
|
||||||
|
+ target="1.6"
|
||||||
|
+ source="1.6"
|
||||||
|
encoding="UTF-8"
|
||||||
|
includes="nu/xom/tools/*">
|
||||||
|
<classpath>
|
||||||
|
@@ -705,8 +705,8 @@
|
||||||
|
debug="${debug}"
|
||||||
|
optimize="${optimize}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
- target="1.2"
|
||||||
|
- source="1.3"
|
||||||
|
+ target="1.6"
|
||||||
|
+ source="1.6"
|
||||||
|
encoding="UTF-8"
|
||||||
|
includeAntRuntime="no"
|
||||||
|
excludes="org/jaxen/dom/**
|
||||||
|
10
jdom.changes
10
jdom.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 29 06:37:03 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Fix build with jdk9: specify java source and target level 1.6
|
||||||
|
- Modified patch:
|
||||||
|
* jdom-1.1-build.xml.patch
|
||||||
|
+ specify java source and target level 1.6
|
||||||
|
- Add more BuildRequires, in order to build more java files in
|
||||||
|
stage 1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 14:39:55 UTC 2017 - fstrba@suse.com
|
Thu Sep 14 14:39:55 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
20
jdom.spec
20
jdom.spec
@ -56,22 +56,16 @@ Patch1: include-glibj.jar.patch
|
|||||||
Patch2: jdom-1.1-xom-get-jaxen.patch
|
Patch2: jdom-1.1-xom-get-jaxen.patch
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
BuildRequires: relaxngDatatype
|
||||||
BuildRequires: servletapi5
|
BuildRequires: servletapi5
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
#!BuildIgnore: java-1_6_0-openjdk
|
BuildRequires: xpp2
|
||||||
#!BuildIgnore: java-1_6_0-openjdk-devel
|
BuildRequires: xpp3
|
||||||
#!BuildIgnore: java-1_7_0-openjdk
|
|
||||||
#!BuildIgnore: java-1_7_0-openjdk-devel
|
|
||||||
#!BuildIgnore: java-1_8_0-openjdk
|
|
||||||
#!BuildIgnore: java-1_8_0-openjdk-devel
|
|
||||||
#!BuildIgnore: java-9-openjdk
|
|
||||||
#!BuildIgnore: java-9-openjdk-devel
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildConflicts: java-devel >= 1.9
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JDOM is, quite simply, a Java representation of an XML document. JDOM
|
JDOM is, quite simply, a Java representation of an XML document. JDOM
|
||||||
@ -162,11 +156,11 @@ find . -name "*.jar" -delete -name "*.class" -delete
|
|||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export JAVA_OPTS="-source 1.5 -target 1.5 -J-Xss4m"
|
export JAVA_OPTS="-source 1.6 -target 1.6 -encoding UTF-8 -J-Xss4m"
|
||||||
export JAVAC="javac ${JAVA_OPTS} "
|
export JAVAC="javac ${JAVA_OPTS} "
|
||||||
export ANT_OPTS="-Xss4m"
|
export ANT_OPTS="-Xss4m"
|
||||||
i=0
|
i=0
|
||||||
export CLASSPATH="%{stage1_build_dir}:$(build-classpath $LIBGCJ xerces-j2 xalan-j2 xalan-j2-serializer junit servletapi5):%{jaxen_dir}/src/java/main/:%{jdom_dir}/src/java/:%{saxpath_dir}/src/java/main/:%{xom_dir}/src/:%{dom4j_dir}/src/java"
|
export CLASSPATH="%{stage1_build_dir}:$(build-classpath $LIBGCJ xerces-j2 xalan-j2 xalan-j2-serializer junit relaxngDatatype servletapi5 xpp2 xpp3):%{jaxen_dir}/src/java/main/:%{jdom_dir}/src/java/:%{saxpath_dir}/src/java/main/:%{xom_dir}/src/:%{dom4j_dir}/src/java"
|
||||||
SOURCE_DIRS="%{jaxen_dir}/src/java/main/ %{jdom_dir}/src/java/ %{saxpath_dir}/src/java/main/ %{xom_dir}/src/ %{dom4j_dir}/src/java"
|
SOURCE_DIRS="%{jaxen_dir}/src/java/main/ %{jdom_dir}/src/java/ %{saxpath_dir}/src/java/main/ %{xom_dir}/src/ %{dom4j_dir}/src/java"
|
||||||
MAX=$(find ${SOURCE_DIRS} -iname "*.java" | wc -l)
|
MAX=$(find ${SOURCE_DIRS} -iname "*.java" | wc -l)
|
||||||
for file in $(find ${SOURCE_DIRS} -name "*.java")
|
for file in $(find ${SOURCE_DIRS} -name "*.java")
|
||||||
@ -182,7 +176,7 @@ ant -Dparser.jar=$(build-classpath xerces-j2) \
|
|||||||
-Dxml-apis.jar=$(build-classpath xml-commons-apis) \
|
-Dxml-apis.jar=$(build-classpath xml-commons-apis) \
|
||||||
-Dglibj.jar=$(build-classpath glibj) \
|
-Dglibj.jar=$(build-classpath glibj) \
|
||||||
-Djaxen.lib.dir=%{stage1_build_dir} \
|
-Djaxen.lib.dir=%{stage1_build_dir} \
|
||||||
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
|
||||||
package
|
package
|
||||||
mv build/jdom.jar %{_builddir}/jdom-%{jdom_version}.jar
|
mv build/jdom.jar %{_builddir}/jdom-%{jdom_version}.jar
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user