|
|
@@ -92,6 +92,7 @@
|
|
|
%define V_class_base 0.03
|
|
|
%define V_self 0.15
|
|
|
%define V_capitalization 0.03
|
|
|
+%define V_check_isa 0.04
|
|
|
|
|
|
# package information
|
|
|
Name: perl-util
|
|
|
@@ -104,7 +105,7 @@ Class: BASE
|
|
|
Group: Perl
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20081213
|
|
|
+Release: 20081228
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
|
|
|
@@ -176,6 +177,7 @@ Source65: http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-%{V_sub_exp
|
|
|
Source66: http://www.cpan.org/modules/by-module/Class/Class-Base-%{V_class_base}.tar.gz
|
|
|
Source67: http://www.cpan.org/authors/id/G/GU/GUGOD/self-%{V_self}.tar.gz
|
|
|
Source68: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/capitalization-%{V_capitalization}.tar.gz
|
|
|
+Source69: http://www.cpan.org/authors/id/N/NU/NUFFIN/Check-ISA-%{V_check_isa}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -258,6 +260,7 @@ AutoReqProv: no
|
|
|
- Class::Base (%{V_class_base})
|
|
|
- self (%{V_self})
|
|
|
- capitalization (%{V_capitalization})
|
|
|
+ - Check::ISA (%{V_check_isa})
|
|
|
|
|
|
%track
|
|
|
prog perl-util:Alias = {
|
|
|
@@ -605,6 +608,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/authors/id/M/MI/MIYAGAWA/
|
|
|
regex = capitalization-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-util:Check-ISA = {
|
|
|
+ version = %{V_check_isa}
|
|
|
+ url = http://www.cpan.org/authors/id/N/NU/NUFFIN/
|
|
|
+ regex = Check-ISA-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -676,6 +684,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 66
|
|
|
%setup -q -T -D -a 67
|
|
|
%setup -q -T -D -a 68
|
|
|
+ %setup -q -T -D -a 69
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -751,6 +760,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE69} configure build install
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/prove.1
|