This commit is contained in:
parent
65ead1190f
commit
63367728e5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add jaf dependency so that we can build with JDK that does not
|
||||
contain the JavaEE modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 16:03:32 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bouncycastle
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -41,6 +41,7 @@ Patch1: bouncycastle-osgi.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: jaf
|
||||
BuildRequires: javamail
|
||||
BuildRequires: javapackages-local
|
||||
Requires(post): javapackages-tools
|
||||
@ -125,7 +126,7 @@ ant -f ant/jdk15+.xml \
|
||||
-Dbc.javac.source=6 -Dbc.javac.target=6 \
|
||||
-Djunit.jar.home=$(build-classpath junit) \
|
||||
-Dmail.jar.home=$(build-classpath javax.mail) \
|
||||
-Dactivation.jar.home= \
|
||||
-Dactivation.jar.home=$(build-classpath jaf/javax.activation-api) \
|
||||
-Drelease.debug=true \
|
||||
clean build-provider build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user