]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- "cvs up -j DEVEL" .. merge DEVEL branch to HEAD.
[packages/openssl.git] / openssl.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.perl
2Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
3Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary
4Summary(pl): Biblioteki OpenSSL (SSL v2/v3)
5Summary(fr): Utilitaires de communication SSL (Secure Sockets Layer)
6Name: openssl
7Version: 0.9.6b
8Release: 9
9License: Apache-style License
10Vendor: The OpenSSL Project
11Group: Libraries
12Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
13Source1: %{name}-ca-bundle.crt
14Patch0: %{name}-alpha-ccc.patch
15# patch1 is only for 0.9.6a version. This version isn't binary
16# compatibile with 0.9.6 but have this same soname.
17Patch1: %{name}-soname.patch
18Patch2: %{name}-optflags.patch
19Patch3: %{name}-nocrypt.patch
20Patch4: %{name}-globalCA.diff
21BuildRequires: perl-devel >= 5.6.1
22BuildRequires: textutils
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24Obsoletes: SSLeay
25Obsoletes: SSLeay-devel
26Obsoletes: SSLeay-perl
27Obsoletes: libopenssl0
28
29%description
30The OpenSSL Project is a collaborative effort to develop a robust,
31commercial-grade, full-featured, and Open Source toolkit implementing
32the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
33v1) protocols with full-strength cryptography world-wide. The project
34is managed by a worldwide community of volunteers that use the
35Internet to communicate, plan, and develop the OpenSSL tookit and its
36related documentation.
37
38OpenSSL is based on the excellent SSLeay library developed by Eric A.
39Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
40Apache-style licence, which basically means that you are free to get
41and use it for commercial and non-commercial purposes subject to some
42simple license conditions.
43
44This package contains shared libraries only, install openssl-tools if
45you want to use openssl cmdline tool.
46
47%description -l de
48