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: 09-Aug-2007 20:27:03
Branch: HEAD Handle: 2007080919270300
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
Data::TreeDumper requires Sort::Naturally, so add this dependency
module together with a few rather good friends in the Sort namespace
Summary:
Revision Changes Path
1.172 +67 -17 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.171 -r1.172 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 10 Jul 2007 05:29:36 -0000 1.171
+++ openpkg-src/perl-ds/perl-ds.spec 9 Aug 2007 18:27:03 -0000 1.172
@@ -32,6 +32,11 @@
%define V_io_string 1.08
%define V_io_stringy 2.110
%define V_tie_ixhash 1.21
+%define V_sort_key 1.28
+%define V_sort_key_radix 0.13
+%define V_sort_naturally 1.02
+%define V_sort_tree 1.09
+%define V_sort_versions 1.5
%define V_tree 1.00
%define V_tree_xpathengine 0.05
%define V_tree_dag_node 1.05
@@ -60,7 +65,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070710
+Release: 20070809
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -71,22 +76,27 @@
Source5:
http://www.cpan.org/modules/by-module/IO/IO-String-%{V_io_string}.tar.gz
Source6:
http://www.cpan.org/modules/by-module/IO/IO-stringy-%{V_io_stringy}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Tie/Tie-IxHash-%{V_tie_ixhash}.tar.gz
-Source8:
http://www.cpan.org/modules/by-module/Tree/Tree-XPathEngine-%{V_tree_xpathengine}.tar.gz
-Source9:
http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-%{V_tree_dag_node}.tar.gz
-Source10:
http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-XPath-%{V_tree_dag_node_xpath}.tar.gz
-Source11:
http://www.cpan.org/modules/by-module/Tree/Tree-Nary-%{V_tree_nary}.tar.gz
-Source12:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-%{V_tree_simple}.tar.gz
-Source13:
http://www.cpan.org/modules/by-module/Tree/Tree-Trie-%{V_tree_trie}.tar.gz
-Source14:
http://www.cpan.org/modules/by-module/Tree/Tree-BPTree-%{V_tree_bptree}.tar.gz
-Source15:
http://www.cpan.org/modules/by-module/Array/Array-Window-%{V_array_window}.tar.gz
-Source16:
http://www.cpan.org/modules/by-module/Array/Array-Each-%{V_array_each}.tar.gz
-Source17:
http://www.cpan.org/modules/by-module/Scalar/Scalar-List-Utils-%{V_scalar_list_utils}.tar.gz
-Source18:
http://www.cpan.org/modules/by-module/List/List-MoreUtils-%{V_list_moreutils}.tar.gz
-Source19:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
-Source20:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
-Source21:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
-Source22:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
-Source23:
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
+Source8:
http://www.cpan.org/modules/by-module/Sort/Sort-Key-%{V_sort_key}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/Sort/Sort-Key-Radix-%{V_sort_key_radix}.tar.gz
+Source10:
http://www.cpan.org/modules/by-module/Sort/Sort-Naturally-%{V_sort_naturally}.tar.gz
+Source11:
http://www.cpan.org/modules/by-module/Sort/Sort-Tree-%{V_sort_tree}.tar.gz
+Source12:
http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{V_sort_versions}.tar.gz
+Source13:
http://www.cpan.org/modules/by-module/Tree/Tree-XPathEngine-%{V_tree_xpathengine}.tar.gz
+Source14:
http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-%{V_tree_dag_node}.tar.gz
+Source15:
http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-XPath-%{V_tree_dag_node_xpath}.tar.gz
+Source16:
http://www.cpan.org/modules/by-module/Tree/Tree-Nary-%{V_tree_nary}.tar.gz
+Source17:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-%{V_tree_simple}.tar.gz
+Source18:
http://www.cpan.org/modules/by-module/Tree/Tree-Trie-%{V_tree_trie}.tar.gz
+Source19:
http://www.cpan.org/modules/by-module/Tree/Tree-BPTree-%{V_tree_bptree}.tar.gz
+Source20:
http://www.cpan.org/modules/by-module/Array/Array-Window-%{V_array_window}.tar.gz
+Source21:
http://www.cpan.org/modules/by-module/Array/Array-Each-%{V_array_each}.tar.gz
+Source22:
http://www.cpan.org/modules/by-module/Scalar/Scalar-List-Utils-%{V_scalar_list_utils}.tar.gz
+Source23:
http://www.cpan.org/modules/by-module/List/List-MoreUtils-%{V_list_moreutils}.tar.gz
+Source24:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
+Source25:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
+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
# build information
Prefix: %{l_prefix}
@@ -108,6 +118,11 @@
- IO::String (%{V_io_string})
- IO::stringy (%{V_io_stringy})
- Tie::IxHash (%{V_tie_ixhash})
+ - Sort::Key (%{V_sort_key})
+ - Sort::Key::Radix (%{V_sort_key_radix})
+ - Sort::Naturally (%{V_sort_naturally})
+ - Sort::Tree (%{V_sort_tree})
+ - Sort::Versions (%{V_sort_versions})
- Tree (%{V_tree})
- Tree::XPathEngine (%{V_tree_xpathengine})
- Tree::DAG_Node (%{V_tree_dag_node})
@@ -167,6 +182,31 @@
url = http://www.cpan.org/modules/by-module/Tie/
regex = Tie-IxHash-(__VER__)\.tar\.gz
}
+ prog perl-ds:Sort-Key = {
+ version = %{V_sort_key}
+ url = http://www.cpan.org/modules/by-module/Sort/
+ regex = Sort-Key-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Sort-Key-Radix = {
+ version = %{V_sort_key_radix}
+ url = http://www.cpan.org/modules/by-module/Sort/
+ regex = Sort-Key-Radix-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Sort-Naturally = {
+ version = %{V_sort_naturally}
+ url = http://www.cpan.org/modules/by-module/Sort/
+ regex = Sort-Naturally-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Sort-Tree = {
+ version = %{V_sort_tree}
+ url = http://www.cpan.org/modules/by-module/Sort/
+ regex = Sort-Tree-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Sort-Versions = {
+ version = %{V_sort_versions}
+ url = http://www.cpan.org/modules/by-module/Sort/
+ regex = Sort-Versions-(__VER__)\.tar\.gz
+ }
prog perl-ds:Tree = {
version = %{V_tree}
url = http://www.cpan.org/modules/by-module/Tree/
@@ -274,6 +314,11 @@
%setup -q -T -D -a 21
%setup -q -T -D -a 22
%setup -q -T -D -a 23
+ %setup -q -T -D -a 24
+ %setup -q -T -D -a 25
+ %setup -q -T -D -a 26
+ %setup -q -T -D -a 27
+ %setup -q -T -D -a 28
%build
@@ -304,6 +349,11 @@
%{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 -d %{SOURCE25} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} 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`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]