|
|
@@ -73,6 +73,7 @@
|
|
|
%define V_regexp_keep 0.02
|
|
|
%define V_regexp_parser 0.10
|
|
|
%define V_regexp_shellish 0.93
|
|
|
+%define V_contize 0.3
|
|
|
|
|
|
# package information
|
|
|
Name: perl-util
|
|
|
@@ -85,7 +86,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20041015
|
|
|
+Release: 20041019
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
|
|
|
@@ -136,6 +137,7 @@ Source44: http://www.cpan.org/modules/by-module/Regexp/Regexp-Extended-%{V_r
|
|
|
Source45: http://www.cpan.org/modules/by-module/Regexp/Regexp-Keep-%{V_regexp_keep}.tar.gz
|
|
|
Source46: http://www.cpan.org/modules/by-module/Regexp/Regexp-Parser-%{V_regexp_parser}.tar.gz
|
|
|
Source47: http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{V_regexp_shellish}.tar.gz
|
|
|
+Source48: http://www.cpan.org/authors/id/A/AW/AWWAIID/Contize-%{V_contize}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -195,6 +197,7 @@ AutoReqProv: no
|
|
|
- Regexp::Keep (%{V_regexp_keep})
|
|
|
- Regexp::Parser (%{V_regexp_parser})
|
|
|
- Regexp::Shellish (%{V_regexp_shellish})
|
|
|
+ - Contize (%{V_contize})
|
|
|
|
|
|
%track
|
|
|
prog perl-util:Alias = {
|
|
|
@@ -437,6 +440,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Regexp/
|
|
|
regex = Regexp-Shellish-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-util:Contize = {
|
|
|
+ version = %{V_contize}
|
|
|
+ url = http://www.cpan.org/authors/id/A/AW/AWWAIID/
|
|
|
+ regex = Contize-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -487,6 +495,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 45
|
|
|
%setup -q -T -D -a 46
|
|
|
%setup -q -T -D -a 47
|
|
|
+ %setup -q -T -D -a 48
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -541,6 +550,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE45} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE47} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE48} configure build install
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
|
|
|
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
|