Package perl-Locale-Maketext-Fuzzy: Specfile

#
#   - Locale-Maketext-Fuzzy -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       --spec-only -U Locale::Maketext::Fuzzy
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Locale-Maketext-Fuzzy
%define m_distro Locale-Maketext-Fuzzy
%define m_name Locale-Maketext-Fuzzy
%define m_author_id unknown
%define _enable_test 1

Name: perl-Locale-Maketext-Fuzzy
Version: 0.11
Release: alt1

Summary: Locale-Maketext-Fuzzy - Maketext from already interpolated strings

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/A/AU/AUDREYT/Locale-Maketext-Fuzzy-%{version}.tar.gz

# Automatically added by buildreq on Mon Jun 06 2005
BuildRequires: perl-I18N-LangTags perl-Locale-Maketext perl-devel

%description
This module is a subclass of "Locale::Maketext", with additional
support for localizing messages that already contains interpolated
variables.  This is most useful when the messages are returned by
external modules -- for example, to match "dir: command not found"
against "[_1]: command not found".

Of course, this module is also useful if you're simply too lazy
to use the

    $lh->maketext("[quant,_1,file,files] deleted.", $count);

syntax, but wish to write

    $lh->maketext_fuzzy("$count files deleted");

instead, and have the correct plural form figured out automatically.

If "maketext_fuzzy" seems too long to type for you, this module
also provides a "override_maketext" method to turn *all* "maketext"
calls into "maketext_fuzzy" calls.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Locale/

%changelog
* Mon Sep 24 2012 Igor Vlasenko <viy@altlinux.ru> 0.11-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.10-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 0.10-alt1
- automated CPAN update

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.02-alt2
- fix directory ownership violation

* Mon Jun 06 2005 Vitaly Lipatov <lav@altlinux.ru> 0.02-alt1
- first build for ALT Linux Sisyphus