]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - passwd/passwd.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / passwd / passwd.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = passwd
7 version = 0.76
8 release = 2
9
10 groups = System/Base
11 url = http://fedorahosted.org/passwd
12 license = BSD
13 summary = An utility for setting or changing passwords using PAM.
14
15 description
16 This package contains a system utility (passwd) which sets
17 or changes passwords, using PAM (Pluggable Authentication
18 Modules) library.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
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}"
42 end
43
44 packages
45 package %{name}
46 groups += Base
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end