Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37337527
en ru br
ALT Linux repos
S:3.05-alt1.2
5.0: 3.03-alt1
4.1: 3.03-alt1
4.0: 3.02-alt1

Group :: Development/Perl
RPM: perl-Text-Soundex

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Text-Soundex
Name: perl-%dist
Version: 3.05
Release: alt1.1.1

Summary: Implementation of the Soundex algorithm as described by Knuth
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Text-Soundex-%{version}.tar.gz

# Automatically added by buildreq on Fri Oct 07 2011

BuildRequires: perl-devel

%description
This module implements the soundex algorithm as described by Donald Knuth
in Volume 3 of The Art of Computer Programming.  The algorithm is intended
to hash words (in particular surnames) into a small space using a simple model
which approximates the sound of the word when spoken by an English speaker.
Each word is reduced to a four character string, the first character being
an upper case letter and the remaining three being digits.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/Text
%perl_vendor_autolib/Text

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin