Пакет perl-Log-Channel: Specfile

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

%define module Log-Channel
%define m_distro Log-Channel
%define m_name Log::Channel
%define m_author_id JMAY
%define _enable_test 1

Name: perl-Log-Channel
Version: 0.7
Release: alt1.1.1

Summary: %m_name - yet another logging package

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

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMAY/%m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jul 22 2008 (-bi)
BuildRequires: perl-Log-Dispatch-Config perl-XML-Simple perl-devel

%description
Allows for code to specify channels for delivery of logging messages,
and for users of the code to control the delivery and formatting of
the messages.

Yes, this is yet another logging module.  Some differences between
Log::Channel and other logging packages:

* Log::Channel does not define a strict classification of logging "levels"
(debug, info, warn, crit, etc.).  You may define a priority for a channel
using set_priority(), but this is optional, and you can name your priority
levels anything you want.

* Able to take over carp and croak events from other modules and route the
output according to the Log::Channel configuration.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%doc Changes
%exclude %perl_vendor_archlib

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

* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 0.7-alt1.1
- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.

* Tue Jul 22 2008 Michael Bochkaryov <misha@altlinux.ru> 0.7-alt1
- first build for ALT Linux Sisyphus