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:31:57
Branch: HEAD Handle: 2008102619315600
Modified files:
openpkg-src/perl-time perl-time.spec
Log:
add more missing dependencies for XML::RSS
Summary:
Revision Changes Path
1.209 +10 -0 openpkg-src/perl-time/perl-time.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.208 -r1.209 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 26 Oct 2008 19:23:45 -0000
1.208
+++ openpkg-src/perl-time/perl-time.spec 26 Oct 2008 19:31:56 -0000
1.209
@@ -39,6 +39,7 @@
%define V_datetime_format_natural 0.73
%define V_datetime_format_mail 0.3001
%define V_datetime_format_http 0.37
+%define V_datetime_format_w3cdtf 0.04
%define V_time_piece 1.13
%define V_time_duration 1.06
@@ -74,6 +75,7 @@
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
+Source18:
http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-W3CDTF-%{V_datetime_format_w3cdtf}.tar.gz
Patch0: perl-time.patch
# build information
@@ -104,6 +106,7 @@
- DateTime::Format::Natural (%{V_datetime_format_natural})
- DateTime::Format::Mail (%{V_datetime_format_mail})
- DateTime::Format::HTTP (%{V_datetime_format_http})
+ - DateTime::Format::W3CDTF (%{V_datetime_format_w3cdtf})
- Time::Piece (%{V_time_piece})
- Time::Duration (%{V_time_duration})
@@ -188,6 +191,11 @@
url = http://www.cpan.org/modules/by-module/DateTime/
regex = DateTime-Format-HTTP-(__VER__)\.tar\.gz
}
+ prog perl-time:DateTime-Format-W3CDTF = {
+ version = %{V_datetime_format_w3cdtf}
+ url = http://www.cpan.org/modules/by-module/DateTime/
+ regex = DateTime-Format-W3CDTF-(__VER__)\.tar\.gz
+ }
prog perl-time:Time-Piece = {
version = %{V_time_piece}
url = http://www.cpan.org/modules/by-module/Time/
@@ -218,6 +226,7 @@
%setup -q -T -D -a 15
%setup -q -T -D -a 16
%setup -q -T -D -a 17
+ %setup -q -T -D -a 18
%patch -p0
%build
@@ -243,6 +252,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} 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]