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:   11-Jan-2005 15:21:06
  Branch: HEAD                             Handle: 2005011114210500

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

  Log:
    add popular Pod parsing engine

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-text/perl-text.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 perl-text.spec
  --- openpkg-src/perl-text/perl-text.spec      3 Jan 2005 09:10:05 -0000       
1.47
  +++ openpkg-src/perl-text/perl-text.spec      11 Jan 2005 14:21:05 -0000      
1.48
  @@ -36,6 +36,8 @@
   %define       V_string_approx                3.24
   %define       V_string_format                1.13
   %define       V_string_shellquote            1.00
  +%define       V_pod_escapes                  1.04
  +%define       V_pod_simple                   3.02
   
   #   package information
   Name:         perl-text
  @@ -48,7 +50,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20050103
  +Release:      20050111
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
  @@ -62,6 +64,8 @@
   Source8:      
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
   Source9:      
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
   Source10:     
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
  +Source11:     
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
  +Source12:     
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -86,6 +90,8 @@
       - String::Approx (%{V_string_approx})
       - String::Format (%{V_string_format})
       - String::ShellQuote (%{V_string_shellquote})
  +    - Pod::Escapes (%{V_pod_escapes})
  +    - Pod::Simple (%{V_pod_simple})
   
   %track
       prog perl-text:Text-Autoformat = {
  @@ -143,6 +149,16 @@
           url       = http://www.cpan.org/modules/by-module/String/
           regex     = String-ShellQuote-(__VER__)\.tar\.gz
       }
  +    prog perl-text:Pod-Escapes = {
  +        version   = %{V_pod_escapes}
  +        url       = http://www.cpan.org/modules/by-module/Pod/
  +        regex     = Pod-Escapes-(__VER__)\.tar\.gz
  +    }
  +    prog perl-text:Pod-Simple = {
  +        version   = %{V_pod_simple}
  +        url       = http://www.cpan.org/modules/by-module/Pod/
  +        regex     = Pod-Simple-(\d+\.\d+(\.\d+)*)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -156,6 +172,8 @@
       %setup -q -T -D -a 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
   
   %build
   
  @@ -173,6 +191,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
       %{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 -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                     [email protected]

Reply via email to