From 28d94b2910284c912ffb9cbd6f95204afd6be820ea4aaa2e52b67a1a084c2ddc Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 24 Jul 2023 19:39:12 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/dom4j?expand=0&rev=39 --- dom4j.changes | 5 +++++ dom4j.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dom4j.changes b/dom4j.changes index 9058149..1566f65 100644 --- a/dom4j.changes +++ b/dom4j.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 24 19:38:26 UTC 2023 - Fridrich Strba + +- Do not depend on jtidy, since it is not used during build + ------------------------------------------------------------------- Wed Mar 30 09:56:14 UTC 2022 - Fridrich Strba diff --git a/dom4j.spec b/dom4j.spec index ed9393c..36c075c 100644 --- a/dom4j.spec +++ b/dom4j.spec @@ -1,7 +1,7 @@ # # spec file for package dom4j # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,6 @@ BuildRequires: java-devel >= 1.6 BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: jaxen-bootstrap >= 1.1 -BuildRequires: jtidy BuildRequires: junit BuildRequires: junitperf BuildRequires: relaxngDatatype @@ -164,7 +163,6 @@ ln -sf $(build-classpath jaxme/jaxmexs) ln -sf $(build-classpath xalan-j2) ln -sf $(build-classpath xalan-j2-serializer) ln -sf $(build-classpath jaxme/jaxmejs) -ln -sf $(build-classpath jtidy) ln -sf $(build-classpath isorelax) ln -sf $(build-classpath jaxme/jaxme2) ln -sf $(build-classpath xerces-j2) From 0447b3772cfef99a6905f0a2d6c5e1f616aa2fe3978bc13722c25fc8dad0dca5 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 25 Jul 2023 08:01:32 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/dom4j?expand=0&rev=40 --- dom4j_rundemo.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dom4j_rundemo.sh b/dom4j_rundemo.sh index 338cb84..d2bb912 100644 --- a/dom4j_rundemo.sh +++ b/dom4j_rundemo.sh @@ -26,9 +26,6 @@ echo echo SAXDOMDemo echo ./run.sh samples.dom.SAXDOMDemo xml/contents.xml echo -echo JTidyDemo -echo ./run.sh samples.JTidyDemo $XMLFMTOPS readme.html -echo echo VisitorDemo echo ./run.sh samples.VisitorDemo xml/cdata.xml echo @@ -103,7 +100,6 @@ JAVA=$JAVA_HOME/bin/java CLASSPATH=`build-classpath \ dom4j \ xpp2 \ -jtidy \ fop \ xerces-j2 \ msv-relaxngDatatype \