This commit is contained in:
parent
ac926a385b
commit
f3740be104
@ -76,9 +76,8 @@ Group: Development/Libraries/Java
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description pg
|
%description pg
|
||||||
The Bouncy Castle Java API for handling the OpenPGP protocol. This jar
|
The Bouncy Castle Java API for handling the OpenPGP protocol.The APIs can be
|
||||||
contains the OpenPGP API for JDK 1.5 to JDK 1.8. The APIs can be used in
|
used in conjunction with a JCE/JCA provider such as the one provided with the
|
||||||
conjunction with a JCE/JCA provider such as the one provided with the
|
|
||||||
Bouncy Castle Cryptography APIs.
|
Bouncy Castle Cryptography APIs.
|
||||||
|
|
||||||
%package mail
|
%package mail
|
||||||
@ -90,11 +89,10 @@ Requires: %{name}-pkix = %{version}
|
|||||||
Requires: %{name}-util = %{version}
|
Requires: %{name}-util = %{version}
|
||||||
|
|
||||||
%description mail
|
%description mail
|
||||||
The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar
|
The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. The APIs can
|
||||||
contains S/MIME APIs for JDK 1.5 to JDK 1.8. The APIs can be used in
|
be used in conjunction with a JCE/JCA provider such as the one provided with
|
||||||
conjunction with a JCE/JCA provider such as the one provided with the Bouncy
|
the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation
|
||||||
Castle Cryptography APIs. The JavaMail API and the Java activation framework
|
framework will also be needed.
|
||||||
will also be needed.
|
|
||||||
|
|
||||||
%package tls
|
%package tls
|
||||||
Summary: Bouncy Castle JSSE provider and TLS/DTLS API
|
Summary: Bouncy Castle JSSE provider and TLS/DTLS API
|
||||||
@ -156,7 +154,7 @@ touch %{buildroot}%{_sysconfdir}/java/security/security.d/2000-%{classname}
|
|||||||
|
|
||||||
install -dm 0755 %{buildroot}%{_javadir}
|
install -dm 0755 %{buildroot}%{_javadir}
|
||||||
install -dm 0755 %{buildroot}%{_mavenpomdir}
|
install -dm 0755 %{buildroot}%{_mavenpomdir}
|
||||||
for bc in bcprov bcpkix bcpg bcmail bctls ; do
|
for bc in bcprov bcpkix bcpg bcmail bctls bcutil ; do
|
||||||
install -pm 0644 build/artifacts/jdk1.8/jars/$bc-%{archivever}.jar %{buildroot}%{_javadir}/$bc.jar
|
install -pm 0644 build/artifacts/jdk1.8/jars/$bc-%{archivever}.jar %{buildroot}%{_javadir}/$bc.jar
|
||||||
install -pm 0644 %{_sourcedir}/$bc-jdk18on-%{version}.pom %{buildroot}%{_mavenpomdir}/$bc.pom
|
install -pm 0644 %{_sourcedir}/$bc-jdk18on-%{version}.pom %{buildroot}%{_mavenpomdir}/$bc.pom
|
||||||
%add_maven_depmap $bc.pom $bc.jar -a "org.bouncycastle:$bc-jdk18,org.bouncycastle:$bc-jdk16,org.bouncycastle:$bc-jdk15on,org.bouncycastle:$bc-jdk15,org.bouncycastle:$bc-jdk15to18" -f $bc
|
%add_maven_depmap $bc.pom $bc.jar -a "org.bouncycastle:$bc-jdk18,org.bouncycastle:$bc-jdk16,org.bouncycastle:$bc-jdk15on,org.bouncycastle:$bc-jdk15,org.bouncycastle:$bc-jdk15to18" -f $bc
|
||||||
|
Loading…
Reference in New Issue
Block a user