Name: perl-DateTime-Format-ICal Version: 0.09 Release: 3%{?dist} Summary: Parse and format iCal datetime and duration strings License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-ICal/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) >= 0.17 BuildRequires: perl(DateTime::Event::ICal) >= 0.03 BuildRequires: perl(DateTime::Set) >= 0.1 BuildRequires: perl(DateTime::TimeZone) >= 0.22 BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.59 BuildRequires: perl(Test::More) Requires: perl(DateTime::Set) >= 0.1 Requires: perl(DateTime::TimeZone) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects. %prep %setup -q -n DateTime-Format-ICal-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Jul 25 2009 Fedora Release Engineering - 0.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.09-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu May 15 2008 Steven Pritchard 0.09-1 - Update to 0.09. * Thu Mar 06 2008 Tom "spot" Callaway - 0.08-6 - Rebuild for new perl * Thu Jan 03 2008 Ralf Corsépius 0.08-5 - Adjust License-tag. - BR: perl(Test::More) (BZ 419631). * Tue Apr 17 2007 Steven Pritchard 0.08-4 - Use fixperms macro instead of our own chmod incantation. * Sat Sep 16 2006 Steven Pritchard 0.08-3 - Fix find option order. * Sat Jul 08 2006 Steven Pritchard 0.08-2 - Remove redundant explicit dependencies. * Mon Jul 03 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.66.