From 7efe624c351f2abeefbc469791f99c14b98c0524aa4cf8271cc49b03d7f5b57e Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 10 Dec 2018 06:33:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-commons-apis?expand=0&rev=7 --- xml-commons-apis.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec index c3495f5..170402c 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -97,7 +97,8 @@ pushd %{buildroot}%{_javadir} for i in \ jaxp jaxp11 jaxp12 jaxp13 jaxp14 dom3 xerces-j2-xml-apis \ xml-commons-jaxp-1.4-apis xml-commons-jaxp-1.3-apis \ - xml-commons-jaxp-1.2-apis xml-commons-jaxp-1.1-apis; do + xml-commons-jaxp-1.2-apis xml-commons-jaxp-1.1-apis \ + xml-apis; do ln -s xml-commons-apis.jar ${i}.jar done popd