Package perl-Time-Piece: Specfile

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

%define module Time-Piece
%define m_distro Time-Piece
%define m_name Time::Piece
%define m_author_id unknown
%define _enable_test 1

Name: perl-Time-Piece
Version: 1.20
Release: alt1.1

Summary: Object Oriented time objects

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://www.cpan.org/authors/id/M/MS/MSERGEANT/Time-Piece-1.20.tar.gz

# Automatically added by buildreq on Mon Dec 11 2006
BuildRequires: perl-devel

%description
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards
compatible manner, so that using localtime/gmtime in the way documented
in perlfunc will still return what you expect.

The module actually implements most of an interface described by
Larry Wall on the perl5-porters mailing list here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-01/msg00241.html

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/Time/*
%perl_vendor_autolib/Time/*

%changelog
* Sun Nov 07 2010 Vladimir Lettiev <crux@altlinux.ru> 1.20-alt1.1
- rebuilt with perl 5.12

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

* Wed Oct 08 2008 Vitaly Lipatov <lav@altlinux.ru> 1.13-alt1
- new version 1.13 (with rpmrb script)

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

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