]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- translated kloczkish into english
[packages/openssl.git] / openssl.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.perl
2Summary: Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
3Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
4Summary(fr): Utilitaires et librairies de communication SSL (Secure Sockets Layer)
5Name: openssl
6Version: 0.9.5
7Release: 1
8Group: Libraries
9Group(pl): Biblioteki
10Source: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
11Patch: openssl-perl.patch
12Vendor: The OpenSSL Project
13License: Apache-style License
14BuildRequires: symlinks
15BuildRequires: perl
16BuildRoot: /tmp/%{name}-%{version}-root
17Obsoletes: SSLeay
18Obsoletes: SSLeay-devel
19Obsoletes: SSLeay-perl
20
21%define openssldir /var/state/openssl
22%define _sysconfdir /etc/%{name}
23%define _pkglibdir %{_libdir}/%{name}
24%define _pkgincludedir %{_includedir}/%{name}
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
41%description -l de
42