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