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:   21-Oct-2007 19:19:22
  Branch: HEAD                             Handle: 2007102118192100

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

  Log:
    add Class::Base

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  ============================================================================
  $ cvs diff -u -r1.355 -r1.356 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec      15 Oct 2007 16:30:36 -0000      
1.355
  +++ openpkg-src/perl-util/perl-util.spec      21 Oct 2007 17:19:21 -0000      
1.356
  @@ -96,6 +96,7 @@
   %define       V_readonly                 1.03
   %define       V_sub_uplevel              0.16
   %define       V_sub_exporter             0.976
  +%define       V_class_base               0.03
   
   #   package information
   Name:         perl-util
  @@ -108,7 +109,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20071015
  +Release:      20071021
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ -183,6 +184,7 @@
   Source69:     
http://www.cpan.org/modules/by-module/Regexp/Regexp-Wildcards-%{V_regexp_wildcards}.tar.gz
   Source70:     
http://www.cpan.org/modules/by-module/Sub/Sub-Uplevel-%{V_sub_uplevel}.tar.gz
   Source71:     
http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-%{V_sub_exporter}.tar.gz
  +Source72:     
http://www.cpan.org/modules/by-module/Class/Class-Base-%{V_class_base}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -267,6 +269,7 @@
       - Readonly (%{V_readonly})
       - Sub::Uplevel (%{V_sub_uplevel})
       - Sub::Exporter (%{V_sub_exporter})
  +    - Class::Base (%{V_class_base})
   
   %track
       prog perl-util:Alias = {
  @@ -629,6 +632,11 @@
           url       = http://www.cpan.org/modules/by-module/Sub/
           regex     = Sub-Exporter-(__VER__)\.tar\.gz
       }
  +    prog perl-util:Class-Base = {
  +        version   = %{V_class_base}
  +        url       = http://www.cpan.org/modules/by-module/Class/
  +        regex     = Class-Base-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -703,6 +711,7 @@
       %setup -q -T -D -a 69
       %setup -q -T -D -a 70
       %setup -q -T -D -a 71
  +    %setup -q -T -D -a 72
   
   %build
   
  @@ -781,6 +790,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE69} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE70} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE71} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE72} 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
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to