From 09e70882e114fb99f2a9d7b7aa6da887a8353e01 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 8 May 2021 08:35:44 +0200 Subject: [PATCH] - pl --- jitterentropy.spec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jitterentropy.spec b/jitterentropy.spec index d9026cd..fbdb863 100644 --- a/jitterentropy.spec +++ b/jitterentropy.spec @@ -1,4 +1,5 @@ Summary: Library implementing the jitter entropy source +Summary(pl.UTF-8): Biblioteka implementująca źródło entropii jitter Name: jitterentropy Version: 3.0.2 Release: 1 @@ -18,22 +19,37 @@ high-resolution time stamp. It is a small-scale, yet fast entropy source that is viable in almost all environments and on a lot of CPU architectures. +%description -l pl.UTF-8 +Jitter RNG zapewnia źródło szumu wykorzystujące fluktuacje czasu +wykonywania kodu przez CPU. Nie zależy od żadnego zasobu systemowego +innego niż znacznik czasu wysokiej rozdzielczości. Jest to źródło +entropii małej skali, ale szybkie, opłacalne w prawie każdym +środowisku, przy wielu architekturach CPU. + %package devel Summary: Header files for jitterentropy library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki jitterentropy Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Header files for jitterentropy library. +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki jitterentropy. + %package static Summary: Static jitterentropy library +Summary(pl.UTF-8): Statyczna biblioteka jitterentropy Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static jitterentropy library. +%description static -l pl.UTF-8 +Statyczna biblioteka jitterentropy. + %prep %setup -q -n %{name}-library-%{version} -- 2.44.0