]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - passwd/passwd.nm
glibc: Update to 2.20
[people/ms/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
MT
6name = passwd
7version = 0.76
45ae749d 8release = 2
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
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 audit-devel
27 glib2-devel
28 libuser-devel
29 pam-devel
30 pkg-config
31 libselinux-devel
32 popt-devel
33 end
34
35 configure_options +=\
36 --with-selinux \
37 --with-audit \
38 --disable-static
39
40 make_build_targets += \
41 DEBUG= RPM_OPT_FLAGS="%{CFLAGS}"
42end
43
44packages
45 package %{name}
45ae749d
MT
46 groups += Base
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end