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: 30-Dec-2004 15:06:09
Branch: HEAD Handle: 2004123014060900
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add AnyData (required by perl-dbi)
Summary:
Revision Changes Path
1.159 +10 -0 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.158 -r1.159 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 30 Dec 2004 13:51:49 -0000
1.158
+++ openpkg-src/perl-util/perl-util.spec 30 Dec 2004 14:06:09 -0000
1.159
@@ -79,6 +79,7 @@
%define V_contize 0.3
%define V_memoize 1.01
%define V_path_class 0.08
+%define V_anydata 0.10
# package information
Name: perl-util
@@ -148,6 +149,7 @@
Source51:
http://www.cpan.org/modules/by-module/Data/Data-Compare-%{V_data_compare}.tar.gz
Source52:
http://www.cpan.org/modules/by-module/Data/Data-Dumper-Simple-%{V_data_dumper_simple}.tar.gz
Source53:
http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-%{V_path_class}.tar.gz
+Source54:
http://www.cpan.org/modules/by-module/AnyData/AnyData-%{V_anydata}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -213,6 +215,7 @@
- Contize (%{V_contize})
- Memoize (%{V_memoize})
- Path::Class (%{V_path_class})
+ - AnyData (%{V_anydata})
%track
prog perl-util:Alias = {
@@ -486,6 +489,11 @@
url = http://www.cpan.org/authors/id/K/KW/KWILLIAMS/
regex = Path-Class-(__VER__)\.tar\.gz
}
+ prog perl-util:AnyData = {
+ version = %{V_anydata}
+ url = http://www.cpan.org/modules/by-module/AnyData/
+ regex = AnyData-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -542,6 +550,7 @@
%setup -q -T -D -a 51
%setup -q -T -D -a 52
%setup -q -T -D -a 53
+ %setup -q -T -D -a 54
%build
@@ -602,6 +611,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE54} 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]