Package perl-Test-LongString: Specfile

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

%define module Test-LongString
%define m_distro Test-LongString
%define m_name Test::LongString
%define m_author_id unknown
%define _enable_test 1

Name: perl-Test-LongString
Version: 0.17
Release: alt1

Summary: Test-LongString - tests strings for equality, with more helpful failures

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/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz

# Automatically added by buildreq on Sat Nov 11 2006
BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage

%description
This module provides some drop-in replacements for the string
comparison functions of Test::More, but which are more suitable
when you test against long strings.  If you've ever had to search
for text in a multi-line string like an HTML document, or find
specific items in binary data, this is the module for you.

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

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Test/*

%changelog
* Thu Nov 13 2014 Igor Vlasenko <viy@altlinux.ru> 0.17-alt1
- automated CPAN update

* Tue Sep 09 2014 Igor Vlasenko <viy@altlinux.ru> 0.16-alt1
- automated CPAN update

* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1
- automated CPAN update

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

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

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

* Sat Nov 11 2006 Vitaly Lipatov <lav@altlinux.ru> 0.11-alt0.1
- new version 0.11 (with rpmrb script)
- update buildreq, fix Source URL

* Fri Sep 02 2005 Vitaly Lipatov <lav@altlinux.ru> 0.08-alt1
- first build for ALT Linux Sisyphus