Fridrich Strba 2022-03-18 09:00:47 +00:00 committed by Git OBS Bridge
parent 87e03ab720
commit cb71cbe25c
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba <fstrba@suse.com> 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 - Add glassfish-activation-api dependency so that we can build with
contain the JavaEE modules JDK that does not contain the JavaEE modules
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 27 16:03:32 UTC 2021 - Fridrich Strba <fstrba@suse.com> Tue Jul 27 16:03:32 UTC 2021 - Fridrich Strba <fstrba@suse.com>

View File

@ -48,7 +48,7 @@ Requires(postun):javapackages-tools
Provides: bcprov = %{version}-%{release} Provides: bcprov = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
BuildRequires: jaf BuildRequires: glassfish-activation-api
%endif %endif
%description %description
@ -129,7 +129,7 @@ ant -f ant/jdk15+.xml \
-Djunit.jar.home=$(build-classpath junit) \ -Djunit.jar.home=$(build-classpath junit) \
-Dmail.jar.home=$(build-classpath javax.mail) \ -Dmail.jar.home=$(build-classpath javax.mail) \
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
-Dactivation.jar.home=$(build-classpath jaf/javax.activation-api) \ -Dactivation.jar.home=$(build-classpath glassfish-activation-api) \
%else %else
-Dactivation.jar.home= \ -Dactivation.jar.home= \
%endif %endif