%define pkg_name TimeDate %define pkg_version 1.16 %define rpm_pkg_version 1.16 %define rpm_pkg_release 6.n0i.9 Summary: A Perl module for time and date manipulation Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools %description This module includes a number of smaller modules suited for manipulation of time and date strings with Perl. In particular, the Date::Format and Date::Parse modules can display and read times and dates in various formats, providing a more reliable interface to textual representations of points in time. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc ChangeLog README %changelog * Tue May 22 2007 Marius Feraru - 1.16-6.n0i.9 - rebuild * Sat Jul 23 2005 Marius Feraru 1.16-5.n0i.8 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 1:1.16-4.n0i.7 - automatic rebuild (perl 5.8.6) * Tue Nov 30 2004 Marius FERARU 1:1.16-4.n0i.6 - rebuild (perl 5.8.6) * Sat May 22 2004 Marius FERARU 1:1.16-3.n0i.5 - bump serial to 1 to get rid of official Fedora antique * Fri Apr 30 2004 Marius Feraru 0:1.16-2.n0i.4 - automatic rebuild * Thu Apr 22 2004 Marius Feraru 0:1.16-2.n0i.3 - spec file (re?)created using N0i::CPAN::RPMizer/1.16 - rebuild (perl 5.8.4) * Thu Jan 22 2004 Marius FERARU 0:1.16-0.n0i.2 - automatic rebuild (perl 5.8.3) * Tue Dec 30 2003 Marius FERARU 0:1.16-0.n0i.1 - spec file (re?)created using N0i::CPAN::RPMizer/2003102001 - rebuilt on perl 5.8.2 / Fedora 1 Devel (tobe FC2) * Sun Jul 27 2003 Marius FERARU - custom rebuild - v 1.16 * Tue Aug 6 2002 Chip Turner - automated release bump and build * Tue Aug 6 2002 Chip Turner - update to 1.301 * Wed Jan 9 2002 Tim Powers - automated rebuild * Wed Oct 24 2001 root - Spec file was autogenerated.