translation updates

This commit is contained in:
Tomas Mraz 2013-11-29 15:25:54 +01:00
parent c50b07f1e5
commit 9ea13602c1
2 changed files with 4390 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,13 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.2.3
Release: 1%{?dist}
Release: 2%{?dist}
# The package is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
License: BSD or GPLv2+
Group: System Environment/Base
Source0: http://fedorahosted.org/releases/l/i/libpwquality/libpwquality-%{version}.tar.bz2
Patch1: libpwquality-1.2.3-translation-updates.patch
%global _pwqlibdir %{_libdir}
%global _moduledir %{_libdir}/security
@ -54,6 +55,7 @@ pronounceable passwords from Python applications.
%prep
%setup -q
%patch1 -p2 -b .translations
%build
%configure \
@ -61,6 +63,7 @@ pronounceable passwords from Python applications.
--with-pythonsitedir=%{python_sitearch} \
--disable-static
make -C po update-po
make %{?_smp_mflags}
%install
@ -107,6 +110,9 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
* Fri Nov 29 2013 Tomáš Mráz <tmraz@redhat.com> 1.2.3-2
- translation updates
* Thu Sep 12 2013 Tomáš Mráz <tmraz@redhat.com> 1.2.3-1
- fix problem with parsing the pam_pwquality options
patch by Vladimir Sorokin.