]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libpwquality/libpwquality.nm
tmux: New package.
[people/ms/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
7version = 1.0.0
8release = 1
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
29 python-devel
30 end
31end
32
33packages
34 package %{name}
35
36 package python-%{name}
37 summary = Python bindings for the libpwquality library.
38 description
39 This is pwquality Python module that provides Python bindings
40 for the libpwquality library. These bindings can be used
41 for easy password quality checking and generation of random
42 pronounceable passwords from Python applications.
43 end
44
45 files
46 %{libdir}/python*
47 end
48 end
49
50 package %{name}-devel
51 template DEVEL
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57end