Пакет perl-Data-ICal: Specfile

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

%define module Data-ICal
%define m_distro Data-ICal
%define m_name Data-ICal
%define m_author_id JESSE
%define _enable_test 1

Name: perl-Data-ICal
Version: 0.22
Release: alt1

Summary: Generates iCalendar (RFC 2445) calendar files

License: Artistic
Group: Development/Perl
Url: %CPAN %m_distro

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch

Source: http://www.cpan.org/authors/id/A/AL/ALEXMV/Data-ICal-%{version}.tar.gz

# Automatically added by buildreq on Sun Jun 22 2008
BuildRequires: perl-Class-ReturnValue perl-Module-Install perl-Test-LongString perl-Test-NoWarnings perl-Test-Pod perl-Test-Pod-Coverage perl-Test-Warn perl-Text-vFile-asData perl-CPAN

%description
A Data::ICal object represents a VCALENDAR object as defined in
the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as
implemented in many popular calendaring programs such as Apple's iCal.
Each Data::ICal object is a collection of "entries", which are objects
of a subclass of Data::ICal::Entry. The types of entries defined
by iCalendar (which refers to them as "components") include events,
to-do items, journal entries, free/busy time indicators, and time zone
descriptors; in addition, events and to-do items can contain alarm
entries. (Currently, Data::ICal only implements to-do items and events.)
Data::ICal is a subclass of Data::ICal::Entry; see its manpage for more
methods applicable to Data::ICal.

%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/Data/*

%changelog
* Wed Apr 01 2015 Igor Vlasenko <viy@altlinux.ru> 0.22-alt1
- automated CPAN update

* Wed Jul 24 2013 Igor Vlasenko <viy@altlinux.ru> 0.21-alt1
- automated CPAN update

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

* Fri Jul 16 2010 Igor Vlasenko <viy@altlinux.ru> 0.16-alt1
- automated CPAN update

* Mon Dec 22 2008 Vitaly Lipatov <lav@altlinux.ru> 0.13-alt3
- cleanup spec
- fix directory ownership violation
- disable man packaging
- change packager

* Sun Jun 22 2008 Andrew Kornilov <hiddenman@altlinux.ru> 0.13-alt1
- first build for ALT Linux Sisyphus