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