OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Mar-2006 11:34:11
Branch: HEAD Handle: 2006032610341100
Modified files:
openpkg-src/perl-time perl-time.spec
Log:
add DateTime module which is required by some forthcoming stuff in
perl-xml
Summary:
Revision Changes Path
1.102 +21 -1 openpkg-src/perl-time/perl-time.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 17 Feb 2006 18:38:16 -0000
1.101
+++ openpkg-src/perl-time/perl-time.spec 26 Mar 2006 09:34:11 -0000
1.102
@@ -33,6 +33,8 @@
%define V_benchmark_timer 0.7100
%define V_time_modules 2003.1126
%define V_time_tai64 2.10
+%define V_datetime 0.30
+%define V_datetime_timezone 0.42
# package information
Name: perl-time
@@ -45,7 +47,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060217
+Release: 20060326
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Date/TimeDate-%{V_time_date}.tar.gz
@@ -57,6 +59,8 @@
Source6:
http://www.cpan.org/modules/by-module/Benchmark/Benchmark-Timer-%{V_benchmark_timer}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Time/Time-modules-%{V_time_modules}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/Time/Time-TAI64-%{V_time_tai64}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/DateTime/DateTime-%{V_datetime}.tar.gz
+Source10:
http://www.cpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{V_datetime_timezone}.tar.gz
Patch0: perl-time.patch
# build information
@@ -80,6 +84,8 @@
- Benchmark::Timer (%{V_benchmark_timer})
- Time::Modules (%{V_time_modules})
- Time::TAI64 (%{V_time_tai64})
+ - DateTime (%{V_datetime})
+ - DateTime::TimeZone (%{V_datetime_timezone})
%track
prog perl-time:Benchmark-Timer = {
@@ -127,6 +133,16 @@
url = http://www.cpan.org/modules/by-module/Time/
regex = Time-TAI64-(__VER__)\.tar\.gz
}
+ prog perl-time:DateTime = {
+ version = %{V_datetime}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-(__VER__)\.tar\.gz
+ }
+ prog perl-time:DateTime-TimeZone = {
+ version = %{V_datetime_timezone}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-TimeZone-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -138,6 +154,8 @@
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
+ %setup -q -T -D -a 9
+ %setup -q -T -D -a 10
%patch -p0
%build
@@ -154,6 +172,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
# FIXME: remove the Date::Calc conflict files
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]