Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37746969
en ru br
Репозитории ALT
S:1.70-alt1_4jpp11
5.1: 1.43-alt1_1jpp6
4.1: 1.37-alt1_5jpp1.7
4.0: 1.37-alt1_5jpp1.7
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: bouncycastle

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Packager: Igor Vlasenko <viy at altlinux.ru>
BuildRequires(pre): java-1.4.2-devel java-1.5.0-devel java-1.6.0-devel
BuildRequires: /proc
BuildRequires: jpackage-1.6-compat
# Copyright (c) 2000-2009, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define with()          %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
%define without()       %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
%define bcond_with()    %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}

%bcond_with gcj_support
%bcond_with jdk6
%bcond_without signed

%if %with gcj_support
%define gcj_support 0
%else
%define gcj_support 0
%endif

%define archivever 143


Name:           bouncycastle
Version:        1.43
Release:        alt1_1jpp6
Epoch:          0
Summary:        Bouncy Castle Crypto Package for Java
Group:          Development/Java
License:        BSD
URL:            http://www.bouncycastle.org/java.html
Source0:        http://downloads.bouncycastle.org/java/crypto-%{archivever}.tar.gz
Source1:        http://downloads.bouncycastle.org/java/bcprov-jdk15-%{archivever}.jar
Source2:        http://downloads.bouncycastle.org/java/bcprov-jdk16-%{archivever}.jar
BuildRequires: ant
BuildRequires: ant-junit
BuildRequires: geronimo-jaf-1.0.2-api
BuildRequires: geronimo-javamail-1.4-api
BuildRequires: junit
BuildRequires: jpackage-utils
%if %{gcj_support}
BuildRequires: java-gcj-compat-devel
%else
BuildArch:      noarch
%endif # gcj_support
# BEGIN PROVIDER
Requires: geronimo-jaf-1.0.2-api
Requires: geronimo-javamail-1.4-api
Obsoletes:      %{name}-provider < %{epoch}:%{version}-%{release}
Provides:       %{name}-provider = %{epoch}:%{version}-%{release}
%if %with jdk6
Provides:       jce = 0:1.6.0.0
%else
Provides:       jce = 0:1.5.0.0
%endif
# END PROVIDER
Obsoletes:      bouncycastle-jdk1.4 < %{epoch}:%{version}-%{release}
Obsoletes:      bouncycastle-jdk1.5 < %{epoch}:%{version}-%{release}
Obsoletes:      bouncycastle-jdk1.6 < %{epoch}:%{version}-%{release}
Provides: bouncycastle-mail = %version

%description

The Bouncy Castle Crypto APIs for Java consist of the following:

   * A lightweight cryptography API for Java.

   * A provider for the Java Cryptography Extension and the Java Cryptography Architecture.

   * A clean room implementation of the JCE 1.2.1.

   * A library for reading and writing encoded ASN.1 objects.

   * A light weight client-side TLS API.

   * Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs, and PKCS12 files.

   * Generators for Version 2 X.509 attribute certificates.

   * Generators/Processors for S/MIME and CMS (PKCS7/RFC 3852).

   * Generators/Processors for OCSP (RFC 2560).

   * Generators/Processors for TSP (RFC 3161).

   * Generators/Processors for OpenPGP (RFC 2440).
%if %without jdk6
   * A signed jar version suitable for JDK 1.5 and the Sun JCE.
%else
   * A signed jar version suitable for JDK 1.6 and the Sun JCE.
%endif
The lightweight API works with everything from the J2ME to the JDK 1.6.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Obsoletes:      bouncycastle-javadoc-jdk1.4 < %{epoch}:%{version}-%{release}
Obsoletes:      bouncycastle-javadoc-jdk1.5 < %{epoch}:%{version}-%{release}
Obsoletes:      bouncycastle-javadoc-jdk1.6 < %{epoch}:%{version}-%{release}
BuildArch: noarch

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n crypto-%{archivever}
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}

