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: 15-Jun-2006 09:31:06
Branch: HEAD Handle: 2006061508310600
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add UNIVERSAL::require for perl-dbix:Class-DBI-View and others
Summary:
Revision Changes Path
1.261 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.260 -r1.261 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 9 Jun 2006 20:27:26 -0000
1.260
+++ openpkg-src/perl-util/perl-util.spec 15 Jun 2006 07:31:06 -0000
1.261
@@ -70,6 +70,7 @@
%define V_test_manifest 1.14
%define V_test_simple 0.62
%define V_universal_moniker 0.08
+%define V_universal_require 0.10
%define V_fields_aliased 1.05
%define V_regexp_bind 0.05
%define V_regexp_common 2.120
@@ -101,7 +102,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060609
+Release: 20060615
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -169,6 +170,7 @@
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
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
# build information
Prefix: %{l_prefix}
@@ -226,6 +228,7 @@
- Test::Manifest (%{V_test_manifest})
- Test::Simple (%{V_test_simple})
- UNIVERSAL::moniker (%{V_universal_moniker})
+ - UNIVERSAL::require (%{V_universal_require})
- fields::aliased (%{V_fields_aliased})
- Regexp::Bind (%{V_regexp_bind})
- Regexp::Common (%{V_regexp_common})
@@ -469,6 +472,11 @@
url = http://www.cpan.org/modules/by-module/UNIVERSAL/
regex = UNIVERSAL-moniker-(__VER__)\.tar\.gz
}
+ prog perl-util:UNIVERSAL-require = {
+ version = %{V_universal_require}
+ url = http://www.cpan.org/modules/by-module/UNIVERSAL/
+ regex = UNIVERSAL-require-(__VER__)\.tar\.gz
+ }
prog perl-util:fields-aliased = {
version = %{V_fields_aliased}
url = http://www.cpan.org/modules/by-module/fields/
@@ -641,6 +649,7 @@
%setup -q -T -D -a 62
%setup -q -T -D -a 63
%setup -q -T -D -a 64
+ %setup -q -T -D -a 65
%build
@@ -712,6 +721,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE62} configure build install
%{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
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]