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