]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- release 5: libopenssl0{,-devel} added to Obsoletes for allow upgrade from MDK.
[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: 5
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
21Patch3: %{name}-nocrypt.patch
22BuildRequires: perl-devel >= 5.6.1
23BuildRequires: textutils
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25Obsoletes: SSLeay
26Obsoletes: SSLeay-devel
27Obsoletes: SSLeay-perl
28Obsoletes: libopenssl0
29
30%description
31The OpenSSL Project is a collaborative effort to develop a robust,
32commercial-grade, full-featured, and Open Source toolkit implementing
33the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
34v1) protocols with full-strength cryptography world-wide. The project
35is managed by a worldwide community of volunteers that use the
36Internet to communicate, plan, and develop the OpenSSL tookit and its
37related documentation.
38
39OpenSSL is based on the excellent SSLeay library developed by Eric A.
40Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
41Apache-style licence, which basically means that you are free to get
42and use it for commercial and non-commercial purposes subject to some
43simple license conditions.
44
45This package contains shared libraries only, install openssl-tools if
46you want to use openssl cmdline tool.
47
48%description -l de
49