]> git.pld-linux.org Git - packages/jitterentropy.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 May 2021 06:35:44 +0000 (08:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 May 2021 06:35:44 +0000 (08:35 +0200)
jitterentropy.spec

index d9026cda9a23a33fcb13a628c014bb7231bb3ba1..fbdb8636e83be8ffe5112cd9d594beafb18c967c 100644 (file)
@@ -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}
 
This page took 0.104347 seconds and 4 git commands to generate.