Package perl-Lingua-EN-Sentence: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - Lingua::EN::Sentence -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       --spec-only -U Lingua::EN::Sentence
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Lingua-EN-Sentence
%define m_distro Lingua-EN-Sentence
%define m_name Lingua::EN::Sentence
%define m_author_id unknown
%define _enable_test 1

Name: perl-Lingua-EN-Sentence
Version: 0.31
Release: alt1

Summary: Lingua-EN-Sentence - Module for splitting text into sentences

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/K/KI/KIMRYAN/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Tue Jun 07 2005
BuildRequires: perl-devel

%description
The "Lingua::EN::Sentence" module contains the function get_sentences,
which splits text into its constituent sentences, based on a regular
expression and a list of abbreviations (built in and given).

Certain well know exceptions, such as abreviations, may cause incorrect
segmentations.  But some of them are already integrated into this code
and are being taken care of.  Still, if you see that there are words
causing the get_sentences() to fail, you can add those to the module,
so it notices them.

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README examples
%perl_vendor_privlib/Lingua/

%changelog
* Tue Aug 21 2018 Igor Vlasenko <viy@altlinux.ru> 0.31-alt1
- automated CPAN update

* Tue Sep 20 2016 Igor Vlasenko <viy@altlinux.ru> 0.30-alt1
- automated CPAN update

* Sun Oct 11 2015 Igor Vlasenko <viy@altlinux.ru> 0.29-alt1
- automated CPAN update

* Fri May 22 2015 Igor Vlasenko <viy@altlinux.ru> 0.28-alt1
- automated CPAN update

* Wed Apr 01 2015 Igor Vlasenko <viy@altlinux.ru> 0.27-alt1
- automated CPAN update

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

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

* Tue Jun 07 2005 Vitaly Lipatov <lav@altlinux.ru> 0.25-alt1
- first build for ALT Linux Sisyphus