]> git.pld-linux.org Git - packages/daemontools.git/blame - daemontools.spec
- package /etc/supervise dir for mis supervise scripts; rel 5
[packages/daemontools.git] / daemontools.spec
CommitLineData
bf5d9a42 1Summary: D. J. Bernstein daemontools
15d4ef05 2Summary(pl): daemontools D. J. Bernsteina
138d8e0d 3Name: daemontools
fa95fa2b 4Version: 0.76
8ce6b092 5Release: 5
15d4ef05 6License: DJB (http://cr.yp.to/distributors.html)
138d8e0d 7Group: Networking/Admin
d644f65c 8Source0: http://cr.yp.to/daemontools/%{name}-%{version}.tar.gz
d6f4502a 9# Source0-md5: 1871af2453d6e464034968a0fbcb2bfc
fa95fa2b 10Source1: http://smarden.org/pape/djb/manpages/%{name}-%{version}-man.tar.gz
d6f4502a 11# Source1-md5: 2d3858a48f293c87202f76cd883438ee
bf5d9a42 12Source2: %{name}.sysconfig
1161fdc2 13Source3: %{name}.init
e37c128c 14Source4: %{name}-tcprules
fa95fa2b 15Patch0: %{name}-glibc.patch
a6c1e848 16URL: http://cr.yp.to/daemontools.html
4f58fb3b 17BuildRequires: rpmbuild(macros) >= 1.268
15d4ef05 18Requires(post,preun): /sbin/chkconfig
4f58fb3b
ER
19Requires: /sbin/chkconfig
20Requires: rc-scripts
e37c128c 21# make and stat from coreutils are for building tcprules
e37c128c 22Requires: coreutils
4f58fb3b 23Requires: make
3ee6e98e 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c7e01e96 25
15d4ef05
JB
26# /etc/service or /var/lib/service? (also in .sysconfig)
27%define servicedir /service
e37c128c 28%define tcprules /etc/tcprules.d
15d4ef05 29
c7e01e96 30%description
bf5d9a42 31daemontools is a collection of tools for managing UNIX services.
c7e01e96 32
f1271f54 33supervise monitors a service. It starts the service and restarts the
34service if it dies. Setting up a new service is easy: all supervise
35needs is a directory with a run script that runs the service.
c7e01e96 36
f1271f54 37multilog saves error messages to one or more logs. It optionally
38timestamps each line and, for each log, includes or excludes lines
39matching specified patterns. It automatically rotates logs to limit
40the amount of disk space used. If the disk fills up, it pauses and
bf5d9a42 41tries again, without losing any data.
c7e01e96 42
cfe6c09b 43%description -l pl
15d4ef05 44