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