|
|
@@ -30,7 +30,7 @@
|
|
|
%define V_config_context 0.10
|
|
|
%define V_config_scoped 0.11
|
|
|
%define V_string_tokenizer 0.05
|
|
|
-%define V_parse_recdescent 1.94
|
|
|
+%define V_parse_recdescent 1.95.1
|
|
|
%define V_parse_recdescent_faq 5.04
|
|
|
%define V_parse_recdescent_deparse 1.00
|
|
|
%define V_parse_recdescent_consumer 1.03
|
|
|
@@ -47,7 +47,7 @@
|
|
|
%define V_text_csv_pp 1.05
|
|
|
%define V_text_csv_xs 0.31
|
|
|
%define V_text_csv_simple 1.00
|
|
|
-%define V_getopt_long 2.36
|
|
|
+%define V_getopt_long 2.37
|
|
|
%define V_getopt_attribute 1.42
|
|
|
%define V_getopt_argvfile 1.11
|
|
|
%define V_getopt_fancy 0.05
|
|
|
@@ -64,13 +64,13 @@ Class: BASE
|
|
|
Group: Perl
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20070911
|
|
|
+Release: 20070930
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/Config/Config-General-%{V_config_general}.tar.gz
|
|
|
Source2: http://www.cpan.org/modules/by-module/Config/Config-Simple-%{V_config_simple}.tar.gz
|
|
|
-Source3: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{V_parse_recdescent}.tar.gz
|
|
|
+Source3: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-v%{V_parse_recdescent}.tar.gz
|
|
|
Source4: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz
|
|
|
Source5: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz
|
|
|
Source6: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz
|
|
|
@@ -155,8 +155,8 @@ AutoReqProv: no
|
|
|
}
|
|
|
prog perl-parse:Parse-RecDescent = {
|
|
|
version = %{V_parse_recdescent}
|
|
|
- url = http://www.cpan.org/modules/by-module/Parse/
|
|
|
- regex = Parse-RecDescent-(__VER__)\.tar\.gz
|
|
|
+ url = http://www.cpan.org/authors/id/D/DC/DCONWAY/
|
|
|
+ regex = Parse-RecDescent-v(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog perl-parse:Parse-RecDescent-Consumer = {
|
|
|
version = %{V_parse_recdescent_consumer}
|