%perl_module DateManip 5.42a 1_13 Summary: A Perl module containing a wide variety of date manipulation routines. Group: Applications/CPAN License: distributable 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 BuildArch: noarch Requires: perl >= 0:5.00503 %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_man3dir}/Date::Manip.3pm* %changelog * 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.