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:   31-Jul-2006 12:18:30
  Branch: HEAD                             Handle: 2006073111182900

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

  Log:
    add newer Tree module which is loosly based on the Tree::Simple
    concept and code

  Summary:
    Revision    Changes     Path
    1.150       +10 -0      openpkg-src/perl-ds/perl-ds.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  ============================================================================
  $ cvs diff -u -r1.149 -r1.150 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  31 Jul 2006 10:05:36 -0000      1.149
  +++ openpkg-src/perl-ds/perl-ds.spec  31 Jul 2006 10:18:29 -0000      1.150
  @@ -32,6 +32,7 @@
   %define       V_io_string                  1.08
   %define       V_io_stringy                 2.110
   %define       V_tie_ixhash                 1.21
  +%define       V_tree                       1.00
   %define       V_tree_xpathengine           0.05
   %define       V_tree_dag_node              1.05
   %define       V_tree_dag_node_xpath        0.07
  @@ -87,6 +88,7 @@
   Source21:     
http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz
   Source22:     
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
   Source23:     
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
  +Source24:     
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -108,6 +110,7 @@
       - IO::String (%{V_io_string})
       - IO::stringy (%{V_io_stringy})
       - Tie::IxHash (%{V_tie_ixhash})
  +    - Tree (%{V_tree})
       - Tree::XPathEngine (%{V_tree_xpathengine})
       - Tree::DAG_Node (%{V_tree_dag_node})
       - Tree::DAG_Node::XPath (%{V_tree_dag_node_xpath})
  @@ -167,6 +170,11 @@
           url       = http://www.cpan.org/modules/by-module/Tie/
           regex     = Tie-IxHash-(__VER__)\.tar\.gz
       }
  +    prog perl-ds:Tree = {
  +        version   = %{V_tree}
  +        url       = http://www.cpan.org/modules/by-module/Tree/
  +        regex     = Tree-(__VER__)\.tar\.gz
  +    }
       prog perl-ds:Tree-XPathEngine = {
           version   = %{V_tree_xpathengine}
           url       = http://www.cpan.org/modules/by-module/Tree/
  @@ -274,6 +282,7 @@
       %setup -q -T -D -a 21
       %setup -q -T -D -a 22
       %setup -q -T -D -a 23
  +    %setup -q -T -D -a 24
   
   %build
   
  @@ -304,6 +313,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} 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