|
|
@@ -36,6 +36,7 @@
|
|
|
%define V_parse_recdescent_consumer 1.03
|
|
|
%define V_parse_recdescent_topiary 0.04
|
|
|
%define V_parse_yapp 1.05
|
|
|
+%define V_parse_eyapp 1.082
|
|
|
%define V_parse_earley 0.15
|
|
|
%define V_parse_lex 2.15
|
|
|
%define V_parse_flex 0.11
|
|
|
@@ -64,7 +65,7 @@ Class: BASE
|
|
|
Group: Perl
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20071019
|
|
|
+Release: 20071101
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
|
|
|
@@ -95,6 +96,7 @@ Source24: http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_geto
|
|
|
Source25: http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz
|
|
|
Source26: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
|
|
|
Source27: http://www.cpan.org/modules/by-module/Parse/Parse-Flex-%{V_parse_flex}.tar.gz
|
|
|
+Source28: http://www.cpan.org/modules/by-module/Parse/Parse-Eyapp-%{V_parse_eyapp}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -120,6 +122,7 @@ AutoReqProv: no
|
|
|
- Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
|
|
|
- Parse::RecDescent::Topiary (%{V_parse_recdescent_topiary})
|
|
|
- Parse::Yapp (%{V_parse_yapp})
|
|
|
+ - Parse::Eyapp (%{V_parse_eyapp})
|
|
|
- Parse::Earley (%{V_parse_earley})
|
|
|
- Parse::Lex (%{V_parse_lex})
|
|
|
- Parse::Flex (%{V_parse_flex})
|
|
|
@@ -183,6 +186,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
regex = Parse-Yapp-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-parse:Parse-Eyapp = {
|
|
|
+ version = %{V_parse_eyapp}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
+ regex = Parse-Eyapp-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
prog perl-parse:Parse-Earley = {
|
|
|
version = %{V_parse_earley}
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
@@ -308,6 +316,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 25
|
|
|
%setup -q -T -D -a 26
|
|
|
%setup -q -T -D -a 27
|
|
|
+ %setup -q -T -D -a 28
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -349,6 +358,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
|
|
|
|