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: 28-Jul-2006 16:40:48
Branch: HEAD Handle: 2006072815404800
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add new Class::InsideOut
Summary:
Revision Changes Path
1.267 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.266 -r1.267 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 26 Jul 2006 07:14:42 -0000
1.266
+++ openpkg-src/perl-util/perl-util.spec 28 Jul 2006 14:40:48 -0000
1.267
@@ -90,6 +90,7 @@
%define V_data_page 2.00
%define V_data_page_pageset 1.02
%define V_want 0.10
+%define V_class_insideout 1.01
# package information
Name: perl-util
@@ -102,7 +103,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060726
+Release: 20060728
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -171,6 +172,7 @@
Source63:
http://www.cpan.org/modules/by-module/Class/Class-ErrorHandler-%{V_class_errorhandler}.tar.gz
Source64:
http://www.cpan.org/modules/by-module/Class/Class-Singleton-%{V_class_singleton}.tar.gz
Source65:
http://www.cpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-require-%{V_universal_require}.tar.gz
+Source66:
http://www.cpan.org/modules/by-module/Class/Class-InsideOut-%{V_class_insideout}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -207,6 +209,7 @@
- Class::WhiteHole (%{V_class_whitehole})
- Class::ErrorHandler (%{V_class_errorhandler})
- Class::Singleton (%{V_class_singleton})
+ - Class::InsideOut (%{V_class_insideout})
- Data::Locations (%{V_data_locations})
- Data::Swap (%{V_data_swap})
- Data::Flow (%{V_data_flow})
@@ -582,6 +585,11 @@
url = http://www.cpan.org/modules/by-module/Class/
regex = Class-Singleton-(__VER__)\.tar\.gz
}
+ prog perl-util:Class-InsideOut = {
+ version = %{V_class_insideout}
+ url = http://www.cpan.org/modules/by-module/Class/
+ regex = Class-InsideOut-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -650,6 +658,7 @@
%setup -q -T -D -a 63
%setup -q -T -D -a 64
%setup -q -T -D -a 65
+ %setup -q -T -D -a 66
%build
@@ -722,6 +731,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE63} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE64} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} 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]