Package perl-TAP: Specfile

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

%define module TAP
%define m_distro TAP
%define m_name TAP
%define m_author_id unknown
%define _enable_test 1

Name: perl-TAP
Version: 1.00
Release: alt1

Summary: The Test Anything Protocal

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Fri Oct 10 2008
BuildRequires: perl-Test-Pod

%description
TAP, the Test Anything Protocol, is Perl's simple text-based interface
between testing modules such as Test::More and a test harness such as
Test::Harness 2.x or TAP::Harness 3.x.

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

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/TAP.pm

%changelog
* Fri Oct 10 2008 Vitaly Lipatov <lav@altlinux.ru> 1.00-alt1
- initial build for ALT Linux Sisyphus