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:   03-Jan-2008 17:25:20
  Branch: HEAD                             Handle: 2008010316251900

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

  Log:
    add capitalization module for perl-dbix

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  ============================================================================
  $ cvs diff -u -r1.379 -r1.380 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec      2 Jan 2008 09:43:12 -0000       
1.379
  +++ openpkg-src/perl-util/perl-util.spec      3 Jan 2008 16:25:19 -0000       
1.380
  @@ -91,6 +91,7 @@
   %define       V_sub_exporter             0.978
   %define       V_class_base               0.03
   %define       V_self                     0.15
  +%define       V_capitalization           0.03
   
   #   package information
   Name:         perl-util
  @@ -103,7 +104,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20080102
  +Release:      20080103
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ -174,6 +175,7 @@
   Source65:     
http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-%{V_sub_exporter}.tar.gz
   Source66:     
http://www.cpan.org/modules/by-module/Class/Class-Base-%{V_class_base}.tar.gz
   Source67:     http://www.cpan.org/authors/id/G/GU/GUGOD/self-%{V_self}.tar.gz
  +Source68:     
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/capitalization-%{V_capitalization}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -255,6 +257,7 @@
       - Sub::Exporter (%{V_sub_exporter})
       - Class::Base (%{V_class_base})
       - self (%{V_self})
  +    - capitalization (%{V_capitalization})
   
   %track
       prog perl-util:Alias = {
  @@ -597,6 +600,11 @@
           url       = http://www.cpan.org/authors/id/G/GU/GUGOD/
           regex     = self-(__VER__)\.tar\.gz
       }
  +    prog perl-util:capitalization = {
  +        version   = %{V_capitalization}
  +        url       = http://www.cpan.org/authors/id/M/MI/MIYAGAWA/
  +        regex     = capitalization-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -667,6 +675,7 @@
       %setup -q -T -D -a 65
       %setup -q -T -D -a 66
       %setup -q -T -D -a 67
  +    %setup -q -T -D -a 68
   
   %build
   
  @@ -741,6 +750,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
       rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/prove.1
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to