This commit is contained in:
parent
87e03ab720
commit
cb71cbe25c
@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Add glassfish-activation-api 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>
|
||||
|
@ -48,7 +48,7 @@ Requires(postun):javapackages-tools
|
||||
Provides: bcprov = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: jaf
|
||||
BuildRequires: glassfish-activation-api
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -129,7 +129,7 @@ ant -f ant/jdk15+.xml \
|
||||
-Djunit.jar.home=$(build-classpath junit) \
|
||||
-Dmail.jar.home=$(build-classpath javax.mail) \
|
||||
%if 0%{?suse_version} > 1500
|
||||
-Dactivation.jar.home=$(build-classpath jaf/javax.activation-api) \
|
||||
-Dactivation.jar.home=$(build-classpath glassfish-activation-api) \
|
||||
%else
|
||||
-Dactivation.jar.home= \
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user