OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 25-Dec-2009 10:42:49 Branch: HEAD Handle: 2009122509424800 Modified files: openpkg-src/perl-parse perl-parse.spec Log: modifying package: perl-parse-5.10 20091212 -> 20091225 Summary: Revision Changes Path 1.283 +11 -1 openpkg-src/perl-parse/perl-parse.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-parse/perl-parse.spec ============================================================================ $ cvs diff -u -r1.282 -r1.283 perl-parse.spec --- openpkg-src/perl-parse/perl-parse.spec 12 Dec 2009 12:35:39 -0000 1.282 +++ openpkg-src/perl-parse/perl-parse.spec 25 Dec 2009 09:42:48 -0000 1.283 @@ -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 @@ 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 @@ 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 @@ - 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 @@ 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 @@ %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 @@ %{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` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org