|
|
@@ -39,12 +39,13 @@
|
|
|
%define V_devel_stacktrace 1.04
|
|
|
%define V_exception_class 1.16
|
|
|
%define V_object_realize_later 0.14
|
|
|
-%define V_params_validate 0.65
|
|
|
+%define V_params_validate 0.66
|
|
|
%define V_startup 0.103
|
|
|
%define V_string_divert 0.93
|
|
|
%define V_test 1.24
|
|
|
%define V_test_inline 0.15
|
|
|
%define V_test_harness 2.30
|
|
|
+%define V_test_simple 0.47
|
|
|
|
|
|
# package information
|
|
|
Name: perl-util
|
|
|
@@ -55,8 +56,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030926
|
|
|
-Release: 20030926
|
|
|
+Version: 20031008
|
|
|
+Release: 20031008
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
|
|
|
@@ -80,6 +81,7 @@ Source17: http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{
|
|
|
Source18: http://www.cpan.org/modules/by-module/Object/Object-Realize-Later-%{V_object_realize_later}.tar.gz
|
|
|
Source19: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Startup-%{V_startup}.tar.gz
|
|
|
Source20: http://www.cpan.org/modules/by-module/String/String-Divert-%{V_string_divert}.tar.gz
|
|
|
+Source21: http://www.cpan.org/modules/by-module/Test/Test-Simple-%{V_test_simple}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -112,6 +114,7 @@ AutoReqProv: no
|
|
|
- Test (%{V_test})
|
|
|
- Test::Inline (%{V_test_inline})
|
|
|
- Test::Harness (%{V_test_harness})
|
|
|
+ - Test::Simple (%{V_test_simple})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -135,6 +138,7 @@ AutoReqProv: no
|
|
|
%setup18 -q -T -D -a 18
|
|
|
%setup19 -q -T -D -a 19
|
|
|
%setup20 -q -T -D -a 20
|
|
|
+ %setup21 -q -T -D -a 21
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -164,6 +168,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE18}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE19}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
|
|
|
|
|
|
# cleanup installation files
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace # demo from "Startup" module
|