]> git.ipfire.org Git - ipfire-3.x.git/blame - libpwquality/libpwquality.nm
libpwquality: Build bindings for python 3
[ipfire-3.x.git] / libpwquality / libpwquality.nm
CommitLineData
20787c11
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libpwquality
0c78df27 7version = 1.3.0
1220db42 8release = 2
20787c11
SS
9
10groups = System/Base
11url = https://fedorahosted.org/libpwquality/
12license = BSD or GPL+
13summary = A library for password generation and password quality checking.
14
15description
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.
19end
20
21source_dl = http://fedorahosted.org/releases/l/i/libpwquality/
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 cracklib-devel
27 gettext
28 pam-devel
1220db42 29 python3-devel
20787c11 30 end
1220db42
MT
31
32 configure_options += \
33 --disable-static \
34 --with-pythonsitedir=%{python3_sitearch} \
35 --with-python-binary=%{python3}
20787c11
SS
36end
37
38packages
39 package %{name}
40
1220db42
MT
41 package python3-%{name}
42 template PYTHON3
20787c11
SS
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52end