]> git.ipfire.org Git - ipfire-3.x.git/blob - libpwquality/libpwquality.nm
kernel: Update to 5.1
[ipfire-3.x.git] / libpwquality / libpwquality.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libpwquality
7 version = 1.3.0
8 release = 2
9
10 groups = System/Base
11 url = https://fedorahosted.org/libpwquality/
12 license = BSD or GPL+
13 summary = A library for password generation and password quality checking.
14
15 description
16 This is a library for password quality checks and generation of random
17 passwords that pass the checks. This library uses the cracklib and
18 cracklib dictionaries to perform some of the checks.
19 end
20
21 source_dl = http://fedorahosted.org/releases/l/i/libpwquality/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 cracklib-devel
27 gettext
28 pam-devel
29 python3-devel
30 end
31
32 configure_options += \
33 --disable-static \
34 --with-pythonsitedir=%{python3_sitearch} \
35 --with-python-binary=%{python3}
36 end
37
38 packages
39 package %{name}
40
41 package python3-%{name}
42 template PYTHON3
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end