]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- fixed %install,
[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)
18Obsoletes: SSLeay
19Obsoletes: SSLeay-devel
20Obsoletes: SSLeay-perl
21
22%define openssldir /var/lib/openssl
23%define _sysconfdir /etc/%{name}
24%define _pkglibdir %{_libdir}/%{name}
25%define _pkgincludedir %{_includedir}/%{name}
26
27%description
28The OpenSSL Project is a collaborative effort to develop a robust,
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.
41
42%description -l de
43