updated translations

This commit is contained in:
Tomas Mraz 2013-11-28 14:35:33 +01:00
parent 3c36ea8ab5
commit edb1a12c91
2 changed files with 2398 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: A password-checking library
Name: cracklib
Version: 2.9.0
Release: 7%{?dist}
Release: 8%{?dist}
Group: System Environment/Libraries
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
@ -58,6 +58,7 @@ Patch3: cracklib-2.9.0-packlib-lookup.patch
Patch4: cracklib-2.9.0-packlib-reentrant.patch
Patch5: cracklib-2.9.0-packlib-gztype.patch
Patch6: cracklib-2.9.0-simplistic.patch
Patch7: cracklib-2.9.0-translation-updates.patch
URL: http://sourceforge.net/projects/cracklib/
License: LGPLv2+
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -132,6 +133,7 @@ install -p -m 644 %{SOURCE3} po/zh_CN.po
%patch4 -p1 -b .reentrant
%patch5 -p1 -b .gztype
%patch6 -p1 -b .simplistic
%patch7 -p2 -b .translations
autoreconf -f -i
mkdir cracklib-dicts
@ -148,7 +150,7 @@ chmod +x util/cracklib-format
%build
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
make -C po zh_CN.gmo
make -C po update-po
make
%install
@ -259,6 +261,9 @@ EOF
%{_libdir}/../lib/python*/site-packages/*.py*
%changelog
* Thu Nov 28 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-8
- updated translations
* Thu Oct 31 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-7
- do not remove any printable characters in cracklib-format