Update to 1.0702. Drop charset patch. Update License tag. BR Test::More.
This commit is contained in:
parent
2658446d6b
commit
c95065610a
@ -1 +1 @@
|
|||||||
DateTime-Format-Strptime-1.0700.tar.gz
|
DateTime-Format-Strptime-1.0702.tgz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- lib/DateTime/Format/Strptime.pm.orig 2005-11-04 17:38:04.000000000 -0600
|
|
||||||
+++ lib/DateTime/Format/Strptime.pm 2006-07-05 16:08:08.000000000 -0500
|
|
||||||
@@ -1170,7 +1170,7 @@
|
|
||||||
|
|
||||||
=head1 LICENSE AND COPYRIGHT
|
|
||||||
|
|
||||||
-Copyright E<169> Rick Measham, 2003-2005. All rights reserved.
|
|
||||||
+Copyright © Rick Measham, 2003-2005. All rights reserved.
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify it
|
|
||||||
under the same terms as Perl itself.
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: perl-DateTime-Format-Strptime
|
Name: perl-DateTime-Format-Strptime
|
||||||
Version: 1.0700
|
Version: 1.0702
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parse and format strp and strf time patterns
|
Summary: Parse and format strp and strf time patterns
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
|
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tgz
|
||||||
Patch0: %{name}-charset.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(DateTime)
|
BuildRequires: perl(DateTime)
|
||||||
@ -14,6 +13,7 @@ BuildRequires: perl(DateTime::Locale) >= 0.02
|
|||||||
BuildRequires: perl(DateTime::TimeZone) >= 0.25
|
BuildRequires: perl(DateTime::TimeZone) >= 0.25
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Params::Validate) >= 0.64
|
BuildRequires: perl(Params::Validate) >= 0.64
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,7 +24,6 @@ returns the DateTime object associated.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n DateTime-Format-Strptime-%{version}
|
%setup -q -n DateTime-Format-Strptime-%{version}
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -53,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 03 2008 Steven Pritchard <steve@kspei.com> 1.0702-1
|
||||||
|
- Update to 1.0702.
|
||||||
|
- Drop charset patch.
|
||||||
|
- Update License tag.
|
||||||
|
- BR Test::More.
|
||||||
|
|
||||||
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.0700-3
|
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.0700-3
|
||||||
- Use fixperms macro instead of our own chmod incantation.
|
- Use fixperms macro instead of our own chmod incantation.
|
||||||
- BR ExtUtils::MakeMaker.
|
- BR ExtUtils::MakeMaker.
|
||||||
|
Loading…
Reference in New Issue
Block a user