]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - cronie/cronie.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / cronie / cronie.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cronie
7 version = 1.4.7
8 release = 1
9
10 groups = System/Environment/Base
11 url = https://fedorahosted.org/releases/c/r/cronie/
12 license = MIT and BSD and ISC and GPLv2
13 summary = Cron daemon for executing programs at set times
14
15 description
16 Cronie contains the standard UNIX daemon crond that runs specified programs at \
17 scheduled times and related tools. It is a fork of the \
18 original vixie-cron and has security and configuration enhancements like \
19 the ability to use pam and SELinux.
20 end
21
22 source_dl =
23
24 build
25 requires
26 bison
27 libcap-devel
28 libedit-devel
29 readline-devel
30 texinfo
31 end
32 end
33
34 packages
35 package %{name}
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end