]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blame - apache1-mod_ssl.spec
- added openssl-devel to BuildRequires.
[packages/apache1-mod_ssl.git] / apache1-mod_ssl.spec
CommitLineData
c6f95eff 1%define SSLVER 2.6.2
2%define APACHEVER 1.3.12
3Summary: An SSL module for the Apache Web server
5a8f1f2b 4Summary(de): SSL-Modul fuer den Apache-Webserver
5Summary(fr): Un module SSL pour le serveur Web Apache
6Name: apache-mod_ssl
7Version: %{SSLVER}_%{APACHEVER}
8Release: 1
9Group: System Environment/Daemons
10Copyright: BSD
11Source0: http://www.modssl.org/source/mod_ssl-%{SSLVER}-%{APACHEVER}.tar.gz
c6f95eff 12Source1: apache-mod_ssl.conf
13Source2: apache-mod_ssl-server.crt
14Source3: apache-mod_ssl-server.key
15Source4: apache-mod_ssl-sxnet.html
5a8f1f2b 16URL: http://www.modssl.org/
c6f95eff 17BuildRequires: apache(EAPI)-devel = 1.3.12
fad0401f 18BuildRequires: openssl-devel
c6f95eff 19Requires: apache(EAPI) = 1.3.12
1881b676 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1b4b32e 21
22%description
23The mod_ssl project provides strong cryptography for the Apache 1.3 webserver
24via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
25protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is
26based on SSLeay from Eric A. Young and Tim J. Hudson.
27
28The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was
29originally derived from software developed by Ben Laurie for use in the
30Apache-SSL HTTP server project. The mod_ssl package is licensed under a
31BSD-style licence, which basically means that you are free to get and use it
32for commercial and non-commercial purposes.
33
34%description -l de
35