|
|
@@ -27,6 +27,7 @@
|
|
|
%define V_perl 5.8.3
|
|
|
%define V_time_date 1.1301
|
|
|
%define V_time_hires 1.38
|
|
|
+%define V_time_local 1.09
|
|
|
%define V_date_manip 5.42a
|
|
|
%define V_date_calc 5.3
|
|
|
%define V_class_date 1.1.7
|
|
|
@@ -45,16 +46,17 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040318
|
|
|
+Release: 20040413
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Date/TimeDate-%{V_time_date}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/Time/Time-HiRes-%{V_time_hires}.tar.gz
|
|
|
-Source2: http://www.cpan.org/modules/by-module/Date/DateManip-%{V_date_manip}.tar.gz
|
|
|
-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
|
|
|
+Source2: http://www.cpan.org/modules/by-module/Time/Time-Local-%{V_time_local}.tar.gz
|
|
|
+Source3: http://www.cpan.org/modules/by-module/Date/DateManip-%{V_date_manip}.tar.gz
|
|
|
+Source4: http://www.cpan.org/modules/by-module/Date/Date-Calc-%{V_date_calc}.tar.gz
|
|
|
+Source5: http://hacks.dlux.hu/Class-Date/download/Class-Date-%{V_class_date}.tar.gz
|
|
|
+Source6: http://www.cpan.org/authors/id/A/AN/ANDREWHO/Benchmark-Timer-%{V_benchmark_timer}.tar.gz
|
|
|
+Source7: http://www.cpan.org/modules/by-authors/id/MUIR/modules/Time-modules-%{V_time_modules}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -70,6 +72,7 @@ AutoReqProv: no
|
|
|
Various Perl modules for Date and Time handling:
|
|
|
- Time::Date (%{V_time_date})
|
|
|
- Time::HiRes (%{V_time_hires})
|
|
|
+ - Time::Local (%{V_time_local})
|
|
|
- Date::Manip (%{V_date_manip})
|
|
|
- Date::Calc (%{V_date_calc})
|
|
|
- Class::Date (%{V_class_date})
|
|
|
@@ -102,6 +105,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-authors/id/MUIR/modules/
|
|
|
regex = Time-modules-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-time:Time-Local = {
|
|
|
+ version = %{V_time_local}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Time/
|
|
|
+ regex = Time-Local-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
prog perl-time:TimeDate = {
|
|
|
version = %{V_time_date}
|
|
|
url = http://www.cpan.org/modules/by-module/Date/
|
|
|
@@ -116,6 +124,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 4
|
|
|
%setup -q -T -D -a 5
|
|
|
%setup -q -T -D -a 6
|
|
|
+ %setup -q -T -D -a 7
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -128,6 +137,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} 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`
|