]> git.pld-linux.org Git - packages/boa.git/blame_incremental - boa.spec
- version 0.94.14rc17, minor cosmetic, simplified PLD patch
[packages/boa.git] / boa.spec
... / ...
CommitLineData
1#
2# Conditional build:
3# _without_ipv6 - IPv4-only version (doesn't require IPv6 in kernel)
4#
5Summary: Boa high speed HTTP server
6Summary(pl): Boa - szybki serwer HTTP
7Name: boa
8Version: 0.94.14
9%define _rc rc17
10Release: 0.%{_rc}.1
11Epoch: 1
12License: GPL v2
13Group: Networking/Daemons
14Source0: http://www.boa.org/%{name}-%{version}%{_rc}.tar.gz
15# Source0-md5: d668ef85b3d2df3dc9832555fdce8b70
16Source1: %{name}.init
17Patch0: %{name}-PLD.patch
18Patch1: %{name}-logrotate.patch
19URL: http://www.boa.org/
20BuildRequires: autoconf
21BuildRequires: flex
22BuildRequires: sgml-tools
23PreReq: rc-scripts
24Requires(pre): /usr/bin/getgid
25Requires(pre): /bin/id
26Requires(pre): /usr/sbin/groupadd
27Requires(pre): /usr/sbin/useradd
28Requires(postun): /usr/sbin/groupdel
29Requires(postun): /usr/sbin/userdel
30Requires(post,preun): /sbin/chkconfig
31Provides: httpd
32Provides: webserver
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34Obsoletes: apache
35Obsoletes: httpd
36Obsoletes: thttpd
37Obsoletes: webserver
38
39%define _sysconfdir /etc/httpd
40
41%description
42A high speed, lightweight web server (HTTP protocol). Based on direct
43use of the select(2) system call, it internally multiplexes all
44connections without forking, for maximum speed and minimum system
45resource use.
46
47%description -l pl
48