perl-Date-Manip/perl-Date-Manip.spec

346 lines
11 KiB
RPMSpec
Raw Normal View History

2008-01-04 19:49:05 +00:00
Name: perl-Date-Manip
Version: 6.60
Release: 1%{?dist}
2011-01-18 08:29:40 +00:00
Summary: Date manipulation routines
2008-01-04 19:49:05 +00:00
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
BuildArch: noarch
2015-03-03 12:40:57 +00:00
# Build
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
2015-03-03 12:40:57 +00:00
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Runtime
BuildRequires: perl(Carp)
# XXX: BuildRequires: perl(Cwd)
2015-06-02 13:42:01 +00:00
# XXX: BuildRequires: perl(Data::Dumper)
2010-10-27 12:24:10 +00:00
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
# XXX: BuildRequires: perl(File::Find)
# XXX: BuildRequires: perl(File::Spec)
2013-06-25 12:10:09 +00:00
BuildRequires: perl(integer)
BuildRequires: perl(IO::File)
BuildRequires: perl(Storable)
2013-06-25 12:10:09 +00:00
BuildRequires: perl(utf8)
# Tests only
BuildRequires: perl(Test::Inter)
2013-12-03 15:48:26 +00:00
BuildRequires: perl(Test::More)
2015-03-03 12:40:57 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(Cwd)
Requires: perl(File::Find)
Requires: perl(File::Spec)
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
2011-01-18 08:29:40 +00:00
%{?perl_default_filter}
2008-01-04 19:49:05 +00:00
%description
Date::Manip is a series of modules designed to make any common date/time
2012-03-14 14:35:29 +00:00
operation easy to do. Operations such as comparing two times, determining a
data a given amount of time from another, or parsing international times
2011-01-18 08:29:40 +00:00
are all easily done. It deals with time as it is used in the Gregorian
calendar (the one currently in use) with full support for time changes due
to daylight saving time.
2008-01-04 19:49:05 +00:00
%prep
%setup -q -n Date-Manip-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
2008-01-04 19:49:05 +00:00
%install
make pure_install DESTDIR=%{buildroot}
2012-11-01 13:58:14 +00:00
%{_fixperms} %{buildroot}/*
2008-01-04 19:49:05 +00:00
%check
make test
2008-01-04 19:49:05 +00:00
%files
2015-03-03 12:40:57 +00:00
%license LICENSE
%doc README README.first
2008-01-04 19:49:05 +00:00
%{perl_vendorlib}/Date/
2012-09-12 12:45:58 +00:00
%{_mandir}/man[13]/*.[13]*
%{_bindir}/dm_*
2008-01-04 19:49:05 +00:00
%changelog
* Mon Sep 04 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.60-1
- 1487801 - Rebase to upstream version 6.60.
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.59-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-06-04 16:56:23 +00:00
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 6.59-2
- Perl 5.26 rebuild
* Sat Jun 03 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.59-1
- 1458071 - Rebase to upstream version 6.59.
* Thu Mar 02 2017 Jan Pazdziora <jpazdziora@redhat.com> - 6.58-1
- 1428184 - Rebase to upstream version 6.58.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.57-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Dec 02 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.57-1
- 1400728 - Rebase to upstream version 6.57.
* Sat Sep 10 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.56-1
- 1372494 - Rebase to upstream version 6.56.
- 1372494 - Rebase to upstream version 6.55, build failed due to
https://rt.cpan.org/Public/Bug/Display.html?id=117404.
* Wed Jun 01 2016 Jan Pazdziora <jpazdziora@redhat.com> - 6.54-1
- 1341373 - Rebase to upstream version 6.54.
2016-05-15 07:44:25 +00:00
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 6.53-2
- Perl 5.24 rebuild
* Thu Mar 03 2016 Petr Šabata <contyk@redhat.com> - 6.53-1
- 6.53 bump
- Various bugfixes
- Timezone data updated
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Dec 02 2015 Petr Šabata <contyk@redhat.com> - 6.52-1
- 6.52 bump
- Holidays reworked slightly
- Timezone data updated
* Wed Sep 02 2015 Petr Šabata <contyk@redhat.com> - 6.51-1
- 6.51 bump, bugfixes and tzdata updates
- This release changes the behavior of Date::Manip::Delta::value which
now returns an empty string rather than undef, where applicable
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.50-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-05 09:00:09 +00:00
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 6.50-2
- Perl 5.22 rebuild
2015-06-02 13:42:01 +00:00
* Tue Jun 02 2015 Petr Šabata <contyk@redhat.com> - 6.50-1
- 6.50 bump, bugfixes and new tzdata
2015-03-03 12:40:57 +00:00
* Tue Mar 03 2015 Petr Šabata <contyk@redhat.com> - 6.49-1
- 6.49 bugfix bump
* Fri Dec 05 2014 Petr Šabata <contyk@redhat.com> - 6.48-1
- 6.48 bump
- various bugfixes and tzdata updates
2014-09-10 14:25:55 +00:00
* Wed Sep 10 2014 Petr Šabata <contyk@redhat.com> - 6.47-1
- Update timezone data
2014-08-28 00:15:05 +00:00
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.46-2
- Perl 5.20 rebuild
2014-07-11 12:19:11 +00:00
* Fri Jul 11 2014 Petr Pisar <ppisar@redhat.com> - 6.46-1
- 6.46 bump
2014-06-17 11:40:15 +00:00
* Tue Jun 17 2014 Petr Šabata <contyk@redhat.com> - 6.45-1
- 6.45 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.44-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Jun 04 2014 Petr Šabata <contyk@redhat.com> - 6.44-1
- 6.44 bump, Unicode support enhancements
2014-03-28 18:34:15 +00:00
* Fri Mar 28 2014 Petr Šabata <contyk@redhat.com> - 6.43-1
- 6.43 bump, no code changes
2013-12-03 15:48:26 +00:00
* Tue Dec 03 2013 Petr Pisar <ppisar@redhat.com> - 6.42-1
- 6.42 bump
* Tue Sep 10 2013 Petr Šabata <contyk@redhat.com> - 6.41-1
- 6.41 bump
- Various bugfixes, new tzdata
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.40-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-21 02:23:59 +00:00
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 6.40-3
- Perl 5.18 rebuild
2013-06-25 12:10:09 +00:00
* Tue Jun 25 2013 Jitka Plesnikova <jplesnik@redhat.com> - 6.40-2
- Specify all dependencies
2013-06-10 15:16:19 +00:00
* Mon Jun 10 2013 Petr Šabata <contyk@redhat.com> - 6.40-1
- 6.40 bump, TZ updates
2013-03-01 11:49:24 +00:00
* Fri Mar 01 2013 Petr Pisar <ppisar@redhat.com> - 6.39-1
- 6.39 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.38-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-01-10 09:13:24 +00:00
* Thu Jan 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 6.38-1
- 6.38 bump
2012-12-03 11:22:29 +00:00
* Mon Dec 03 2012 Petr Pisar <ppisar@redhat.com> - 6.37-1
- 6.37 bump
2012-11-01 13:58:14 +00:00
* Thu Nov 01 2012 Petr Šabata <contyk@redhat.com> - 6.36-1
- 6.36 bump
2012-09-12 12:45:58 +00:00
* Wed Sep 12 2012 Jitka Plesnikova <jplesnik@redhat.com> - 6.34-1
- 6.34 bump
- examples are included in man pages and bin directory. Remove them from doc.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-20 16:10:36 +00:00
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 6.32-2
- Perl 5.16 rebuild
2012-06-04 13:51:21 +00:00
* Mon Jun 04 2012 Petr Šabata <contyk@redhat.com> - 6.32-1
- 6.32 bump
- Remove command macros
- Don't require a specific version of Module::Build
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 6.31-2
- Round Module::Build version to 2 digits
2012-03-14 14:35:29 +00:00
* Wed Mar 14 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.31-1
- bump to 6.31
2012-01-13 14:33:36 +00:00
* Fri Jan 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.30-1
- bump to 6.30
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-09-01 11:51:38 +00:00
* Thu Sep 01 2011 Petr Pisar <ppisar@redhat.com> - 6.25-1
- 6.25 bump
- Package examples
2011-07-21 14:37:19 +00:00
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 6.24-3
- Perl mass rebuild
2011-07-19 13:31:35 +00:00
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 6.24-2
- Perl mass rebuild
2011-06-14 10:48:37 +00:00
* Tue Jun 14 2011 Petr Sabata <contyk@redhat.com> - 6.24-1
- 6.24 bump
- defattr removed
* Mon Apr 18 2011 Petr Sabata <psabata@redhat.com> - 6.23-1
- 6.23 bump
- IO::File added to BR
- Buildroot stuff removed
2011-03-08 14:15:13 +00:00
* Tue Mar 8 2011 Petr Sabata <psabata@redhat.com> - 6.22-1
- 6.22 bump, new timezone data
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-18 08:29:40 +00:00
* Tue Jan 18 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.21-1
- update to 6.21
2010-12-03 08:12:17 +00:00
* Fri Dec 3 2010 Petr Sabata <psabata@redhat.com> - 6.20-1
- 6.20 bump, internal resources might be incompatible with previous versions
2010-10-27 12:24:10 +00:00
* Wed Oct 27 2010 Petr Pisar <ppisar@redhat.com> - 6.14-1
- 6.14 bump
- Remove double-required perl(YAML::Syck)
2010-10-18 12:27:01 +00:00
* Mon Oct 18 2010 Petr Sabata <psabata@redhat.com> - 6.13-1
- 6.13 bump
2010-10-04 11:51:15 +00:00
* Mon Oct 4 2010 Petr Sabata <psabata@redhat.com> - 6.12-1
- 6.12 bump
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 6.11-1
- 6.11 bump
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
* Mon Feb 1 2010 Marcela Mašláňová <mmaslano@redhat.com> - 6.05-1
- update, remove patch (tested functionality without it)
* 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
* 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
* 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
- 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.