|
|
@@ -51,6 +51,7 @@
|
|
|
%define V_getopt_argvfile 1.11
|
|
|
%define V_getopt_fancy 0.06
|
|
|
%define V_getopt_ll 1.0.0
|
|
|
+%define V_getopt_flex 0.63
|
|
|
|
|
|
# package information
|
|
|
Name: perl-parse
|
|
|
@@ -63,7 +64,7 @@ Class: BASE
|
|
|
Group: Perl
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20091212
|
|
|
+Release: 20091225
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
|
|
|
@@ -94,6 +95,7 @@ Source24: http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_
|
|
|
Source25: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
|
|
|
Source26: http://www.cpan.org/modules/by-module/Parse/Parse-Flex-%{V_parse_flex}.tar.gz
|
|
|
Source27: http://www.cpan.org/modules/by-module/Parse/Parse-Eyapp-%{V_parse_eyapp}.tar.gz
|
|
|
+Source28: http://www.cpan.org/modules/by-module/Getopt/Getopt-Flex-%{V_getopt_flex}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -135,6 +137,7 @@ AutoReqProv: no
|
|
|
- Getopt::ArgvFile (%{V_getopt_argvfile})
|
|
|
- Getopt::Fancy (%{V_getopt_fancy})
|
|
|
- Getopt::LL (%{V_getopt_ll})
|
|
|
+ - Getopt::Flex (%{V_getopt_flex})
|
|
|
|
|
|
%track
|
|
|
prog perl-parse:Config-General = {
|
|
|
@@ -277,6 +280,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/Getopt/
|
|
|
regex = Getopt-LL-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-parse:Getopt-Flex = {
|
|
|
+ version = %{V_getopt_flex}
|
|
|
+ url = http://www.cpan.org/modules/by-module/Getopt/
|
|
|
+ regex = Getopt-Flex-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -307,6 +315,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
|
|
|
|
|
|
@@ -345,6 +354,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`
|
|
|
|