]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame_incremental - passwd/passwd.nm
cronie: Remove audit support
[people/arne_f/ipfire-3.x.git] / passwd / passwd.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = passwd
7version = 0.79
8release = 1
9
10groups = System/Base
11url = http://fedorahosted.org/passwd
12license = BSD
13summary = An utility for setting or changing passwords using PAM.
14
15description
16 This package contains a system utility (passwd) which sets
17 or changes passwords, using PAM (Pluggable Authentication
18 Modules) library.
19end
20
21source_dl = https://fedorahosted.org/releases/p/a/%{name}/
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 audit-devel
27 glib2-devel
28 libuser-devel
29 pam-devel
30 pkg-config
31 popt-devel
32 end
33
34 configure_options +=\
35 --without-selinux \
36 --with-audit \
37 --disable-static
38
39 make_build_targets += \
40 DEBUG= RPM_OPT_FLAGS="%{CFLAGS}"
41end
42
43packages
44 package %{name}
45 groups += Base
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51end