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