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: 25-Mar-2006 18:51:04
Branch: HEAD Handle: 2006032517510400
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
Ok, I give up. Class::ErrorHandler is IMHO a less useless module but
more and more other modules (URI::Fetch, XML::Atom, etc) wish it. So
package it...
Summary:
Revision Changes Path
1.242 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.241 -r1.242 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 21 Mar 2006 18:55:17 -0000
1.241
+++ openpkg-src/perl-util/perl-util.spec 25 Mar 2006 17:51:04 -0000
1.242
@@ -46,6 +46,7 @@
%define V_class_declare 0.05
%define V_class_declare_attributes 0.03
%define V_class_trigger 0.10
+%define V_class_errorhandler 0.01
%define V_class_whitehole 0.04
%define V_data_locations 5.4
%define V_data_swap 0.05
@@ -99,7 +100,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060321
+Release: 20060325
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -165,6 +166,7 @@
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
+Source63:
http://www.cpan.org/modules/by-module/Class/Class-ErrorHandler-%{V_class_errorhandler}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -199,6 +201,7 @@
- Class::Declare-Attributes (%{V_class_declare_attributes})
- Class::Trigger (%{V_class_trigger})
- Class::WhiteHole (%{V_class_whitehole})
+ - Class::ErrorHandler (%{V_class_errorhandler})
- Data::Locations (%{V_data_locations})
- Data::Swap (%{V_data_swap})
- Data::Flow (%{V_data_flow})
@@ -558,6 +561,11 @@
url = http://www.cpan.org/authors/id/R/RO/ROBIN/
regex = Want-(__VER__)\.tar\.gz
}
+ prog perl-util:Class-ErrorHandler = {
+ version = %{V_class_errorhandler}
+ url = http://www.cpan.org/modules/by-module/Class/
+ regex = Class-ErrorHandler-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -623,6 +631,7 @@
%setup -q -T -D -a 60
%setup -q -T -D -a 61
%setup -q -T -D -a 62
+ %setup -q -T -D -a 63
%build
@@ -692,6 +701,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE63} 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]