|
@@ -34,9 +34,11 @@
|
|
|
%define V_parse_recdescent_faq 5.04
|
|
%define V_parse_recdescent_faq 5.04
|
|
|
%define V_parse_recdescent_deparse 1.00
|
|
%define V_parse_recdescent_deparse 1.00
|
|
|
%define V_parse_recdescent_consumer 1.03
|
|
%define V_parse_recdescent_consumer 1.03
|
|
|
|
|
+%define V_parse_recdescent_topiary 0.04
|
|
|
%define V_parse_yapp 1.05
|
|
%define V_parse_yapp 1.05
|
|
|
%define V_parse_earley 0.15
|
|
%define V_parse_earley 0.15
|
|
|
%define V_parse_lex 2.15
|
|
%define V_parse_lex 2.15
|
|
|
|
|
+%define V_parse_flex 0.11
|
|
|
%define V_c_scan 0.74
|
|
%define V_c_scan 0.74
|
|
|
%define V_appconfig 1.66
|
|
%define V_appconfig 1.66
|
|
|
%define V_appconfig_std 1.07
|
|
%define V_appconfig_std 1.07
|
|
@@ -91,14 +93,16 @@ Source22: http://www.cpan.org/modules/by-module/Getopt/Getopt-Attribute-%{V_
|
|
|
Source23: http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
|
|
Source23: http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
|
|
|
Source24: http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
|
|
Source24: http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
|
|
|
Source25: http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz
|
|
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
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
|
|
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
|
|
|
-BuildPreReq: perl-util
|
|
|
|
|
-PreReq: perl-util
|
|
|
|
|
|
|
+BuildPreReq: perl-util, perl-module
|
|
|
|
|
+PreReq: perl-util, perl-module
|
|
|
AutoReq: no
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
|
|
|
|
|
@@ -114,9 +118,11 @@ AutoReqProv: no
|
|
|
- Parse::RecDescent::FAQ (%{V_parse_recdescent_faq})
|
|
- Parse::RecDescent::FAQ (%{V_parse_recdescent_faq})
|
|
|
- Parse::RecDescent::Deparse (%{V_parse_recdescent_deparse})
|
|
- Parse::RecDescent::Deparse (%{V_parse_recdescent_deparse})
|
|
|
- Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
|
|
- Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
|
|
|
|
|
+ - Parse::RecDescent::Topiary (%{V_parse_recdescent_topiary})
|
|
|
- Parse::Yapp (%{V_parse_yapp})
|
|
- Parse::Yapp (%{V_parse_yapp})
|
|
|
- Parse::Earley (%{V_parse_earley})
|
|
- Parse::Earley (%{V_parse_earley})
|
|
|
- - ParseLex (%{V_parse_lex})
|
|
|
|
|
|
|
+ - Parse::Lex (%{V_parse_lex})
|
|
|
|
|
+ - Parse::Flex (%{V_parse_flex})
|
|
|
- C::Scan (%{V_c_scan})
|
|
- C::Scan (%{V_c_scan})
|
|
|
- AppConfig (%{V_appconfig})
|
|
- AppConfig (%{V_appconfig})
|
|
|
- AppConfig::Std (%{V_appconfig_std})
|
|
- AppConfig::Std (%{V_appconfig_std})
|
|
@@ -167,6 +173,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz
|
|
regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
|
|
+ prog perl-parse:Parse-RecDescent-Topiary = {
|
|
|
|
|
+ version = %{V_parse_recdescent_topiary}
|
|
|
|
|
+ url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
|
|
+ regex = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz
|
|
|
|
|
+ }
|
|
|
prog perl-parse:Parse-Yapp = {
|
|
prog perl-parse:Parse-Yapp = {
|
|
|
version = %{V_parse_yapp}
|
|
version = %{V_parse_yapp}
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
@@ -177,11 +188,16 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
regex = Parse-Earley-(__VER__)\.tar\.gz
|
|
regex = Parse-Earley-(__VER__)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
- prog perl-parse:ParseLex = {
|
|
|
|
|
|
|
+ prog perl-parse:Parse-Lex = {
|
|
|
version = %{V_parse_lex}
|
|
version = %{V_parse_lex}
|
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
regex = ParseLex-(__VER__)\.tar\.gz
|
|
regex = ParseLex-(__VER__)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
|
|
+ prog perl-parse:Parse-Flex = {
|
|
|
|
|
+ version = %{V_parse_flex}
|
|
|
|
|
+ url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
|
|
+ regex = Parse-Flex-(__VER__)\.tar\.gz
|
|
|
|
|
+ }
|
|
|
prog perl-parse:C-Scan = {
|
|
prog perl-parse:C-Scan = {
|
|
|
version = %{V_c_scan}
|
|
version = %{V_c_scan}
|
|
|
url = http://www.cpan.org/modules/by-module/C/
|
|
url = http://www.cpan.org/modules/by-module/C/
|
|
@@ -290,6 +306,8 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 23
|
|
%setup -q -T -D -a 23
|
|
|
%setup -q -T -D -a 24
|
|
%setup -q -T -D -a 24
|
|
|
%setup -q -T -D -a 25
|
|
%setup -q -T -D -a 25
|
|
|
|
|
+ %setup -q -T -D -a 26
|
|
|
|
|
+ %setup -q -T -D -a 27
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
|
@@ -329,6 +347,8 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
|
|
%{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 -F perl-openpkg-files fixate cleanup
|
|
%{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`
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
|
|
|
|
|
|