OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Sep-2007 08:22:14
  Branch: HEAD                             Handle: 2007091007221300

  Modified files:
    openpkg-src/perl-parse  perl-parse.spec

  Log:
    modifying package: perl-parse-5.8.8 20070910 again

  Summary:
    Revision    Changes     Path
    1.162       +24 -4      openpkg-src/perl-parse/perl-parse.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-parse/perl-parse.spec
  ============================================================================
  $ cvs diff -u -r1.161 -r1.162 perl-parse.spec
  --- openpkg-src/perl-parse/perl-parse.spec    10 Sep 2007 06:10:43 -0000      
1.161
  +++ openpkg-src/perl-parse/perl-parse.spec    10 Sep 2007 06:22:13 -0000      
1.162
  @@ -34,9 +34,11 @@
   %define       V_parse_recdescent_faq      5.04
   %define       V_parse_recdescent_deparse  1.00
   %define       V_parse_recdescent_consumer 1.03
  +%define       V_parse_recdescent_topiary  0.04
   %define       V_parse_yapp                1.05
   %define       V_parse_earley              0.15
   %define       V_parse_lex                 2.15
  +%define       V_parse_flex                0.11
   %define       V_c_scan                    0.74
   %define       V_appconfig                 1.66
   %define       V_appconfig_std             1.07
  @@ -91,14 +93,16 @@
   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
   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
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg 
>= %{V_perl}-20051031
   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
   AutoReqProv:  no
   
  @@ -114,9 +118,11 @@
       - Parse::RecDescent::FAQ (%{V_parse_recdescent_faq})
       - Parse::RecDescent::Deparse (%{V_parse_recdescent_deparse})
       - Parse::RecDescent::Consumer (%{V_parse_recdescent_consumer})
  +    - Parse::RecDescent::Topiary (%{V_parse_recdescent_topiary})
       - Parse::Yapp (%{V_parse_yapp})
       - Parse::Earley (%{V_parse_earley})
  -    - ParseLex (%{V_parse_lex})
  +    - Parse::Lex (%{V_parse_lex})
  +    - Parse::Flex (%{V_parse_flex})
       - C::Scan (%{V_c_scan})
       - AppConfig (%{V_appconfig})
       - AppConfig::Std (%{V_appconfig_std})
  @@ -167,6 +173,11 @@
           url       = http://www.cpan.org/modules/by-module/Parse/
           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 = {
           version   = %{V_parse_yapp}
           url       = http://www.cpan.org/modules/by-module/Parse/
  @@ -177,11 +188,16 @@
           url       = http://www.cpan.org/modules/by-module/Parse/
           regex     = Parse-Earley-(__VER__)\.tar\.gz
       }
  -    prog perl-parse:ParseLex = {
  +    prog perl-parse:Parse-Lex = {
           version   = %{V_parse_lex}
           url       = http://www.cpan.org/modules/by-module/Parse/
           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 = {
           version   = %{V_c_scan}
           url       = http://www.cpan.org/modules/by-module/C/
  @@ -290,6 +306,8 @@
       %setup -q -T -D -a 23
       %setup -q -T -D -a 24
       %setup -q -T -D -a 25
  +    %setup -q -T -D -a 26
  +    %setup -q -T -D -a 27
   
   %build
   
  @@ -329,6 +347,8 @@
       %{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 %{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_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

Reply via email to