libpwquality: Build bindings for python 3

This drops the package for python 2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-07-22 21:45:05 +02:00
parent ec9a3ffe9c
commit 1220db420c
1 changed files with 9 additions and 14 deletions

View File

@ -5,7 +5,7 @@
name = libpwquality
version = 1.3.0
release = 1
release = 2
groups = System/Base
url = https://fedorahosted.org/libpwquality/
@ -26,25 +26,20 @@ build
cracklib-devel
gettext
pam-devel
python-devel
python3-devel
end
configure_options += \
--disable-static \
--with-pythonsitedir=%{python3_sitearch} \
--with-python-binary=%{python3}
end
packages
package %{name}
package python-%{name}
summary = Python bindings for the libpwquality library.
description
This is pwquality Python module that provides Python bindings
for the libpwquality library. These bindings can be used
for easy password quality checking and generation of random
pronounceable passwords from Python applications.
end
files
%{libdir}/python*
end
package python3-%{name}
template PYTHON3
end
package %{name}-devel