]> git.pld-linux.org Git - packages/perl-Tie-Cache.git/commitdiff
- converted to UTF-8
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Feb 2007 01:06:22 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-Cache.spec -> 1.44

perl-Tie-Cache.spec

index d5c42827672381ef1ba549511ee3912802690b37..d16d2350fc5d327ad2df5caa302c22dffae4bcee 100644 (file)
@@ -6,7 +6,7 @@
 %define                pdir    Tie
 %define                pnam    Cache
 Summary:       Tie::Cache - LRU Cache in Memory
-Summary(pl):   Tie::Cache - cache typu LRU w pamiêci
+Summary(pl.UTF-8):   Tie::Cache - cache typu LRU w pamięci
 Name:          perl-Tie-Cache
 Version:       0.17
 Release:       6
@@ -28,23 +28,23 @@ that key/value pair has an entry time associated with it, and as the
 cache fills up, those members of the cache that are the oldest are
 removed to make room for new entries.
 
-%description -l pl
-Ten modu³ jest implementacj± cache typu LRU (ostatnio u¿ywane) w
-pamiêci poprzez powi±zany interfejs. Wszystkie dane dotycz±ce czasu s±
-zapisywane w powi±zanym haszu, którego para klucz/warto¶æ ma
-przydzielony wpis dotycz±cy czasu. Kiedy cache siê zape³nia, te
-najstarsze elementy s± usuwane, aby zrobiæ miejsce nowym.
+%description -l pl.UTF-8
+Ten moduł jest implementacją cache typu LRU (ostatnio używane) w
+pamięci poprzez powiązany interfejs. Wszystkie dane dotyczące czasu są
+zapisywane w powiązanym haszu, którego para klucz/wartość ma
+przydzielony wpis dotyczący czasu. Kiedy cache się zapełnia, te
+najstarsze elementy są usuwane, aby zrobić miejsce nowym.
 
 %package bench
 Summary:       Berchmark comparing Tie::Cache and Tie::Cache::LRU Perl modules
-Summary(pl):   Porównanie wydajno¶ci modu³ów Perla Tie::Cache i Tie::Cache::LRU
+Summary(pl.UTF-8):   Porównanie wydajności modułów Perla Tie::Cache i Tie::Cache::LRU
 Group:         Development/Languages/Perl
 
 %description bench
 Berchmark comparing Tie::Cache and Tie::Cache::LRU Perl modules.
 
-%description bench -l pl
-Porównanie wydajno¶ci modu³ów Perla Tie::Cache i Tie::Cache::LRU.
+%description bench -l pl.UTF-8
+Porównanie wydajności modułów Perla Tie::Cache i Tie::Cache::LRU.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.098631 seconds and 4 git commands to generate.