]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.spec
- 1.3.13
[packages/lighttpd.git] / lighttpd.spec
CommitLineData
8d734bed 1#
05f8c491 2# TODO
0ab57655 3# - test ldap and mysql (failed at this time)
ddfaf124 4# - documentroot specified in config doesn't exist
fcae54a7 5# - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
05f8c491 6#
4f968063 7# Conditional build for lighttpd:
ce8f06ab
KK
8%bcond_without xattr # without support of extended attributes
9%bcond_with mysql # with mysql
10%bcond_with ldap # with ldap
d80c1ef1 11%bcond_with valgrind # enable valgrind fixes in code.
ce8f06ab 12%bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel)
70373b58 13%bcond_without largefile # without largefile support,
49163762 14%bcond_without ssl # disable ssl support
70373b58
ER
15# use it if you have 2.4 kernel to get sendfile() support,
16# and don't need > 2GB file requests,
17# see http://article.gmane.org/gmane.comp.web.lighttpd:722
d20e182e 18#
2abd0792
ER
19
20# Prerelease snapshot: DATE-TIME
c1b34484 21##define _snap 20050116-1743
2abd0792
ER
22
23%if 0%{?_snap}
24%define _source http://www.lighttpd.net/download/%{name}-%{version}-%{_snap}.tar.gz
25%else
26%define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
27%endif
28
5bd71430 29%define _rel 1
2abd0792 30
027853cc 31Summary: Fast and light HTTP server
32Summary(pl): Szybki i lekki serwer HTTP
bee4f74e 33Name: lighttpd
14979de5 34Version: 1.3.13
2abd0792 35Release: %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}
bee4f74e 36Group: Networking/Daemons
4241e769 37License: BSD
2abd0792 38Source0: %{_source}
14979de5 39# Source0-md5: 2f017b936be376ad6f6c2ee26db93467
bee4f74e 40Source1: %{name}.init
2f7162ab
AM
41Source2: %{name}.conf
42Source3: %{name}.user
607835c0 43Source4: %{name}.logrotate
c54ca3d2 44Source5: %{name}.sysconfig
70373b58 45URL: http://www.lighttpd.net/
1a75d3e1
JB
46BuildRequires: autoconf
47BuildRequires: automake
48BuildRequires: bzip2-devel
49BuildRequires: libtool
49163762 50%{?with_ssl:BuildRequires: openssl-devel}
1a75d3e1 51BuildRequires: pcre-devel
e68efba2 52BuildRequires: rpmbuild(macros) >= 1.159
1a75d3e1 53BuildRequires: zlib-devel
d20e182e 54%if %{with xattr}
55BuildRequires: attr-devel
56%endif
05f8c491
ER
57%{?with_ldap:BuildRequires: openldap-devel}
58%{?with_mysql:BuildRequires: mysql-devel}
d80c1ef1 59%{?with_valgrind:BuildRequires: valgrind}
bee4f74e
AM
60PreReq: rc-scripts
61Requires(pre): sh-utils
62Requires(pre): /bin/id
63Requires(pre): /usr/bin/getgid
64Requires(pre): /usr/sbin/groupadd
65Requires(pre): /usr/sbin/useradd
66Requires(post,preun): /sbin/chkconfig
bee4f74e 67Requires(postun): /usr/sbin/groupdel
e68efba2 68Requires(postun): /usr/sbin/userdel
69Provides: group(lighttpd)
1a75d3e1 70Provides: httpd
e68efba2 71Provides: user(lighttpd)
1a75d3e1 72Provides: webserver
bee4f74e
AM
73BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
74
75%define _libdir %{_prefix}/%{_lib}/%{name}
8d734bed 76%define _lighttpddir /home/services/%{name}
bee4f74e
AM
77%define _sysconfdir /etc/%{name}
78
79%description
f655b1fd 80lighttpd is a secure, fast, compliant and very flexible web-server
ebd2f6ff
ER
81which has been optimized for high-performance environments. It has a
82very low memory footprint compared to other webservers and takes care
83of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
bee4f74e
AM
84Output-Compression, URL-Rewriting and many more) make lighttpd the
85perfect webserver-software for every server that is suffering load
86problems.
87
f655b1fd
MC
88%description -l pl
89lighttpd jest bezpiecznym, szybkim, przyjaznym i bardzo elastycznym
1a75d3e1 90