Package perl-MMS-Mail-Message: Specfile

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

%define module MMS-Mail-Message
%define m_distro MMS-Mail-Message
%define m_name MMS::Mail::Message
%define m_author_id unknown
%define _enable_test 1

Name: perl-MMS-Mail-Message
Version: 0.06
Release: alt1.1

Summary: A class representing an MMS (or picture) message sent via email

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/RO/ROBL/MMS-Mail-Message-0.06.tar.gz

# Automatically added by buildreq on Sat Feb 04 2006
BuildRequires: perl-Class-Accessor perl-Devel-Symdump perl-Pod-Coverage perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod-Coverage perl-devel

%description
This class is used by MMS::Mail::Parser to provide an itermediate data storage class after the MMS has been parsed by the "parse" method but before it has been through the second stage of parsing (the MMS::Mail::Parser "provider_parse" method).  If this doesn't make sense then take a look at MMS::Mail::Parser to get an idea where this module fits in before progressing any further.

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

%install
%perl_vendor_install

%files
%doc README Changes
%perl_vendor_privlib/MMS/

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

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

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

* Sat Feb 04 2006 Vitaly Lipatov <lav@altlinux.ru> 0.05-alt1
- initial build for ALT Linux Sisyphus