Blame SPECS/perl-Date-Manip.spec

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