forked from pool/ws-jaxme
This commit is contained in:
parent
b61ed70cad
commit
518057226c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 22 18:56:20 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not build against the log4j12 packages, use the new reload4j
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 10:20:26 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Tue Oct 1 10:20:26 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ws-jaxme
|
# spec file for package ws-jaxme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Open source implementation of JAXB
|
Summary: Open source implementation of JAXB
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://ws.apache.org/jaxme/
|
URL: http://ws.apache.org/jaxme/
|
||||||
Source0: ws-jaxme-%{version}-src.tar.bz2
|
Source0: ws-jaxme-%{version}-src.tar.bz2
|
||||||
Patch0: ws-jaxme-docs_xml.patch
|
Patch0: ws-jaxme-docs_xml.patch
|
||||||
Patch1: ws-jaxme-catalog.patch
|
Patch1: ws-jaxme-catalog.patch
|
||||||
@ -41,7 +41,7 @@ BuildRequires: java-devel >= 1.6
|
|||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: jaxp_transform_impl
|
BuildRequires: jaxp_transform_impl
|
||||||
BuildRequires: junit >= 3.8.1
|
BuildRequires: junit >= 3.8.1
|
||||||
BuildRequires: log4j12
|
BuildRequires: reload4j
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
@ -115,7 +115,7 @@ export CLASSPATH=$(build-classpath \
|
|||||||
antlr \
|
antlr \
|
||||||
apache-commons-codec \
|
apache-commons-codec \
|
||||||
hsqldb \
|
hsqldb \
|
||||||
log4j12/log4j-12 \
|
reload4j \
|
||||||
xalan-j2 \
|
xalan-j2 \
|
||||||
xalan-j2-serializer \
|
xalan-j2-serializer \
|
||||||
xmldb-api \
|
xmldb-api \
|
||||||
|
Loading…
Reference in New Issue
Block a user