Name: perl-Date-Manip Version: 5.54 Release: 2%{?dist} Summary: A Perl module containing a wide variety of date manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Date-Manip/ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz # Mailed to sbeck@cpan.org on 2008-11-26: Patch0: perl-Date-Manip-5.48-datez-rhbz248500.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # This package was formerly known as perl-DateManip Provides: perl-DateManip = %{version}-%{release} Obsoletes: perl-DateManip < 5.48-1 %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 Date-Manip-%{version} %patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README TODO HISTORY %{perl_vendorlib}/Date/ %{_mandir}/man3/*.3* %changelog * Thu Feb 26 2009 Fedora Release Engineering - 5.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Nov 26 2008 Stepan Kasal - 5.54-1 - new upstream version - add BuildRequires so that testsuite can be fully executed * Wed Feb 27 2008 Tom "spot" Callaway - 5.48-3 - Rebuild for perl 5.10 (again) * Sun Jan 20 2008 Tom "spot" Callaway - 5.48-2 - rebuild for new perl * Thu Jan 3 2008 Ed Avis - 5.48-1 - Update to 5.48. - rhbz#214709 Krasnoyarsk patch now upstream. - Changed name to Date-Manip as now used on CPAN. * Mon Aug 27 2007 Robin Norwood - 5.44-4 - Apply patch to use date +%%z as possible source for timezone data - Fix license tag - Add TODO and HISTORY to %%doc list * Tue Mar 20 2007 Robin Norwood - 5.44-3 - Fix minor issues in spec file for package review - Bump release - Resolves: rhbz#226250 * Fri Nov 10 2006 Robin Norwood - 5.44-2 - Add support for KRAT and KRAST timezones - Include magic dist tag in release - Resolves: rhbz#214709 - Related: rhbz#100786 * Wed Jul 12 2006 Jesse Keating - 5.44-1.3 - rebuild * Fri Feb 03 2006 Jason Vas Dias - 5.44-1.2 - rebuild for new perl-5.8.8 * Fri Dec 16 2005 Jesse Keating - rebuilt for new gcc * Fri Sep 9 2005 Jose Pedro Oliveira - 5.44-1 - Update to 5.44. * Mon Apr 25 2005 Jose Pedro Oliveira - 5.42a-4 - Bring up to date with current Fedora.Extras perl spec template. (#155913) * Wed Sep 22 2004 Chip Turner 5.42a-2 - rebuild * Fri Feb 13 2004 Chip Turner 5.42a-1 - update to 5.42a * 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.