OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 25-Mar-2003 10:51:47
Branch: HEAD Handle: 2003032509514402
Modified files:
openpkg-re/vcheck vc.perl-time
openpkg-src/perl-time perl-time.spec
openpkg-web news.txt
Log:
added Time-modules = Time::ParseDate and others
Summary:
Revision Changes Path
1.25 +5 -0 openpkg-re/vcheck/vc.perl-time
1.41 +8 -2 openpkg-src/perl-time/perl-time.spec
1.3818 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-time
============================================================================
$ cvs diff -u -r1.24 -r1.25 vc.perl-time
--- openpkg-re/vcheck/vc.perl-time 18 Mar 2003 12:59:50 -0000 1.24
+++ openpkg-re/vcheck/vc.perl-time 25 Mar 2003 09:51:44 -0000 1.25
@@ -26,4 +26,9 @@
url = http://www.cpan.org/modules/by-module/Benchmark/
regex = Benchmark-Timer-(__VER__)\.tar\.gz
}
+prog perl-time:Time-modules = {
+ version = 2003.0211
+ url = http://www.cpan.org/modules/by-authors/id/MUIR/modules/
+ regex = Time-modules-(__VER__)\.tar\.gz
+}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-time/perl-time.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 perl-time.spec
--- openpkg-src/perl-time/perl-time.spec 18 Mar 2003 12:59:52 -0000 1.40
+++ openpkg-src/perl-time/perl-time.spec 25 Mar 2003 09:51:46 -0000 1.41
@@ -30,6 +30,8 @@
%define V_date_calc 5.3
%define V_class_date 1.1.6
%define V_benchmark_timer 0.5
+%define V_benchmark_timer 0.5
+%define V_time_modules 2003.0211
# package information
Name: perl-time
@@ -40,8 +42,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030318
-Release: 20030318
+Version: 20030325
+Release: 20030325
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Date/TimeDate-%{V_time_date}.tar.gz
@@ -50,6 +52,7 @@
Source3:
http://www.cpan.org/modules/by-module/Date/Date-Calc-%{V_date_calc}.tar.gz
Source4:
http://hacks.dlux.hu/Class-Date/download/Class-Date-%{V_class_date}.tar.gz
Source5:
http://www.cpan.org/authors/id/A/AN/ANDREWHO/Benchmark-Timer-%{V_benchmark_timer}.tar.gz
+Source6:
http://www.cpan.org/modules/by-authors/id/MUIR/modules/Time-modules-%{V_time_modules}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -67,6 +70,7 @@
- Date::Calc (%{V_date_calc})
- Class::Date (%{V_class_date})
- Benchmark::Timer (%{V_benchmark_timer})
+ - Time::Modules (%{V_time_modules})
%prep
%setup0 -q -c
@@ -75,6 +79,7 @@
%setup3 -q -T -D -a 3
%setup4 -q -T -D -a 4
%setup5 -q -T -D -a 5
+ %setup6 -q -T -D -a 6
%build
@@ -89,6 +94,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
# FIXME: remove the Date::Calc conflict files
rm -rf $RPM_BUILD_ROOT$installsitearch/Carp
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3817 -r1.3818 news.txt
--- openpkg-web/news.txt 25 Mar 2003 09:38:13 -0000 1.3817
+++ openpkg-web/news.txt 25 Mar 2003 09:51:45 -0000 1.3818
@@ -1,3 +1,4 @@
+25-Mar-2003: Upgraded package: P<perl-time-20030325-20030325>
25-Mar-2003: Upgraded package: P<perl-text-20030325-20030325>
25-Mar-2003: Upgraded package: P<perl-parse-20030325-20030325>
25-Mar-2003: Upgraded package: P<libxslt-1.0.28-20030325>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]