]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blame - apache1-mod_ssl.spec
- changed all BuildRoot definitons
[packages/apache1-mod_ssl.git] / apache1-mod_ssl.spec
CommitLineData
5a8f1f2b 1%define SSLVER 2.4.6
2%define APACHEVER 1.3.9
3Summary: An SSL module for the Apache Web server.
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
12Source1: httpd.conf.ssl
13Source2: server.crt
14Source3: server.key
15Source4: sxnet.html
16URL: http://www.modssl.org/
17Requires: apache = 1.3.9
1881b676 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1b4b32e 19
20%description
21The mod_ssl project provides strong cryptography for the Apache 1.3 webserver
22via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
23protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is
24based on SSLeay from Eric A. Young and Tim J. Hudson.
25
26The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was
27originally derived from software developed by Ben Laurie for use in the
28Apache-SSL HTTP server project. The mod_ssl package is licensed under a
29BSD-style licence, which basically means that you are free to get and use it
30for commercial and non-commercial purposes.
31
32%description -l de
33