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