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