Package perl-Pod-Tests: Specfile

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

%define module Pod-Tests
%define m_distro Pod-Tests
%define m_name Pod-Tests
%define m_author_id unknown
%define _enable_test 1

Name: perl-Pod-Tests
Version: 1.20
Release: alt1

Summary: Extracts embedded tests and code examples from POD

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/E/ET/ETHER/Pod-Tests-%{version}.tar.gz

# Automatically added by buildreq on Sat Sep 24 2005
BuildRequires: perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl-devel

# automatically added during perl 5.8 -> 5.12 upgrade.
# perl-podlators is required for pod2man conversion.
BuildRequires: perl-podlators

%description
This is a specialized POD viewer to extract embedded tests and code
examples from POD.  It doesn't do much more than that.  pod2test does
the useful work.

%prep
%setup -q -n Pod-Tests-%{version}

%build
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

%files
%doc README CONTRIBUTING Changes
%_bindir/*
%_man1dir/*
%perl_vendor_privlib/Pod/

%changelog
* Sun Mar 03 2019 Igor Vlasenko <viy@altlinux.ru> 1.20-alt1
- automated CPAN update

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

* Thu Sep 18 2008 Vitaly Lipatov <lav@altlinux.ru> 1.19-alt1
- new version 1.19 (with rpmrb script)

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

* Sat Sep 24 2005 Vitaly Lipatov <lav@altlinux.ru> 0.18-alt1
- first build for ALT Linux Sisyphus