|
|
@@ -45,7 +45,7 @@
|
|
|
%define V_tree_simple 1.17
|
|
|
%define V_tree_simple_view 0.16
|
|
|
%define V_tree_simple_visitorfactory 0.10
|
|
|
-%define V_tree_trie 1.3
|
|
|
+%define V_tree_trie 1.5
|
|
|
%define V_tree_bptree 1.07
|
|
|
%define V_array_window 1.01
|
|
|
%define V_array_each 0.02
|
|
|
@@ -65,7 +65,7 @@ Class: BASE
|
|
|
Group: Perl
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20070813
|
|
|
+Release: 20070824
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
|
|
|
@@ -97,6 +97,7 @@ Source25: http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.g
|
|
|
Source26: http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
|
|
|
Source27: http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
|
|
|
Source28: http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
|
|
|
+Patch0: perl-ds.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -319,6 +320,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 26
|
|
|
%setup -q -T -D -a 27
|
|
|
%setup -q -T -D -a 28
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
|