updated translations
This commit is contained in:
parent
3c36ea8ab5
commit
edb1a12c91
2391
cracklib-2.9.0-translation-updates.patch
Normal file
2391
cracklib-2.9.0-translation-updates.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.9.0
|
Version: 2.9.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
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
|
Patch4: cracklib-2.9.0-packlib-reentrant.patch
|
||||||
Patch5: cracklib-2.9.0-packlib-gztype.patch
|
Patch5: cracklib-2.9.0-packlib-gztype.patch
|
||||||
Patch6: cracklib-2.9.0-simplistic.patch
|
Patch6: cracklib-2.9.0-simplistic.patch
|
||||||
|
Patch7: cracklib-2.9.0-translation-updates.patch
|
||||||
URL: http://sourceforge.net/projects/cracklib/
|
URL: http://sourceforge.net/projects/cracklib/
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -132,6 +133,7 @@ install -p -m 644 %{SOURCE3} po/zh_CN.po
|
|||||||
%patch4 -p1 -b .reentrant
|
%patch4 -p1 -b .reentrant
|
||||||
%patch5 -p1 -b .gztype
|
%patch5 -p1 -b .gztype
|
||||||
%patch6 -p1 -b .simplistic
|
%patch6 -p1 -b .simplistic
|
||||||
|
%patch7 -p2 -b .translations
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
mkdir cracklib-dicts
|
mkdir cracklib-dicts
|
||||||
@ -148,7 +150,7 @@ chmod +x util/cracklib-format
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
|
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
|
||||||
make -C po zh_CN.gmo
|
make -C po update-po
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -259,6 +261,9 @@ EOF
|
|||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 31 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-7
|
||||||
- do not remove any printable characters in cracklib-format
|
- do not remove any printable characters in cracklib-format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user