Package perl-Log-Dispatch-Perl: Specfile

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

%define module Log-Dispatch-Perl
%define m_distro Log-Dispatch-Perl
%define m_name Log::Dispatch::Perl
%define m_author_id ELIZABETH
%define _enable_test 1

Name: perl-Log-Dispatch-Perl
Version: 0.04
Release: alt1

Summary: Log::Dispatch::Perl - Use core Perl functions for logging

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/E/EL/ELIZABETH/Log-Dispatch-Perl-%{version}.tar.gz

# Automatically added by buildreq on Mon Apr 14 2008
BuildRequires: perl-Log-Dispatch perl-devel

%description
The "Log::Dispatch::Perl" module offers a logging alternative using standard
Perl core functions.  It allows you to fall back to the common Perl
alternatives for logging, such as "warn" and "cluck".  It also adds the
possibility for a logging action to halt the current environment, such as
with "die" and "croak".

%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/Log/Dispatch/*

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

* Fri Dec 12 2008 Vitaly Lipatov <lav@altlinux.ru> 0.03-alt2
- cleanup spec

* Mon Apr 14 2008 Andrew Kornilov <hiddenman@altlinux.ru> 0.03-alt1
- first build for ALT Linux Sisyphus