]> git.pld-linux.org Git - packages/perl-Tie-Cache.git/commitdiff
- (automatic) provided informative description
authorradek <radek@pld-linux.org>
Sun, 11 Aug 2002 19:32:51 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-Cache.spec -> 1.26

perl-Tie-Cache.spec

index 2d8ec1e5edcb892a26e654614d016f078170d85e..d811413c4e2fac9db69c457a024683f784035c4b 100644 (file)
@@ -1,23 +1,7 @@
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Tie
 %define                pnam    Cache
-Summary:       Tie::Cache Perl module
-Summary(cs):   Modul Tie::Cache pro Perl
-Summary(da):   Perlmodul Tie::Cache
-Summary(de):   Tie::Cache Perl Modul
-Summary(es):   Módulo de Perl Tie::Cache
-Summary(fr):   Module Perl Tie::Cache
-Summary(it):   Modulo di Perl Tie::Cache
-Summary(ja):   Tie::Cache Perl ¥â¥¸¥å¡¼¥ë
-Summary(ko):   Tie::Cache ÆÞ ¸ðÁÙ
-Summary(no):   Perlmodul Tie::Cache
-Summary(pl):   Modu³ perla Tie::Cache
-Summary(pt_BR):        Módulo Perl Tie::Cache
-Summary(pt):   Módulo de Perl Tie::Cache
-Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl Tie::Cache
-Summary(sv):   Tie::Cache Perlmodul
-Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl Tie::Cache
-Summary(zh_CN):        Tie::Cache Perl Ä£¿é
+Summary:       Tie::Cache - LRU Cache in Memory
 Name:          perl-Tie-Cache
 Version:       0.17
 Release:       3
@@ -31,66 +15,11 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tie::Cache perl module.
-
-%description -l cs
-Modul Tie::Cache pro Perl.
-
-%description -l da
-Perlmodul Tie::Cache.
-
-%description -l de
-Tie::Cache Perl Modul.
-
-%description -l es
-Módulo de Perl Tie::Cache.
-
-%description -l fr
-Module Perl Tie::Cache.
-
-%description -l it
-Modulo di Perl Tie::Cache.
-
-%description -l ja
-Tie::Cache Perl ¥â¥¸¥å¡¼¥ë
-
-%description -l ko
-Tie::Cache ÆÞ ¸ðÁÙ.
-
-%description -l no
-Perlmodul Tie::Cache.
-
-%description -l pl
-Modu³ perla Tie::Cache.
-
-%description -l pt
-Módulo de Perl Tie::Cache.
-
-%description -l pt_BR
-Módulo Perl Tie::Cache.
-
-%description -l ru
-íÏÄÕÌØ ÄÌÑ Perl Tie::Cache.
-
-%description -l sv
-Tie::Cache Perlmodul.
-
-%description -l uk
-íÏÄÕÌØ ÄÌÑ Perl Tie::Cache.
-
-%description -l zh_CN
-Tie::Cache Perl Ä£¿é
-
-%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
-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.
+This module implements a least recently used (LRU) cache in memory through
+a tie interface. Any time data is stored in the tied hash, 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.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.068183 seconds and 4 git commands to generate.