]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.spec
- update TODO
[packages/lighttpd.git] / lighttpd.spec
CommitLineData
8d734bed 1#
05f8c491 2# TODO
0ab57655 3# - fix modules:
05f8c491
ER
4# mod_localizer : disabled (liblocalizer missing)
5# mod_maps : disabled (liblocalizer missing)
6# mod_chat : disabled, buy your license :)
7# mod_cache : disabled, buy your license :)
0ab57655 8# - test ldap and mysql (failed at this time)
05f8c491 9#
4f968063 10# Conditional build for lighttpd:
d20e182e 11%bcond_without xattr # without support of extended attributes
05f8c491
ER
12%bcond_with mysql # with mysql
13%bcond_with ldap # with ldap
d20e182e 14#
027853cc 15Summary: Fast and light HTTP server
16Summary(pl): Szybki i lekki serwer HTTP
bee4f74e 17Name: lighttpd
544141d3 18Version: 1.3.7
4f968063 19Release: 0.2
bee4f74e 20Group: Networking/Daemons
4241e769 21License: BSD
00bd45aa 22## do not remove next two lines because atomic revisions are common in lighttpd
24ee2bd8 23#%define _rel 20041102-1041
24#Source0: http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}-%{_rel}.tar.gz
25Source0: http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}.tar.gz
9a5636eb 26# Source0-md5: 40ac1d07d9efb0366720d081c3e02224
bee4f74e 27Source1: %{name}.init
2f7162ab
AM
28Source2: %{name}.conf
29Source3: %{name}.user
607835c0 30Source4: %{name}.logrotate
a636e30d 31#Patch0: %{name}-fcgi-err.patch
bee4f74e 32URL: http://jan.kneschke.de/projects/lighttpd/
1a75d3e1
JB
33BuildRequires: autoconf
34BuildRequires: automake
35BuildRequires: bzip2-devel
36BuildRequires: libtool
1a75d3e1
JB
37BuildRequires: openssl-devel
38BuildRequires: pcre-devel
e68efba2 39BuildRequires: rpmbuild(macros) >= 1.159
1a75d3e1 40BuildRequires: zlib-devel
d20e182e 41%if %{with xattr}
42BuildRequires: attr-devel
43%endif
05f8c491
ER
44%{?with_ldap:BuildRequires: openldap-devel}
45%{?with_mysql:BuildRequires: mysql-devel}
bee4f74e
AM
46PreReq: rc-scripts
47Requires(pre): sh-utils
48Requires(pre): /bin/id
49Requires(pre): /usr/bin/getgid
50Requires(pre): /usr/sbin/groupadd
51Requires(pre): /usr/sbin/useradd
52Requires(post,preun): /sbin/chkconfig
bee4f74e 53Requires(postun): /usr/sbin/groupdel
e68efba2 54Requires(postun): /usr/sbin/userdel
55Provides: group(lighttpd)
1a75d3e1 56Provides: httpd
e68efba2 57Provides: user(lighttpd)
1a75d3e1 58Provides: webserver
bee4f74e
AM
59BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
60
61%define _libdir %{_prefix}/%{_lib}/%{name}
8d734bed 62%define _lighttpddir /home/services/%{name}
bee4f74e
AM
63%define _sysconfdir /etc/%{name}
64
65%description
f655b1fd
MC
66lighttpd is a secure, fast, compliant and very flexible web-server
67which has been optimized for high-performance environments. It has
68a very low memory footprint compared to other webservers and takes
69care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
bee4f74e
AM
70Output-Compression, URL-Rewriting and many more) make lighttpd the
71perfect webserver-software for every server that is suffering load
72problems.
73
f655b1fd
MC
74%description -l pl
75lighttpd jest bezpiecznym, szybkim, przyjaznym i bardzo elastycznym
1a75d3e1 76