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: 04-Jan-2006 09:48:10
Branch: HEAD Handle: 2006010408480900
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Want module (required by DBIx::SearchBuilder)
Summary:
Revision Changes Path
1.232 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.231 -r1.232 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 1 Jan 2006 13:19:50 -0000
1.231
+++ openpkg-src/perl-util/perl-util.spec 4 Jan 2006 08:48:09 -0000
1.232
@@ -86,6 +86,7 @@
%define V_clone_pp 1.02
%define V_data_page 2.00
%define V_data_page_pageset 1.02
+%define V_want 0.09
# package information
Name: perl-util
@@ -98,7 +99,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20051230
+Release: 20060104
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -163,6 +164,7 @@
Source59:
http://www.cpan.org/modules/by-module/Data/Data-Page-%{V_data_page}.tar.gz
Source60:
http://www.cpan.org/modules/by-module/Data/Data-Page-Pageset-%{V_data_page_pageset}.tar.gz
Source61:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Assemble-%{V_regexp_assemble}.tar.gz
+Source62: http://www.cpan.org/authors/id/R/RO/ROBIN/Want-%{V_want}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -236,6 +238,7 @@
- Clone::PP (%{V_clone_pp})
- Data::Page (%{V_data_page})
- Data::Page::Pageset (%{V_data_page_pageset})
+ - Want (%{V_want})
%track
prog perl-util:Alias = {
@@ -550,6 +553,11 @@
url = http://www.cpan.org/modules/by-module/Data/
regex = Data-Page-Pageset-(__VER__)\.tar\.gz
}
+ prog perl-util:Want = {
+ version = %{V_want}
+ url = http://www.cpan.org/authors/id/R/RO/ROBIN/
+ regex = Want-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -614,6 +622,7 @@
%setup -q -T -D -a 59
%setup -q -T -D -a 60
%setup -q -T -D -a 61
+ %setup -q -T -D -a 62
%build
@@ -682,6 +691,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE59} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE60} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE61} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE62} 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]