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: 14-Aug-2006 13:34:25
Branch: HEAD Handle: 2006081412342400
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Hash::Merge, a flexible hash merging module
Summary:
Revision Changes Path
1.270 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.269 -r1.270 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 9 Aug 2006 16:17:16 -0000
1.269
+++ openpkg-src/perl-util/perl-util.spec 14 Aug 2006 11:34:24 -0000
1.270
@@ -92,6 +92,7 @@
%define V_want 0.10
%define V_class_insideout 1.01
%define V_class_trait 0.20
+%define V_hash_merge 0.08
# package information
Name: perl-util
@@ -104,7 +105,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060809
+Release: 20060814
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -175,6 +176,7 @@
Source65:
http://www.cpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-require-%{V_universal_require}.tar.gz
Source66:
http://www.cpan.org/modules/by-module/Class/Class-InsideOut-%{V_class_insideout}.tar.gz
Source67:
http://www.cpan.org/modules/by-module/Class/Class-Trait-%{V_class_trait}.tar.gz
+Source68:
http://www.cpan.org/modules/by-module/Hash/Hash-Merge-%{V_hash_merge}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -254,6 +256,7 @@
- Data::Page (%{V_data_page})
- Data::Page::Pageset (%{V_data_page_pageset})
- Want (%{V_want})
+ - Hash::Merge (%{V_hash_merge})
%track
prog perl-util:Alias = {
@@ -598,6 +601,11 @@
url = http://www.cpan.org/modules/by-module/Class/
regex = Class-Trait-(__VER__)\.tar\.gz
}
+ prog perl-util:Hash-Merge = {
+ version = %{V_hash_merge}
+ url = http://www.cpan.org/modules/by-module/Hash/
+ regex = Hash-Merge-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -668,6 +676,7 @@
%setup -q -T -D -a 65
%setup -q -T -D -a 66
%setup -q -T -D -a 67
+ %setup -q -T -D -a 68
%build
@@ -742,6 +751,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]