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

perl-Tree-Trie.spec

index 9ae9bb9f6f300569b52046034bbe3feb3cb28da0..162904394d488a1a4bbebf1880afab9082fcf80d 100644 (file)
@@ -1,8 +1,7 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Tree
 %define        pnam    Trie
-Summary:       Tree::Trie perl module
-Summary(pl):   Modu³ perla Tree::Trie
+Summary:       Tree::Trie - An implementation of the Trie data structure in Perl
 Name:          perl-Tree-Trie
 Version:       0.4
 Release:       1
@@ -15,10 +14,14 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tree::Trie perl module.
-
-%description -l pl
-Modu³ perla Tree::Trie.
+This module implements a trie data structure.  The term "trie" comes from
+the word reB<trie>val, but is generally pronounced like "try".  A trie is
+a tree structure (or directed acyclic graph), the nodes of which represent
+letters in a word.  For example, the final lookup for the word 'bob'
+would look something like C<$ref-E<gt>{'b'}{'o'}{'b'}{HASH(0x80c6bbc)}>
+(the HASH being an end marker).  Only nodes which would represent words
+in the trie exist, making the structure slightly smaller than a hash of
+the same data set.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.043849 seconds and 4 git commands to generate.