18eceb
Name:           perl-Date-Manip
18eceb
Version:        6.60
18eceb
Release:        2%{?dist}
18eceb
Summary:        Date manipulation routines
18eceb
Group:          Development/Libraries
18eceb
License:        GPL+ or Artistic
18eceb
URL:            http://search.cpan.org/dist/Date-Manip/
18eceb
Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
18eceb
BuildArch:      noarch
18eceb
# Build
18eceb
BuildRequires:  make
18eceb
BuildRequires:  perl-interpreter
18eceb
BuildRequires:  perl-generators
18eceb
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
18eceb
BuildRequires:  perl(strict)
18eceb
BuildRequires:  perl(warnings)
18eceb
# Runtime
18eceb
BuildRequires:  perl(Carp)
18eceb
# XXX: BuildRequires:  perl(Cwd)
18eceb
# XXX: BuildRequires:  perl(Data::Dumper)
18eceb
BuildRequires:  perl(Encode)
18eceb
BuildRequires:  perl(Exporter)
18eceb
# XXX: BuildRequires:  perl(File::Find)
18eceb
# XXX: BuildRequires:  perl(File::Spec)
18eceb
BuildRequires:  perl(integer)
18eceb
BuildRequires:  perl(IO::File)
18eceb
BuildRequires:  perl(Storable)
18eceb
BuildRequires:  perl(utf8)
18eceb
# Tests only
18eceb
BuildRequires:  perl(Test::Inter)
18eceb
BuildRequires:  perl(Test::More)
18eceb
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
18eceb
Requires:       perl(Cwd)
18eceb
Requires:       perl(File::Find)
18eceb
Requires:       perl(File::Spec)
18eceb
18eceb
# This package was formerly known as perl-DateManip
18eceb
Provides: perl-DateManip = %{version}-%{release}
18eceb
Obsoletes: perl-DateManip < 5.48-1
18eceb
18eceb
%{?perl_default_filter}
18eceb
18eceb
%description
18eceb
Date::Manip is a series of modules designed to make any common date/time
18eceb
operation easy to do. Operations such as comparing two times, determining a
18eceb
data a given amount of time from another, or parsing international times
18eceb
are all easily done. It deals with time as it is used in the Gregorian
18eceb
calendar (the one currently in use) with full support for time changes due
18eceb
to daylight saving time.
18eceb
18eceb
%prep
18eceb
%setup -q -n Date-Manip-%{version}
18eceb
18eceb
%build
18eceb
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
18eceb
make %{?_smp_mflags}
18eceb
18eceb
%install
18eceb
make pure_install DESTDIR=%{buildroot}
18eceb
%{_fixperms} %{buildroot}/*
18eceb
18eceb
%check
18eceb
make test
18eceb
18eceb
%files
18eceb
%license LICENSE
18eceb
%doc README README.first
18eceb
%{perl_vendorlib}/Date/
18eceb
%{_mandir}/man[13]/*.[13]*
18eceb
%{_bindir}/dm_*
18eceb
18eceb
%changelog
18eceb
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.60-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
18eceb
18eceb
* Mon Sep 04 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.60-1
18eceb
- 1487801 - Rebase to upstream version 6.60.
18eceb
18eceb
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.59-3
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
18eceb
18eceb
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 6.59-2
18eceb
- Perl 5.26 rebuild
18eceb
18eceb
* Sat Jun 03 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.59-1
18eceb
- 1458071 - Rebase to upstream version 6.59.
18eceb
18eceb
* Thu Mar 02 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.58-1
18eceb
- 1428184 - Rebase to upstream version 6.58.
18eceb
18eceb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.57-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
18eceb
18eceb
* Fri Dec 02 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.57-1
18eceb
- 1400728 - Rebase to upstream version 6.57.
18eceb
18eceb
* Sat Sep 10 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.56-1
18eceb
- 1372494 - Rebase to upstream version 6.56.
18eceb
- 1372494 - Rebase to upstream version 6.55, build failed due to
18eceb
  https://rt.cpan.org/Public/Bug/Display.html?id=117404.
18eceb
18eceb
* Wed Jun 01 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.54-1
18eceb
- 1341373 - Rebase to upstream version 6.54.
18eceb
18eceb
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 6.53-2
18eceb
- Perl 5.24 rebuild
18eceb
18eceb
* Thu Mar 03 2016 Petr Šabata <contyk@redhat.com> - 6.53-1
18eceb
- 6.53 bump
18eceb
- Various bugfixes
18eceb
- Timezone data updated
18eceb
18eceb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.52-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
18eceb
18eceb
* Wed Dec 02 2015 Petr Šabata <contyk@redhat.com> - 6.52-1
18eceb
- 6.52 bump
18eceb
- Holidays reworked slightly
18eceb
- Timezone data updated
18eceb
18eceb
* Wed Sep 02 2015 Petr Šabata <contyk@redhat.com> - 6.51-1
18eceb
- 6.51 bump, bugfixes and tzdata updates
18eceb
- This release changes the behavior of Date::Manip::Delta::value which
18eceb
  now returns an empty string rather than undef, where applicable
18eceb
18eceb
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.50-3
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
18eceb
18eceb
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 6.50-2
18eceb
- Perl 5.22 rebuild
18eceb
18eceb
* Tue Jun 02 2015 Petr Šabata <contyk@redhat.com> - 6.50-1
18eceb
- 6.50 bump, bugfixes and new tzdata
18eceb
18eceb
* Tue Mar 03 2015 Petr Šabata <contyk@redhat.com> - 6.49-1
18eceb
- 6.49 bugfix bump
18eceb
18eceb
* Fri Dec 05 2014 Petr Šabata <contyk@redhat.com> - 6.48-1
18eceb
- 6.48 bump
18eceb
- various bugfixes and tzdata updates
18eceb
18eceb
* Wed Sep 10 2014 Petr Šabata <contyk@redhat.com> - 6.47-1
18eceb
- Update timezone data
18eceb
18eceb
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.46-2
18eceb
- Perl 5.20 rebuild
18eceb
18eceb
* Fri Jul 11 2014 Petr Pisar <ppisar@redhat.com> - 6.46-1
18eceb
- 6.46 bump
18eceb
18eceb
* Tue Jun 17 2014 Petr Šabata <contyk@redhat.com> - 6.45-1
18eceb
- 6.45 bump
18eceb
18eceb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.44-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
18eceb
18eceb
* Wed Jun 04 2014 Petr Šabata <contyk@redhat.com> - 6.44-1
18eceb
- 6.44 bump, Unicode support enhancements
18eceb
18eceb
* Fri Mar 28 2014 Petr Šabata <contyk@redhat.com> - 6.43-1
18eceb
- 6.43 bump, no code changes
18eceb
18eceb
* Tue Dec 03 2013 Petr Pisar <ppisar@redhat.com> - 6.42-1
18eceb
- 6.42 bump
18eceb
18eceb
* Tue Sep 10 2013 Petr Šabata <contyk@redhat.com> - 6.41-1
18eceb
- 6.41 bump
18eceb
- Various bugfixes, new tzdata
18eceb
18eceb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.40-4
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
18eceb
18eceb
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 6.40-3
18eceb
- Perl 5.18 rebuild
18eceb
18eceb
* Tue Jun 25 2013 Jitka Plesnikova <jplesnik@redhat.com> - 6.40-2
18eceb
- Specify all dependencies
18eceb
18eceb
* Mon Jun 10 2013 Petr Šabata <contyk@redhat.com> - 6.40-1
18eceb
- 6.40 bump, TZ updates
18eceb
18eceb
* Fri Mar 01 2013 Petr Pisar <ppisar@redhat.com> - 6.39-1
18eceb
- 6.39 bump
18eceb
18eceb
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.38-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
18eceb
18eceb
* Thu Jan 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 6.38-1
18eceb
- 6.38 bump
18eceb
18eceb
* Mon Dec 03 2012 Petr Pisar <ppisar@redhat.com> - 6.37-1
18eceb
- 6.37 bump
18eceb
18eceb
* Thu Nov 01 2012 Petr Šabata <contyk@redhat.com> - 6.36-1
18eceb
- 6.36 bump
18eceb
18eceb
* Wed Sep 12 2012 Jitka Plesnikova <jplesnik@redhat.com> - 6.34-1
18eceb
- 6.34 bump
18eceb
- examples are included in man pages and bin directory. Remove them from doc.
18eceb
18eceb
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.32-3
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
18eceb
18eceb
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 6.32-2
18eceb
- Perl 5.16 rebuild
18eceb
18eceb
* Mon Jun 04 2012 Petr Šabata <contyk@redhat.com> - 6.32-1
18eceb
- 6.32 bump
18eceb
- Remove command macros
18eceb
- Don't require a specific version of Module::Build
18eceb
18eceb
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 6.31-2
18eceb
- Round Module::Build version to 2 digits
18eceb
18eceb
* Wed Mar 14 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.31-1
18eceb
- bump to 6.31
18eceb
18eceb
* Fri Jan 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.30-1
18eceb
- bump to 6.30
18eceb
18eceb
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.25-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
18eceb
18eceb
* Thu Sep 01 2011 Petr Pisar <ppisar@redhat.com> - 6.25-1
18eceb
- 6.25 bump
18eceb
- Package examples
18eceb
18eceb
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 6.24-3
18eceb
- Perl mass rebuild
18eceb
18eceb
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 6.24-2
18eceb
- Perl mass rebuild
18eceb
18eceb
* Tue Jun 14 2011 Petr Sabata <contyk@redhat.com> - 6.24-1
18eceb
- 6.24 bump
18eceb
- defattr removed
18eceb
18eceb
* Mon Apr 18 2011 Petr Sabata <psabata@redhat.com> - 6.23-1
18eceb
- 6.23 bump
18eceb
- IO::File added to BR
18eceb
- Buildroot stuff removed
18eceb
18eceb
* Tue Mar  8 2011 Petr Sabata <psabata@redhat.com> - 6.22-1
18eceb
- 6.22 bump, new timezone data
18eceb
18eceb
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.21-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
18eceb
18eceb
* Tue Jan 18 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.21-1
18eceb
- update to 6.21
18eceb
18eceb
* Fri Dec  3 2010 Petr Sabata <psabata@redhat.com> - 6.20-1
18eceb
- 6.20 bump, internal resources might be incompatible with previous versions
18eceb
18eceb
* Wed Oct 27 2010 Petr Pisar <ppisar@redhat.com> - 6.14-1
18eceb
- 6.14 bump
18eceb
- Remove double-required perl(YAML::Syck)
18eceb
18eceb
* Mon Oct 18 2010 Petr Sabata <psabata@redhat.com> - 6.13-1
18eceb
- 6.13 bump
18eceb
18eceb
* Mon Oct  4 2010 Petr Sabata <psabata@redhat.com> - 6.12-1
18eceb
- 6.12 bump
18eceb
18eceb
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 6.11-1
18eceb
- 6.11 bump
18eceb
18eceb
* Tue Apr 27 2010 Marcela Maslanova <mmaslano@redhat.com> - 6.07-3
18eceb
- Mass rebuild with perl-5.12.0
18eceb
18eceb
* Fri Apr 16 2010 Marcela Mašláňová <mmaslano@redhat.com> - 6.07-1
18eceb
- update
18eceb
18eceb
* Mon Feb  1 2010 Marcela Mašláňová <mmaslano@redhat.com> - 6.05-1
18eceb
- update, remove patch (tested functionality without it)
18eceb
18eceb
* Wed Jan 13 2010 Marcela Mašláňová <mmaslano@redhat.com> - 5.54-5
18eceb
- add license into doc and fix rpmlint warnings
18eceb
18eceb
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 5.54-4
18eceb
- rebuild against perl 5.10.1
18eceb
18eceb
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.54-3
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
18eceb
18eceb
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.54-2
18eceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
18eceb
18eceb
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 5.54-1
18eceb
- new upstream version
18eceb
- add BuildRequires so that testsuite can be fully executed
18eceb
18eceb
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-3
18eceb
- Rebuild for perl 5.10 (again)
18eceb
18eceb
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.48-2
18eceb
- rebuild for new perl
18eceb
18eceb
* Thu Jan  3 2008 Ed Avis <eda@waniasset.com> - 5.48-1
18eceb
- Update to 5.48.
18eceb
- rhbz#214709 Krasnoyarsk patch now upstream.
18eceb
- Changed name to Date-Manip as now used on CPAN.
18eceb
18eceb
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 5.44-4
18eceb
- Apply patch to use date +%%z as possible source for timezone data
18eceb
- Fix license tag
18eceb
- Add TODO and HISTORY to %%doc list
18eceb
18eceb
* Tue Mar 20 2007 Robin Norwood <rnorwood@redhat.com> - 5.44-3
18eceb
- Fix minor issues in spec file for package review
18eceb
- Bump release
18eceb
- Resolves: rhbz#226250
18eceb
18eceb
* Fri Nov 10 2006 Robin Norwood <rnorwood@redhat.com> - 5.44-2
18eceb
- Add support for KRAT and KRAST timezones
18eceb
- Include magic dist tag in release
18eceb
- Resolves: rhbz#214709
18eceb
- Related: rhbz#100786
18eceb
18eceb
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.44-1.3
18eceb
- rebuild
18eceb
18eceb
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 5.44-1.2
18eceb
- rebuild for new perl-5.8.8
18eceb
18eceb
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
18eceb
- rebuilt for new gcc
18eceb
18eceb
* Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.44-1
18eceb
- Update to 5.44.
18eceb
18eceb
* Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.42a-4
18eceb
- Bring up to date with current Fedora.Extras perl spec template. (#155913)
18eceb
18eceb
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 5.42a-2
18eceb
- rebuild
18eceb
18eceb
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 5.42a-1
18eceb
- update to 5.42a
18eceb
18eceb
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
18eceb
- automated release bump and build
18eceb
18eceb
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
18eceb
- automated rebuild
18eceb
18eceb
* Fri Dec 7 2001 root <root@redhat.com>
18eceb
- Spec file was autogenerated.