Accepting request 1100553 from Java:packages

Don't depend on jtidy

OBS-URL: https://build.opensuse.org/request/show/1100553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dom4j?expand=0&rev=27
This commit is contained in:
Ana Guerrero 2023-07-26 11:21:59 +00:00 committed by Git OBS Bridge
commit ede24d0efb
3 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 24 19:38:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Do not depend on jtidy, since it is not used during build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 30 09:56:14 UTC 2022 - Fridrich Strba <fstrba@suse.com> Wed Mar 30 09:56:14 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package dom4j # 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 # 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
@ -55,7 +55,6 @@ BuildRequires: java-devel >= 1.6
BuildRequires: javapackages-local BuildRequires: javapackages-local
BuildRequires: javapackages-tools BuildRequires: javapackages-tools
BuildRequires: jaxen-bootstrap >= 1.1 BuildRequires: jaxen-bootstrap >= 1.1
BuildRequires: jtidy
BuildRequires: junit BuildRequires: junit
BuildRequires: junitperf BuildRequires: junitperf
BuildRequires: relaxngDatatype BuildRequires: relaxngDatatype
@ -164,7 +163,6 @@ ln -sf $(build-classpath jaxme/jaxmexs)
ln -sf $(build-classpath xalan-j2) ln -sf $(build-classpath xalan-j2)
ln -sf $(build-classpath xalan-j2-serializer) ln -sf $(build-classpath xalan-j2-serializer)
ln -sf $(build-classpath jaxme/jaxmejs) ln -sf $(build-classpath jaxme/jaxmejs)
ln -sf $(build-classpath jtidy)
ln -sf $(build-classpath isorelax) ln -sf $(build-classpath isorelax)
ln -sf $(build-classpath jaxme/jaxme2) ln -sf $(build-classpath jaxme/jaxme2)
ln -sf $(build-classpath xerces-j2) ln -sf $(build-classpath xerces-j2)

View File

@ -26,9 +26,6 @@ echo
echo SAXDOMDemo echo SAXDOMDemo
echo ./run.sh samples.dom.SAXDOMDemo xml/contents.xml echo ./run.sh samples.dom.SAXDOMDemo xml/contents.xml
echo echo
echo JTidyDemo
echo ./run.sh samples.JTidyDemo $XMLFMTOPS readme.html
echo
echo VisitorDemo echo VisitorDemo
echo ./run.sh samples.VisitorDemo xml/cdata.xml echo ./run.sh samples.VisitorDemo xml/cdata.xml
echo echo
@ -103,7 +100,6 @@ JAVA=$JAVA_HOME/bin/java
CLASSPATH=`build-classpath \ CLASSPATH=`build-classpath \
dom4j \ dom4j \
xpp2 \ xpp2 \
jtidy \
fop \ fop \
xerces-j2 \ xerces-j2 \
msv-relaxngDatatype \ msv-relaxngDatatype \