2008-01-04 19:49:05 +00:00
|
|
|
Name: perl-Date-Manip
|
2010-04-16 12:50:18 +00:00
|
|
|
Version: 6.07
|
2010-04-27 16:10:39 +00:00
|
|
|
Release: 3%{?dist}
|
2008-01-04 19:49:05 +00:00
|
|
|
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
|
|
|
|
|
2010-01-13 08:30:51 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
2008-01-04 19:49:05 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2010-02-01 09:05:31 +00:00
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(YAML::Syck)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
Requires: perl(YAML::Syck)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2008-01-04 19:49:05 +00:00
|
|
|
|
|
|
|
# This package was formerly known as perl-DateManip
|
|
|
|
Provides: perl-DateManip = %{version}-%{release}
|
|
|
|
Obsoletes: perl-DateManip < 5.48-1
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
2010-02-01 09:05:31 +00:00
|
|
|
Date::Manip is a series of modules designed to make any common date/time
|
2010-01-13 08:30:51 +00:00
|
|
|
manipulation easy to do. Operations such as comparing two times,
|
2008-01-04 19:49:05 +00:00
|
|
|
calculating a time a given amount of time from another, or parsing
|
2010-02-01 09:05:31 +00:00
|
|
|
international times are all easily done. From the very beginning, the main
|
|
|
|
focus of Date::Manip has been to be able to do ANY desired date/time
|
|
|
|
operation easily, not necessarily quickly. Also, it is definitely oriented
|
|
|
|
towards the type of operations we (as people) tend to think of rather than
|
|
|
|
those operations used routinely by computers. There are other modules that
|
|
|
|
can do a subset of the operations available in Date::Manip much quicker
|
|
|
|
than those presented here, so be sure to read the section SHOULD I USE
|
|
|
|
DATE::MANIP in the Date::Manip::Misc document before deciding which of the
|
|
|
|
Date and Time modules from CPAN is for you.
|
2008-01-04 19:49:05 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Date-Manip-%{version}
|
|
|
|
|
|
|
|
%build
|
2010-02-01 09:05:31 +00:00
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build
|
2008-01-04 19:49:05 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2010-02-01 09:05:31 +00:00
|
|
|
|
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
2008-01-04 19:49:05 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
2010-02-01 09:05:31 +00:00
|
|
|
./Build test
|
2008-01-04 19:49:05 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2010-04-16 12:50:18 +00:00
|
|
|
%doc HISTORY LICENSE README README.first
|
2008-01-04 19:49:05 +00:00
|
|
|
%{perl_vendorlib}/Date/
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-04-27 16:10:39 +00:00
|
|
|
* Tue Apr 27 2010 Marcela Maslanova <mmaslano@redhat.com> - 6.07-3
|
2010-04-27 14:57:42 +00:00
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-04-16 12:50:18 +00:00
|
|
|
* Fri Apr 16 2010 Marcela Mašláňová <mmaslano@redhat.com> - 6.07-1
|
|
|
|
- update
|
|
|
|
|
2010-02-01 09:05:31 +00:00
|
|
|
* Mon Feb 1 2010 Marcela Mašláňová <mmaslano@redhat.com> - 6.05-1
|
|
|
|
- update, remove patch (tested functionality without it)
|
|
|
|
|
2010-01-13 08:30:51 +00:00
|
|
|
* Wed Jan 13 2010 Marcela Mašláňová <mmaslano@redhat.com> - 5.54-5
|
|
|
|
- add license into doc and fix rpmlint warnings
|
|
|
|
|
2009-12-07 13:22:21 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 5.54-4
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 05:32:49 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.54-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 14:39:54 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.54-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-26 17:07:07 +00:00
|
|
|
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 5.54-1
|
|
|
|
- new upstream version
|
2008-11-28 12:44:00 +00:00
|
|
|
- add BuildRequires so that testsuite can be fully executed
|
2008-11-26 17:07:07 +00:00
|
|
|
|
2008-02-28 13:04:57 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-3
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-20 16:21:10 +00:00
|
|
|
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-01-04 19:49:05 +00:00
|
|
|
* Thu Jan 3 2008 Ed Avis <eda@waniasset.com> - 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 <rnorwood@redhat.com> - 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 <rnorwood@redhat.com> - 5.44-3
|
|
|
|
- Fix minor issues in spec file for package review
|
|
|
|
- Bump release
|
|
|
|
- Resolves: rhbz#226250
|
|
|
|
|
|
|
|
* Fri Nov 10 2006 Robin Norwood <rnorwood@redhat.com> - 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 <jkeating@redhat.com> - 5.44-1.3
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 5.44-1.2
|
|
|
|
- rebuild for new perl-5.8.8
|
|
|
|
|
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcc
|
|
|
|
|
|
|
|
* Fri Sep 9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.44-1
|
|
|
|
- Update to 5.44.
|
|
|
|
|
|
|
|
* Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.42a-4
|
|
|
|
- Bring up to date with current Fedora.Extras perl spec template. (#155913)
|
|
|
|
|
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 5.42a-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 5.42a-1
|
|
|
|
- update to 5.42a
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Dec 7 2001 root <root@redhat.com>
|
|
|
|
- Spec file was autogenerated.
|