]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- prereq: sed, fileutils (c_rehash requires this)
[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.5a
7Release: 1
8Group: Libraries
9Group(fr): Librairies
10Group(pl): Biblioteki
11Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
12Patch0: openssl-perl.patch
13Vendor: The OpenSSL Project
14License: Apache-style License
15BuildRequires: symlinks
16BuildRequires: perl
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18Prereq: fileutils
19Prereq: sed
20Obsoletes: SSLeay
21Obsoletes: SSLeay-devel
22Obsoletes: SSLeay-perl
23
24%define openssldir /var/lib/openssl
25%define _sysconfdir /etc/%{name}
26%define _pkglibdir %{_libdir}/%{name}
27%define _pkgincludedir %{_includedir}/%{name}
28
29%description
30The OpenSSL Project is a collaborative effort to develop a robust,
31commercial-grade, full-featured, and Open Source toolkit implementing
32the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
33v1) protocols with full-strength cryptography world-wide. The project
34is managed by a worldwide community of volunteers that use the
35Internet to communicate, plan, and develop the OpenSSL tookit and its
36related documentation.
37
38OpenSSL is based on the excellent SSLeay library developed by Eric A.
39Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
40Apache-style licence, which basically means that you are free to get
41and use it for commercial and non-commercial purposes subject to some
42simple license conditions.
43
44%description -l de
45