]> git.pld-linux.org Git - packages/apache-mod_restartd.git/blame - apache-mod_restartd.spec
- fix apache runtime deps
[packages/apache-mod_restartd.git] / apache-mod_restartd.spec
CommitLineData
ae88c8c7
JB
1%define apxs /usr/sbin/apxs
2Summary: mod_restartd - run certain CGIs as root
3Summary(pl): mod_restartd - uruchamianie pewnych CGI z uprawnieniami roota
4Name: mod_restartd
5Version: 1.0.3
6Release: 0.1
7License: Apache 2.0
8Group: Networking/Daemons
9Source0: http://directory.fedora.redhat.com/sources/mod_restartd-%{version}.tar.gz
10# Source0-md5: 6336780a292dbd41d2cc66212f3be7fa
11URL: http://directory.fedora.redhat.com/wiki/Mod_restartd
12BuildRequires: %{apxs}
13BuildRequires: apache-devel >= 2.2
14BuildRequires: apr-devel >= 1:1.0
15BuildRequires: apr-util-devel >= 1:1.0
bdfc769a 16Requires: apache(modules-api) = %apache_modules_api
ae88c8c7
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
20%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)
21
22%description
23An Apache 2 module for doing suid CGIs. The Admin Server provides CGIs
24to stop, start, and restart the servers, which may run on port 389,
25which means they must be started by root. However, Apache does not
26like to run as root for security reasons. This module allows CGIs to
27be run as root by copying the the mod_cgid and fixing it so that only
28certain CGIs may be run as root.
29
30%description -l pl
31