|
|
@@ -45,6 +45,7 @@
|
|
|
%define V_test 1.24
|
|
|
%define V_test_inline 0.15
|
|
|
%define V_test_harness 2.38
|
|
|
+%define V_test_manifest 0.92
|
|
|
%define V_test_simple 0.47
|
|
|
|
|
|
# package information
|
|
|
@@ -82,6 +83,7 @@ Source18: http://www.cpan.org/modules/by-module/Object/Object-Realize-Later-
|
|
|
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
|
|
|
+Source22: http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{V_test_manifest}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -114,6 +116,7 @@ AutoReqProv: no
|
|
|
- Test (%{V_test})
|
|
|
- Test::Inline (%{V_test_inline})
|
|
|
- Test::Harness (%{V_test_harness})
|
|
|
+ - Test::Manifest (%{V_test_manifest})
|
|
|
- Test::Simple (%{V_test_simple})
|
|
|
|
|
|
%prep
|
|
|
@@ -139,6 +142,7 @@ AutoReqProv: no
|
|
|
%setup19 -q -T -D -a 19
|
|
|
%setup20 -q -T -D -a 20
|
|
|
%setup21 -q -T -D -a 21
|
|
|
+ %setup22 -q -T -D -a 22
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -169,6 +173,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE19}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
|
|
|
|
|
|
# cleanup installation files
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace # demo from "Startup" module
|