%build
export CLASSPATH=$(build-classpath jaf javamail_1_4_api junit)
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/junit`"
%if %with jdk6
%{ant} -f jdk16.xml -Drelease.suffix=%{version} build-provider build build-test
%else
%{ant} -f jdk15.xml -Drelease.suffix=%{version} build-provider build build-test
%endif

%install

%{__mkdir_p} %{buildroot}%{_javadir}

%if %with jdk6
pushd build/artifacts/jdk1.6/jars
for jar16 in {bcmail,bcpg,bcprov,bctest,bctsp}-jdk16-%{version}.jar; do
  jar16d=`echo $jar16 | %{__sed} s/-jdk16//g`
  %{__install} -p -m 644 $jar16 %{buildroot}%{_javadir}/$jar16d
done
popd
%else
pushd build/artifacts/jdk1.5/jars
for jar15 in {bcmail,bcpg,bcprov,bctest,bctsp}-jdk15-%{version}.jar; do
  jar15d=`echo $jar15 | %{__sed} s/-jdk15//g`
  %{__install} -p -m 644 $jar15 %{buildroot}%{_javadir}/$jar15d
done
popd
%endif

%if %with signed
%if %without jdk6
%{__install} -p -m 644 %{SOURCE1} %{buildroot}%{_javadir}/bcprov-%{version}.jar
%else
%{__install} -p -m 644 %{SOURCE2} %{buildroot}%{_javadir}/bcprov-%{version}.jar
%endif
%endif

pushd %{buildroot}%{_javadir}
 for jar in *-%{version}.jar; do
   %{__ln_s} $jar $(echo $jar | %{__sed} s/-%{version}//g)
 done
popd

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %with jdk6
pushd build/artifacts/jdk1.6
 ver=16
 for javadoc in bcmail bcpg bcprov bctsp; do
   %{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
   %{__cp} -pr ${javadoc}-jdk${ver}-%{version}/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
 done
popd
%else
pushd build/artifacts/jdk1.5
 ver=15
 for javadoc in bcmail bcpg bcprov bctsp; do
   %{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
   %{__cp} -pr ${javadoc}-jdk${ver}-%{version}/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
 done
popd
%endif

%if %{gcj_support}
%{__mkdir_p} %{buildroot}%{_javadir}/gcj-endorsed
(cd %{buildroot}%{_javadir}/gcj-endorsed && %{__ln_s} %{_javadir}/bcprov.jar bcprov.jar)
%endif # gcj_support

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif # gcj_support
%if %{gcj_support}

%post
if [ -x %{_bindir}/rebuild-security-providers ]; then
 %{_bindir}/rebuild-security-providers
fi
if [ -x %{_bindir}/rebuild-gcj-db ]; then
 %{_bindir}/rebuild-gcj-db
fi

%postun
if [ -x %{_bindir}/rebuild-security-providers ]; then
 %{_bindir}/rebuild-security-providers
fi
if [ -x %{_bindir}/rebuild-gcj-db ]; then
 %{_bindir}/rebuild-gcj-db
fi
%endif # gcj_support

%files
%doc *.html
# BEGIN PROVIDER
%{_javadir}/bcmail-%{version}.jar
%{_javadir}/bcpg-%{version}.jar
%{_javadir}/bctest-%{version}.jar
%{_javadir}/bctest.jar
%{_javadir}/bctsp-%{version}.jar
%{_javadir}/bcmail.jar
%{_javadir}/bcpg.jar
%{_javadir}/bctsp.jar
%{_javadir}/bcprov-%{version}.jar
%{_javadir}/bcprov.jar
%if %{gcj_support}
%{_javadir}/gcj-endorsed/bcprov.jar
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/bcprov-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcprov-%{version}.jar.db
%{_libdir}/gcj/%{name}/bcmail-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcmail-%{version}.jar.db
%{_libdir}/gcj/%{name}/bcpg-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcpg-%{version}.jar.db
%{_libdir}/gcj/%{name}/bctest-%{version}.jar.db
%{_libdir}/gcj/%{name}/bctest-%{version}.jar.so
%{_libdir}/gcj/%{name}/bctsp-%{version}.jar.so
%{_libdir}/gcj/%{name}/bctsp-%{version}.jar.db
%endif
# END PROVIDER

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin