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: 18-Sep-2007 08:28:38
Branch: HEAD Handle: 2007091807283700
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
modifying package: perl-ds-5.8.8 20070910 -> 20070918
Summary:
Revision Changes Path
1.179 +11 -1 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.178 -r1.179 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 10 Sep 2007 05:39:22 -0000 1.178
+++ openpkg-src/perl-ds/perl-ds.spec 18 Sep 2007 06:28:37 -0000 1.179
@@ -50,6 +50,7 @@
%define V_tree_bptree 1.07
%define V_array_window 1.01
%define V_array_each 0.02
+%define V_array_compare 1.14
%define V_scalar_list_utils 1.19
%define V_list_moreutils 0.21
%define V_heap 0.80
@@ -66,7 +67,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070910
+Release: 20070918
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -99,6 +100,7 @@
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
Source29:
http://www.cpan.org/modules/by-module/Tie/Tie-Persistent-%{V_tie_persistent}.tar.gz
+Source30:
http://www.cpan.org/modules/by-module/Array/Array-Compare-%{V_array_compare}.tar.gz
Patch0: perl-ds.patch
# build information
@@ -138,6 +140,7 @@
- Tree::BPTree (%{V_tree_bptree})
- Array::Window (%{V_array_window})
- Array::Each (%{V_array_each})
+ - Array::Compare (%{V_array_compare})
- Scalar::Utils (%{V_scalar_list_utils})
- List::Utils (%{V_scalar_list_utils})
- List::MoreUtils (%{V_list_moreutils})
@@ -272,6 +275,11 @@
url = http://www.cpan.org/modules/by-module/Array/
regex = Array-Each-(__VER__)\.tar\.gz
}
+ prog perl-ds:Array-Compare = {
+ version = %{V_array_compare}
+ url = http://www.cpan.org/modules/by-module/Array/
+ regex = Array-Compare-(__VER__)\.tar\.gz
+ }
prog perl-ds:Scalar-List-Utils = {
version = %{V_scalar_list_utils}
url = http://www.cpan.org/modules/by-module/Scalar/
@@ -329,6 +337,7 @@
%setup -q -T -D -a 27
%setup -q -T -D -a 28
%setup -q -T -D -a 29
+ %setup -q -T -D -a 30
%patch -p0
%build
@@ -366,6 +375,7 @@
%{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 -d %{SOURCE29} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} 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]