]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - passwd/passwd.nm
passwd: 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 7version = 0.79
9e02ba0b 8release = 2
ae5a840b 9
45ae749d 10groups = System/Base
9e02ba0b 11url = https://pagure.io/passwd
802ea3af
MT
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
9e02ba0b 21source_dl = https://releases.pagure.org/passwd/
802ea3af
MT
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
802ea3af
MT
26 glib2-devel
27 libuser-devel
28 pam-devel
29 pkg-config
802ea3af
MT
30 popt-devel
31 end
32
33 configure_options +=\
7c5ad656 34 --without-selinux \
9e02ba0b 35 --without-audit \
802ea3af
MT
36 --disable-static
37
38 make_build_targets += \
39 DEBUG= RPM_OPT_FLAGS="%{CFLAGS}"
40end
41
42packages
43 package %{name}
45ae749d
MT
44 groups += Base
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end