|
|
@@ -76,6 +76,7 @@
|
|
|
%define V_regexp_keep 0.02
|
|
|
%define V_regexp_parser 0.10
|
|
|
%define V_regexp_shellish 0.93
|
|
|
+%define V_regexp_assemble 0.15
|
|
|
%define V_contize 0.3
|
|
|
%define V_memoize 1.01
|
|
|
%define V_path_class 0.10
|
|
|
@@ -97,7 +98,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20050429
|
|
|
+Release: 20050430
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
|
|
|
@@ -161,6 +162,7 @@ Source57: http://www.cpan.org/modules/by-module/Clone/Clone-%{V_clone}.tar.g
|
|
|
Source58: http://www.cpan.org/modules/by-module/Clone/Clone-PP-%{V_clone_pp}.tar.gz
|
|
|
Source59: http://www.cpan.org/modules/by-module/Data/Data-Page-%{V_data_page}.tar.gz
|
|
|
Source60: http://www.cpan.org/modules/by-module/Data/Data-Page-Pageset-%{V_data_page_pageset}.tar.gz
|
|
|
+Source61: http://www.cpan.org/modules/by-module/Regexp/Regexp-Assemble-%{V_regexp_assemble}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -224,6 +226,7 @@ AutoReqProv: no
|
|
|
- Regexp::Keep (%{V_regexp_keep})
|
|
|
- Regexp::Parser (%{V_regexp_parser})
|
|
|
- Regexp::Shellish (%{V_regexp_shellish})
|
|
|
+ - Regexp::Assemble (%{V_regexp_assemble})
|
|
|
- Contize (%{V_contize})
|
|
|
- Memoize (%{V_memoize})
|
|
|
- Path::Class (%{V_path_class})
|
|
|
@@ -495,6 +498,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Regexp/
|
|
|
regex = Regexp-Shellish-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-util:Regexp-Assemble = {
|
|
|
+ version = %{V_regexp_assemble}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Regexp/
|
|
|
+ regex = Regexp-Assemble-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
prog perl-util:Contize = {
|
|
|
version = %{V_contize}
|
|
|
url = http://www.cpan.org/authors/id/A/AW/AWWAIID/
|
|
|
@@ -603,6 +611,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 58
|
|
|
%setup -q -T -D -a 59
|
|
|
%setup -q -T -D -a 60
|
|
|
+ %setup -q -T -D -a 61
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -670,6 +679,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE58} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE59} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE60} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE61} 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
|