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-Oct-2008 20:23:46
Branch: HEAD Handle: 2008102619234500
Modified files:
openpkg-src/perl-time perl-time.spec
Log:
add missing dependencies for XML::RSS
Summary:
Revision Changes Path
1.208 +47 -17 openpkg-src/perl-time/perl-time.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.207 -r1.208 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 15 Oct 2008 06:29:45 -0000
1.207
+++ openpkg-src/perl-time/perl-time.spec 26 Oct 2008 19:23:45 -0000
1.208
@@ -22,22 +22,25 @@
##
# versions of individual parts
-%define V_perl 5.10.0
-%define V_time_date 1.16
-%define V_time_hires 1.9715
-%define V_time_local 1.18
-%define V_date_manip 5.54
-%define V_date_calc 5.4
-%define V_class_date 1.1.9
-%define V_benchmark_timer 0.7101
-%define V_time_modules 2006.0814
-%define V_time_tai64 2.11
-%define V_datetime_locale 0.42
-%define V_datetime 0.4305
-%define V_datetime_timezone 0.82
-%define V_datetime_businesshours 1.01a
-%define V_time_piece 1.13
-%define V_time_duration 1.06
+%define V_perl 5.10.0
+%define V_time_date 1.16
+%define V_time_hires 1.9715
+%define V_time_local 1.18
+%define V_date_manip 5.54
+%define V_date_calc 5.4
+%define V_class_date 1.1.9
+%define V_benchmark_timer 0.7101
+%define V_time_modules 2006.0814
+%define V_time_tai64 2.11
+%define V_datetime_locale 0.42
+%define V_datetime 0.4305
+%define V_datetime_timezone 0.82
+%define V_datetime_businesshours 1.01a
+%define V_datetime_format_natural 0.73
+%define V_datetime_format_mail 0.3001
+%define V_datetime_format_http 0.37
+%define V_time_piece 1.13
+%define V_time_duration 1.06
# package information
Name: perl-time
@@ -50,7 +53,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20081015
+Release: 20081026
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
@@ -68,6 +71,9 @@
Source12:
http://www.cpan.org/modules/by-module/Time/Time-Piece-%{V_time_piece}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/Time/Time-Duration-%{V_time_duration}.tar.gz
Source14:
http://www.cpan.org/modules/by-module/DateTime/DateTime-BusinessHours-%{V_datetime_businesshours}.tar.gz
+Source15:
http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Natural-%{V_datetime_format_natural}.tar.gz
+Source16:
http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Mail-%{V_datetime_format_mail}.tar.gz
+Source17:
http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-HTTP-%{V_datetime_format_http}.tar.gz
Patch0: perl-time.patch
# build information
@@ -95,6 +101,9 @@
- DateTime::Locale (%{V_datetime_locale})
- DateTime::TimeZone (%{V_datetime_timezone})
- DateTime::BusinessHours (%{V_datetime_businesshours})
+ - DateTime::Format::Natural (%{V_datetime_format_natural})
+ - DateTime::Format::Mail (%{V_datetime_format_mail})
+ - DateTime::Format::HTTP (%{V_datetime_format_http})
- Time::Piece (%{V_time_piece})
- Time::Duration (%{V_time_duration})
@@ -164,6 +173,21 @@
url = http://www.cpan.org/modules/by-module/DateTime/
regex = DateTime-BusinessHours-(__VER__)\.tar\.gz
}
+ prog perl-time:DateTime-Format-Natural = {
+ version = %{V_datetime_format_natural}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-Format-Natural-(__VER__)\.tar\.gz
+ }
+ prog perl-time:DateTime-Format-Mail = {
+ version = %{V_datetime_format_mail}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-Format-Mail-(__VER__)\.tar\.gz
+ }
+ prog perl-time:DateTime-Format-HTTP = {
+ version = %{V_datetime_format_http}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-Format-HTTP-(__VER__)\.tar\.gz
+ }
prog perl-time:Time-Piece = {
version = %{V_time_piece}
url = http://www.cpan.org/modules/by-module/Time/
@@ -191,6 +215,9 @@
%setup -q -T -D -a 12
%setup -q -T -D -a 13
%setup -q -T -D -a 14
+ %setup -q -T -D -a 15
+ %setup -q -T -D -a 16
+ %setup -q -T -D -a 17
%patch -p0
%build
@@ -213,6 +240,9 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} 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`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]