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:   17-Jul-2006 21:32:26
  Branch: HEAD                             Handle: 2006071720322500

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

  Log:
    add two graph generating modules

  Summary:
    Revision    Changes     Path
    1.65        +26 -6      openpkg-src/perl-text/perl-text.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-text/perl-text.spec
  ============================================================================
  $ cvs diff -u -r1.64 -r1.65 perl-text.spec
  --- openpkg-src/perl-text/perl-text.spec      10 Apr 2006 06:17:22 -0000      
1.64
  +++ openpkg-src/perl-text/perl-text.spec      17 Jul 2006 19:32:25 -0000      
1.65
  @@ -31,6 +31,8 @@
   %define       V_text_quoted                  1.8
   %define       V_text_shellwords              1.08
   %define       V_text_vimcolor                0.11
  +%define       V_text_bargraph                1.0
  +%define       V_text_graph                   0.23
   %define       V_string_approx                3.26
   %define       V_string_format                1.14
   %define       V_string_shellquote            1.03
  @@ -48,7 +50,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20060410
  +Release:      20060717
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
  @@ -58,11 +60,13 @@
   Source4:      
http://www.cpan.org/modules/by-module/Text/Text-Quoted-%{V_text_quoted}.tar.gz
   Source5:      
http://www.cpan.org/modules/by-module/Text/Text-Shellwords-%{V_text_shellwords}.tar.gz
   Source6:      
http://www.cpan.org/modules/by-module/Text/Text-VimColor-%{V_text_vimcolor}.tar.gz
  -Source7:      
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
  -Source8:      
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
  -Source9:      
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
  -Source10:     
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
  -Source11:     
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
  +Source7:      
http://www.cpan.org/modules/by-module/Text/Text-BarGraph-%{V_text_bargraph}.tar.gz
  +Source8:      
http://www.cpan.org/modules/by-module/Text/Text-Graph-%{V_text_graph}.tar.gz
  +Source9:      
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
  +Source10:     
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
  +Source11:     
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
  +Source12:     
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
  +Source13:     
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -83,6 +87,8 @@
       - Text::Quoted (%{V_text_quoted})
       - Text::Shellwords (%{V_text_shellwords})
       - Text::VimColor (%{V_text_vimcolor})
  +    - Text::BarGraph (%{V_text_bargraph})
  +    - Text::Graph (%{V_text_graph})
       - String::Approx (%{V_string_approx})
       - String::Format (%{V_string_format})
       - String::ShellQuote (%{V_string_shellquote})
  @@ -125,6 +131,16 @@
           url       = http://www.cpan.org/modules/by-module/Text/
           regex     = Text-VimColor-(__VER__)\.tar\.gz
       }
  +    prog perl-text:Text-BarGraph = {
  +        version   = %{V_text_bargraph}
  +        url       = http://www.cpan.org/modules/by-module/Text/
  +        regex     = Text-BarGraph-(__VER__)\.tar\.gz
  +    }
  +    prog perl-text:Text-Graph = {
  +        version   = %{V_text_graph}
  +        url       = http://www.cpan.org/modules/by-module/Text/
  +        regex     = Text-Graph-(__VER__)\.tar\.gz
  +    }
       prog perl-text:String-Approx = {
           version   = %{V_string_approx}
           url       = http://www.cpan.org/modules/by-module/String/
  @@ -164,6 +180,8 @@
       %setup -q -T -D -a 9
       %setup -q -T -D -a 10
       %setup -q -T -D -a 11
  +    %setup -q -T -D -a 12
  +    %setup -q -T -D -a 13
   
   %build
   
  @@ -182,6 +200,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} 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`
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to