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 11:43:22
Branch: HEAD Handle: 2006073110432200
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
add two companion modules of Tree::Simple
Summary:
Revision Changes Path
1.148 +42 -22 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.147 -r1.148 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 24 Jul 2006 07:04:09 -0000 1.147
+++ openpkg-src/perl-ds/perl-ds.spec 31 Jul 2006 09:43:22 -0000 1.148
@@ -23,27 +23,29 @@
##
# package versions
-%define V_perl 5.8.8
-%define V_bit_vector 6.4
-%define V_set_scalar 1.20
-%define V_set_intspan 1.09
-%define V_set_array 0.11
-%define V_set_object 1.16
-%define V_io_string 1.08
-%define V_io_stringy 2.110
-%define V_tie_ixhash 1.21
-%define V_tree_dag_node 1.05
-%define V_tree_nary 1.3
-%define V_tree_simple 1.16
-%define V_tree_trie 1.2
-%define V_tree_bptree 1.07
-%define V_array_window 0.4
-%define V_array_each 0.02
-%define V_scalar_list_utils 1.18
-%define V_list_moreutils 0.21
-%define V_heap 0.71
-%define V_graph 0.78
-%define V_graph_easy 0.45
+%define V_perl 5.8.8
+%define V_bit_vector 6.4
+%define V_set_scalar 1.20
+%define V_set_intspan 1.09
+%define V_set_array 0.11
+%define V_set_object 1.16
+%define V_io_string 1.08
+%define V_io_stringy 2.110
+%define V_tie_ixhash 1.21
+%define V_tree_dag_node 1.05
+%define V_tree_nary 1.3
+%define V_tree_simple 1.16
+%define V_tree_simple_view 0.14
+%define V_tree_simple_visitorfactory 0.10
+%define V_tree_trie 1.2
+%define V_tree_bptree 1.07
+%define V_array_window 0.4
+%define V_array_each 0.02
+%define V_scalar_list_utils 1.18
+%define V_list_moreutils 0.21
+%define V_heap 0.71
+%define V_graph 0.78
+%define V_graph_easy 0.45
# package information
Name: perl-ds
@@ -56,7 +58,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060724
+Release: 20060731
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -79,6 +81,8 @@
Source17:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
Source18:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
Source19:
http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz
+Source20:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
+Source21:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -103,6 +107,8 @@
- Tree::DAG_Node (%{V_tree_dag_node})
- Tree::Nary (%{V_tree_nary})
- Tree::Simple (%{V_tree_simple})
+ - Tree::Simple::View (%{V_tree_simple_view})
+ - Tree::Simple::VisitorFactory (%{V_tree_simple_visitorfactory})
- Tree::Trie (%{V_tree_trie})
- Tree::BPTree (%{V_tree_bptree})
- Array::Window (%{V_array_window})
@@ -171,6 +177,16 @@
url = http://www.cpan.org/modules/by-module/Tree/
regex = Tree-Simple-(__VER__)\.tar\.gz
}
+ prog perl-ds:Tree-Simple-View = {
+ version = %{V_tree_simple_view}
+ url = http://www.cpan.org/modules/by-module/Tree/
+ regex = Tree-Simple-View-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Tree-Simple-VisitorFactory = {
+ version = %{V_tree_simple_visitorfactory}
+ url = http://www.cpan.org/modules/by-module/Tree/
+ regex = Tree-Simple-VisitorFactory-(__VER__)\.tar\.gz
+ }
prog perl-ds:Tree-Trie = {
version = %{V_tree_trie}
url = http://www.cpan.org/modules/by-module/Tree/
@@ -238,6 +254,8 @@
%setup -q -T -D -a 17
%setup -q -T -D -a 18
%setup -q -T -D -a 19
+ %setup -q -T -D -a 20
+ %setup -q -T -D -a 21
%build
@@ -264,6 +282,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} 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]