Package perl-Email-Date: Specfile

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

%define module Email-Date
%define m_distro Email-Date
%define m_name Email::Date
%define m_author_id unknown
%define _enable_test 1

Name: perl-Email-Date
Version: 1.104
Release: alt1

Summary: Find and Format Date Headers

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/RJ/RJBS/Email-Date-%{version}.tar.gz

# Automatically added by buildreq on Tue Oct 14 2008
BuildRequires: perl-Email-Abstract perl-Email-Date-Format perl-Test-Pod perl-Test-Pod-Coverage perl-Time-Piece perl(Capture/Tiny.pm)

%description
RFC 2822 defines the "Date:" header. It declares the header a required
part of an email message. The syntax for date headers is clearly laid
out. Stil, even a perfectly planned world has storms. The truth is, many
programs get it wrong. Very wrong. Or, they don't include a "Date:" header
at all. This often forces you to look elsewhere for the date, and hoping
to find something.

For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC
compliant date strings is also found in this software.

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

%build
%perl_vendor_build

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

%files
%doc README Changes
%perl_vendor_privlib/Email/

%changelog
* Mon Sep 16 2013 Igor Vlasenko <viy@altlinux.ru> 1.104-alt1
- automated CPAN update

* Wed Sep 17 2008 Vitaly Lipatov <lav@altlinux.ru> 1.103-alt1
- new version 1.103 (with rpmrb script)
- fix directory ownership violation
- disable man packing

* Mon Dec 11 2006 Vitaly Lipatov <lav@altlinux.ru> 1.101-alt1
- first build for ALT Linux Sisyphus