forked from pool/avalon-logkit
This commit is contained in:
parent
69fb494659
commit
91f3e1461d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 19:24:57 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not build against the log4j12 packages, use the new reload4j
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:14:21 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -43,11 +43,12 @@ BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javamail
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: jdbc-stdext
|
||||
BuildRequires: log4j12
|
||||
BuildRequires: reload4j
|
||||
BuildRequires: unzip
|
||||
Requires: mvn(javax.jms:jms)
|
||||
Requires: mvn(javax.mail:mail)
|
||||
Requires: mvn(javax.servlet:servlet-api)
|
||||
Requires: mvn(log4j:log4j)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -79,7 +80,7 @@ rm -rf src/java/org/apache/log/output/lf5
|
||||
ant clean
|
||||
mkdir -p target/lib
|
||||
build-jar-repository -s -p target/lib \
|
||||
log4j12/log4j-12 \
|
||||
reload4j \
|
||||
javamail/mailapi \
|
||||
geronimo-jms-1.1-api \
|
||||
glassfish-servlet-api
|
||||
|
Loading…
Reference in New Issue
Block a user