]> git.pld-linux.org Git - packages/openssl.git/blame - openssl.spec
- spec adapterized.
[packages/openssl.git] / openssl.spec
CommitLineData
779bb536 1%include /usr/lib/rpm/macros.perl
56470945 2Summary: Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
2fad19b0 3Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
da51d207 4Summary(fr): Utilitaires et librairies de communication SSL (Secure Sockets Layer)
56470945 5Name: openssl
6Version: 0.9.5a
7Release: 1
8Group: Libraries
9Group(fr): Librairies
04a5ad1f 10Group(pl): Biblioteki
56470945 11Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
12Patch0: openssl-perl.patch
13Vendor: The OpenSSL Project
14License: Apache-style License
fc613e9a 15BuildRequires: symlinks
e8399a2b 16BuildRequires: perl
bf2339c1 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
04a5ad1f
AF
18Obsoletes: SSLeay
19Obsoletes: SSLeay-devel
20Obsoletes: SSLeay-perl
21ac4f86 21
f31636e8 22%define openssldir /var/lib/openssl
faddd309
AF
23%define _sysconfdir /etc/%{name}
24%define _pkglibdir %{_libdir}/%{name}
25%define _pkgincludedir %{_includedir}/%{name}
26
21ac4f86
AF
27%description
28The OpenSSL Project is a collaborative effort to develop a robust,
56470945 29commercial-grade, full-featured, and Open Source toolkit implementing the
30Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
31protocols with full-strength cryptography world-wide. The project is
32managed by a worldwide community of volunteers that use the Internet to
33communicate, plan, and develop the OpenSSL tookit and its related
34documentation.
35
36OpenSSL is based on the excellent SSLeay library developed by Eric A. Young
37and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style
38licence, which basically means that you are free to get and use it for
39commercial and non-commercial purposes subject to some simple license
40conditions.
21ac4f86 41
2fad19b0 42%description -l de
43