File perl-String-Approx.spec of Package perl-String-Approx
#
# spec file for package perl-String-Approx
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-String-Approx
%define cpan_name String-Approx
Summary: Perl extension for approximate matching (fuzzy matching)
License: Artistic-1.0 or GPL-2.0+
Group: Development/Libraries/Perl
Version: 3.26
Release: 0
Url: http://search.cpan.org/dist/String-Approx
Source0: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
Requires: perl(Test::More)
%description
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors,
closely related vocabularies (colour color),
genetic mutations (GAG ACT), abbreviations (McScot, MacScot).
NOTE: String::Approx suits the task of string matching,
not string comparison, and it works for strings, not for text.
Authors: Jarkko Hietaniemi <jhi@iki.fi>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root)
%doc Artistic ChangeLog README
%changelog