%perl_module Date-Manip 6.14 0_15 Summary: A Perl module containing a wide variety of date manipulation routines. Group: Applications/CPAN License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkgname}/ Source0: http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) ##BuildRequires: perl(Test::Inter) #BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) ##BuildRequires: perl(YAML::Syck) BuildArch: noarch Requires: perl >= 0:5.00503 # This package was formerly known as perl-DateManip Provides: perl-DateManip = %{evr} Obsoletes: perl-DateManip < %{evr} %description This is a set of routines designed to make any common date/time manipulation easy to do. Operations such as comparing two times, calculating a time a given amount of time from another, or parsing international times are all easily done. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %clean rm -rf %{buildroot} %install rm -rf %{buildroot} %perl_makeinstall %files %defattr(-,root,root,-) %{perl_vendorlib}/Date/Manip.pm %{perl_vendorlib}/Date/Manip.pod %{perl_vendorlib}/Date/Manip %{perl_man3dir}/Date::Manip*.3pm* %changelog * Tue Nov 2 2010 Axel Thimm - perl-DateManip compatibility bits added. * Sun Oct 24 2010 Axel Thimm - Update to 6.14. * Thu Oct 23 2003 Axel Thimm - Updated to 5.42a. * Thu Jul 3 2003 Axel Thimm - Update to 5.42. * Sat Jun 14 2003 Axel Thimm - Added patches by Ed Avis . * Mon Jun 9 2003 Axel Thimm - Updated to 5.41. * Mon Apr 7 2003 Axel Thimm - Apadpted to new macros. * Fri Mar 14 2003 Axel Thimm - Force "newer" for rpm < 4.1.1. (reported by Steinar Bang and S Rollins ). * Tue Aug 6 2002 Chip Turner - automated release bump and build * Wed Jan 09 2002 Tim Powers - automated rebuild * Fri Dec 7 2001 root - Spec file was autogenerated.