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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   31-Oct-2004 21:30:48
  Branch: HEAD                             Handle: 2004103120304700

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

  Log:
    add the nice Data::Table and the required Data::Flow (for C::Scan)

  Summary:
    Revision    Changes     Path
    1.143       +21 -1      openpkg-src/perl-util/perl-util.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  ============================================================================
  $ cvs diff -u -r1.142 -r1.143 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec      26 Oct 2004 17:38:31 -0000      1.142
  +++ openpkg-src/perl-util/perl-util.spec      31 Oct 2004 20:30:47 -0000      1.143
  @@ -50,6 +50,8 @@
   %define       V_class_whitehole          0.04
   %define       V_data_locations           5.4
   %define       V_data_swap                0.05
  +%define       V_data_flow                0.09
  +%define       V_data_table               1.42
   %define       V_devel_stacktrace         1.11
   %define       V_exception_class          1.19
   %define       V_geography_countries      1.4
  @@ -86,7 +88,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20041026
  +Release:      20041031
   
   #   list of sources
   Source0:      http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ -138,6 +140,8 @@
   Source46:     
http://www.cpan.org/modules/by-module/Regexp/Regexp-Parser-%{V_regexp_parser}.tar.gz
   Source47:     
http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{V_regexp_shellish}.tar.gz
   Source48:     
http://www.cpan.org/authors/id/A/AW/AWWAIID/Contize-%{V_contize}.tar.gz
  +Source49:     
http://www.cpan.org/modules/by-module/Data/Data-Flow-%{V_data_flow}.tar.gz
  +Source50:     
http://www.cpan.org/modules/by-module/Data/Data-Table-%{V_data_table}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -174,6 +178,8 @@
       - Class::WhiteHole (%{V_class_whitehole})
       - Data::Locations (%{V_data_locations})
       - Data::Swap (%{V_data_swap})
  +    - Data::Flow (%{V_data_flow})
  +    - Data::Table (%{V_data_table})
       - Devel::StackTrace (%{V_devel_stacktrace})
       - Exception::Class (%{V_exception_class})
       - Geography::Countries (%{V_geography_countries})
  @@ -326,6 +332,16 @@
           url       = http://www.cpan.org/modules/by-module/Data/
           regex     = Data-Swap-(__VER__)\.tar\.gz
       }
  +    prog perl-util:Data-Flow = {
  +        version   = %{V_data_flow}
  +        url       = http://www.cpan.org/modules/by-module/Data/
  +        regex     = Data-Flow-(__VER__)\.tar\.gz
  +    }
  +    prog perl-util:Data-Table = {
  +        version   = %{V_data_table}
  +        url       = http://www.cpan.org/modules/by-module/Data/
  +        regex     = Data-Table-(__VER__)\.tar\.gz
  +    }
       prog perl-util:Devel-StackTrace = {
           version   = %{V_devel_stacktrace}
           url       = http://www.cpan.org/modules/by-module/Devel/
  @@ -497,6 +513,8 @@
       %setup -q -T -D -a 46
       %setup -q -T -D -a 47
       %setup -q -T -D -a 48
  +    %setup -q -T -D -a 49
  +    %setup -q -T -D -a 50
   
   %build
   
  @@ -552,6 +570,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE47} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE48} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE49} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE50} configure build install
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
       %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to