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:36:17
Branch: HEAD Handle: 2008102619361600
Modified files:
openpkg-src/perl-time perl-time.spec
Log:
modifying package: perl-time-5.10.0 20081026 again
Summary:
Revision Changes Path
1.210 +10 -0 openpkg-src/perl-time/perl-time.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.209 -r1.210 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 26 Oct 2008 19:31:56 -0000
1.209
+++ openpkg-src/perl-time/perl-time.spec 26 Oct 2008 19:36:16 -0000
1.210
@@ -42,6 +42,7 @@
%define V_datetime_format_w3cdtf 0.04
%define V_time_piece 1.13
%define V_time_duration 1.06
+%define V_time_progress 1.3
# package information
Name: perl-time
@@ -76,6 +77,7 @@
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
+Source19:
http://www.cpan.org/modules/by-module/Time/Time-Progress-%{V_time_progress}.tar.gz
Patch0: perl-time.patch
# build information
@@ -109,6 +111,7 @@
- DateTime::Format::W3CDTF (%{V_datetime_format_w3cdtf})
- Time::Piece (%{V_time_piece})
- Time::Duration (%{V_time_duration})
+ - Time::Progress (%{V_time_progress})
%track
prog perl-time:Benchmark-Timer = {
@@ -206,6 +209,11 @@
url = http://www.cpan.org/modules/by-module/Time/
regex = Time-Duration-(__VER__)\.tar\.gz
}
+ prog perl-time:Time-Progress = {
+ version = %{V_time_progress}
+ url = http://www.cpan.org/modules/by-module/Time/
+ regex = Time-Progress-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -227,6 +235,7 @@
%setup -q -T -D -a 16
%setup -q -T -D -a 17
%setup -q -T -D -a 18
+ %setup -q -T -D -a 19
%patch -p0
%build
@@ -253,6 +262,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} 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]