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: 05-May-2004 11:20:44
Branch: HEAD Handle: 2004050510204400
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Data::Swap which is needed in soon to be added DBIx::Simple in
perl-dbix
Summary:
Revision Changes Path
1.125 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.124 -r1.125 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 30 Apr 2004 06:16:11 -0000 1.124
+++ openpkg-src/perl-util/perl-util.spec 5 May 2004 09:20:44 -0000 1.125
@@ -37,6 +37,7 @@
%define V_class_returnvalue 0.52
%define V_class_xpath 1.4
%define V_data_locations 5.2-fixed
+%define V_data_swap 0.02
%define V_devel_stacktrace 1.11
%define V_exception_class 1.19
%define V_geography_countries 1.4
@@ -63,7 +64,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040430
+Release: 20040505
# list of sources
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -92,6 +93,7 @@
Source23:
http://www.cpan.org/modules/by-module/Test/Test-Simple-%{V_test_simple}.tar.gz
Source24:
http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{V_test_manifest}.tar.gz
Source25:
http://www.cpan.org/modules/by-module/Geography/Geography-Countries-%{V_geography_countries}.tar.gz
+Source26:
http://www.cpan.org/modules/by-module/Data/Data-Swap-%{V_data_swap}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -115,6 +117,7 @@
- Class::ReturnValue (%{V_class_returnvalue})
- Class::XPath (%{V_class_xpath})
- Data::Locations (%{V_data_locations})
+ - Data::Swap (%{V_data_swap})
- Devel::StackTrace (%{V_devel_stacktrace})
- Exception::Class (%{V_exception_class})
- Geography::Countries (%{V_geography_countries})
@@ -191,6 +194,11 @@
url = http://www.cpan.org/modules/by-module/Data/
regex = Data-Locations-(__VER__(-fixed)?)\.tar\.gz
}
+ prog perl-util:Data-Swap = {
+ version = %{V_data_swap}
+ url = http://www.cpan.org/modules/by-module/Data/
+ regex = Data-Swap-(__VER__)\.tar\.gz
+ }
prog perl-util:Devel-StackTrace = {
version = %{V_devel_stacktrace}
url = http://www.cpan.org/modules/by-module/Devel/
@@ -289,6 +297,7 @@
%setup -q -T -D -a 23
%setup -q -T -D -a 24
%setup -q -T -D -a 25
+ %setup -q -T -D -a 26
%build
@@ -320,6 +329,7 @@
%{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
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]