Update to DateTime 0.32. Improve Summary, description, and source URLs. Fix
find option order.
This commit is contained in:
parent
519b366653
commit
11d2f7f7fc
@ -1,3 +1,3 @@
|
|||||||
DateTime-0.31.tar.gz
|
DateTime-0.32.tar.gz
|
||||||
DateTime-Locale-0.22.tar.gz
|
DateTime-Locale-0.22.tar.gz
|
||||||
DateTime-TimeZone-0.46.tar.gz
|
DateTime-TimeZone-0.46.tar.gz
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
%define DTLocale_version 0.22
|
%define DTLocale_version 0.22
|
||||||
|
|
||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Version: 0.31
|
Version: 0.32
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: DateTime Perl module
|
Summary: Date and time objects
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/DateTime/
|
URL: http://search.cpan.org/dist/DateTime/
|
||||||
Source0: http://www.cpan.org/modules/by-module/DateTime/DateTime-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
||||||
Source1: http://www.cpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz
|
Source1: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz
|
||||||
Source2: http://www.cpan.org/modules/by-module/DateTime/DateTime-Locale-%{DTLocale_version}.tar.gz
|
Source2: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(Params::Validate) >= 0.76
|
BuildRequires: perl(Params::Validate) >= 0.76
|
||||||
@ -31,10 +31,11 @@ Provides: perl(DateTimePP)
|
|||||||
Provides: perl(DateTimePPExtra)
|
Provides: perl(DateTimePPExtra)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The DateTime.pm module aims to provide a complete, correct, and easy to use
|
DateTime is a class for the representation of date/time combinations, and
|
||||||
date/time object implementation. Currently it handles many date
|
is part of the Perl DateTime project. For details on this project please
|
||||||
calculations, date math (addition and subtraction), and provides convenient
|
see http://datetime.perl.org/. The DateTime site has a FAQ which may help
|
||||||
methods for retrieving portions of a date/time.
|
answer many "how do I do X?" questions. The FAQ is at
|
||||||
|
http://datetime.perl.org/faq.html.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -T -c -n DateTimeBundle -a 0
|
%setup -q -T -c -n DateTimeBundle -a 0
|
||||||
@ -85,7 +86,7 @@ cd -
|
|||||||
|
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||||
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||||
|
|
||||||
chmod -R u+rwX,go+rX,go-w %{buildroot}/*
|
chmod -R u+rwX,go+rX,go-w %{buildroot}/*
|
||||||
|
|
||||||
@ -128,6 +129,11 @@ rm -rf %{buildroot}
|
|||||||
%{perl_vendorarch}/DateTime*.pm
|
%{perl_vendorarch}/DateTime*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 1:0.32-1
|
||||||
|
- Update to DateTime 0.32.
|
||||||
|
- Improve Summary, description, and source URLs.
|
||||||
|
- Fix find option order.
|
||||||
|
|
||||||
* Thu Jul 13 2006 Steven Pritchard <steve@kspei.com> 1:0.31-2
|
* Thu Jul 13 2006 Steven Pritchard <steve@kspei.com> 1:0.31-2
|
||||||
- BR DateTime::Format::ICal and DateTime::Format::Strptime for better
|
- BR DateTime::Format::ICal and DateTime::Format::Strptime for better
|
||||||
test coverage.
|
test coverage.
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
f5142045e7e68c02a310405e994f8233 DateTime-0.31.tar.gz
|
6cc7208029b13bc8097ab2b77df070b1 DateTime-0.32.tar.gz
|
||||||
bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz
|
bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz
|
||||||
fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz
|
fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user