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: 06-Aug-2006 19:45:45
Branch: HEAD Handle: 2006080618454500
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Class::Trait
Summary:
Revision Changes Path
1.268 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.267 -r1.268 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 28 Jul 2006 14:40:48 -0000
1.267
+++ openpkg-src/perl-util/perl-util.spec 6 Aug 2006 17:45:45 -0000
1.268
@@ -91,6 +91,7 @@
%define V_data_page_pageset 1.02
%define V_want 0.10
%define V_class_insideout 1.01
+%define V_class_trait 0.20
# package information
Name: perl-util
@@ -103,7 +104,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060728
+Release: 20060806
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -173,6 +174,7 @@
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
+Source67:
http://www.cpan.org/modules/by-module/Class/Class-Trait-%{V_class_trait}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -210,6 +212,7 @@
- Class::ErrorHandler (%{V_class_errorhandler})
- Class::Singleton (%{V_class_singleton})
- Class::InsideOut (%{V_class_insideout})
+ - Class::Trait (%{V_class_trait})
- Data::Locations (%{V_data_locations})
- Data::Swap (%{V_data_swap})
- Data::Flow (%{V_data_flow})
@@ -590,6 +593,11 @@
url = http://www.cpan.org/modules/by-module/Class/
regex = Class-InsideOut-(__VER__)\.tar\.gz
}
+ prog perl-util:Class-Trait = {
+ version = %{V_class_trait}
+ url = http://www.cpan.org/modules/by-module/Class/
+ regex = Class-Trait-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -659,6 +667,7 @@
%setup -q -T -D -a 64
%setup -q -T -D -a 65
%setup -q -T -D -a 66
+ %setup -q -T -D -a 67
%build
@@ -732,6 +741,7 @@
%{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
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE67} 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]