OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Dec-2004 11:03:07
Branch: HEAD Handle: 2004121010030700
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
bump up the perl-util volume even more ;-)
Summary:
Revision Changes Path
1.153 +21 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.152 -r1.153 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 2 Dec 2004 21:16:57 -0000
1.152
+++ openpkg-src/perl-util/perl-util.spec 10 Dec 2004 10:03:07 -0000
1.153
@@ -52,6 +52,8 @@
%define V_data_swap 0.05
%define V_data_flow 0.09
%define V_data_table 1.43
+%define V_data_compare 0.13
+%define V_data_dumper_simple 0.06
%define V_devel_stacktrace 1.11
%define V_exception_class 1.19
%define V_geography_countries 1.4
@@ -89,7 +91,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041202
+Release: 20041210
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -144,6 +146,8 @@
Source49:
http://www.cpan.org/modules/by-module/Data/Data-Flow-%{V_data_flow}.tar.gz
Source50:
http://www.cpan.org/modules/by-module/Data/Data-Table-%{V_data_table}.tar.gz
Source51:
http://www.cpan.org/authors/id/M/MJ/MJD/Memoize-%{V_memoize}.tar.gz
+Source52:
http://www.cpan.org/modules/by-module/Data/Data-Compare-%{V_data_compare}.tar.gz
+Source53:
http://www.cpan.org/modules/by-module/Data/Data-Dumper-Simple-%{V_data_dumper_simple}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -182,6 +186,8 @@
- Data::Swap (%{V_data_swap})
- Data::Flow (%{V_data_flow})
- Data::Table (%{V_data_table})
+ - Data::Compare (%{V_data_compare})
+ - Data::Dumper::Simple (%{V_data_dumper_simple})
- Devel::StackTrace (%{V_devel_stacktrace})
- Exception::Class (%{V_exception_class})
- Geography::Countries (%{V_geography_countries})
@@ -345,6 +351,16 @@
url = http://www.cpan.org/modules/by-module/Data/
regex = Data-Table-(__VER__)\.tar\.gz
}
+ prog perl-util:Data-Compare = {
+ version = %{V_data_compare}
+ url = http://www.cpan.org/modules/by-module/Data/
+ regex = Data-Compare-(__VER__)\.tar\.gz
+ }
+ prog perl-util:Data-Dumper-Simple = {
+ version = %{V_data_dumper_simple}
+ url = http://www.cpan.org/modules/by-module/Data/
+ regex = Data-Dumper-Simple-(__VER__)\.tar\.gz
+ }
prog perl-util:Devel-StackTrace = {
version = %{V_devel_stacktrace}
url = http://www.cpan.org/modules/by-module/Devel/
@@ -524,6 +540,8 @@
%setup -q -T -D -a 49
%setup -q -T -D -a 50
%setup -q -T -D -a 51
+ %setup -q -T -D -a 52
+ %setup -q -T -D -a 53
%build
@@ -582,6 +600,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE49} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE50} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE51} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE52} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE53} 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]