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: 03-Mar-2005 20:08:00
Branch: HEAD Handle: 2005030319075900
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add OOTools module
Summary:
Revision Changes Path
1.172 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.171 -r1.172 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 22 Feb 2005 13:27:12 -0000
1.171
+++ openpkg-src/perl-util/perl-util.spec 3 Mar 2005 19:07:59 -0000
1.172
@@ -80,6 +80,7 @@
%define V_memoize 1.01
%define V_path_class 0.08
%define V_anydata 0.10
+%define V_ootools 1.79
# package information
Name: perl-util
@@ -92,7 +93,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050222
+Release: 20050303
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -150,6 +151,7 @@
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
+Source55:
http://www.cpan.org/authors/id/D/DO/DOMIZIO/OOTools-%{V_ootools}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -216,6 +218,7 @@
- Memoize (%{V_memoize})
- Path::Class (%{V_path_class})
- AnyData (%{V_anydata})
+ - OOTools (%{V_ootools})
%track
prog perl-util:Alias = {
@@ -493,6 +496,11 @@
url = http://www.cpan.org/modules/by-module/AnyData/
regex = AnyData-(__VER__)\.tar\.gz
}
+ prog perl-util:OOTools = {
+ version = %{V_ootools}
+ url = http://www.cpan.org/authors/id/D/DO/DOMIZIO/
+ regex = OOTools-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -550,6 +558,7 @@
%setup -q -T -D -a 52
%setup -q -T -D -a 53
%setup -q -T -D -a 54
+ %setup -q -T -D -a 55
%build
@@ -611,6 +620,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE55} 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]