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: 26-Feb-2006 20:26:00 Branch: HEAD Handle: 2006022619260000 Modified files: openpkg-src/perl-ds perl-ds.spec Log: add List::MoreUtils Summary: Revision Changes Path 1.130 +14 -4 openpkg-src/perl-ds/perl-ds.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-ds/perl-ds.spec ============================================================================ $ cvs diff -u -r1.129 -r1.130 perl-ds.spec --- openpkg-src/perl-ds/perl-ds.spec 22 Feb 2006 07:33:11 -0000 1.129 +++ openpkg-src/perl-ds/perl-ds.spec 26 Feb 2006 19:26:00 -0000 1.130 @@ -40,6 +40,7 @@ %define V_array_window 0.4 %define V_array_each 0.02 %define V_scalar_list_utils 1.18 +%define V_list_moreutils 0.18 %define V_heap 0.71 %define V_graph 0.69 %define V_graph_easy 0.42 @@ -55,7 +56,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20060222 +Release: 20060226 # list of sources Source0: http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz @@ -74,9 +75,10 @@ Source13: http://www.cpan.org/modules/by-module/Array/Array-Window-%{V_array_window}.tar.gz Source14: http://www.cpan.org/modules/by-module/Array/Array-Each-%{V_array_each}.tar.gz Source15: http://www.cpan.org/modules/by-module/Scalar/Scalar-List-Utils-%{V_scalar_list_utils}.tar.gz -Source16: http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz -Source17: http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz -Source18: http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz +Source16: http://www.cpan.org/modules/by-module/List/List-MoreUtils-%{V_list_moreutils}.tar.gz +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 # build information Prefix: %{l_prefix} @@ -107,6 +109,7 @@ - Array::Each (%{V_array_each}) - Scalar::Utils (%{V_scalar_list_utils}) - List::Utils (%{V_scalar_list_utils}) + - List::MoreUtils (%{V_list_moreutils}) - Heap::Heap (%{V_heap}) - Graph::Graph (%{V_graph}) - Graph::Easy (%{V_graph_easy}) @@ -193,6 +196,11 @@ url = http://www.cpan.org/modules/by-module/Scalar/ regex = Scalar-List-Utils-(__VER__)\.tar\.gz } + prog perl-ds:List-MoreUtils = { + version = %{V_list_moreutils} + url = http://www.cpan.org/modules/by-module/List/ + regex = List-MoreUtils-(__VER__)\.tar\.gz + } prog perl-ds:Heap = { version = %{V_heap} url = http://www.cpan.org/modules/by-module/Heap/ @@ -229,6 +237,7 @@ %setup -q -T -D -a 16 %setup -q -T -D -a 17 %setup -q -T -D -a 18 + %setup -q -T -D -a 19 %build @@ -254,6 +263,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install %{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 -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