OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 28-Dec-2008 16:10:32 Branch: HEAD Handle: 2008122815103100 Modified files: openpkg-src/perl-util perl-util.spec Log: add Check::ISA for TreeDumper Summary: Revision Changes Path 1.434 +11 -1 openpkg-src/perl-util/perl-util.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-util/perl-util.spec ============================================================================ $ cvs diff -u -r1.433 -r1.434 perl-util.spec --- openpkg-src/perl-util/perl-util.spec 13 Dec 2008 15:36:21 -0000 1.433 +++ openpkg-src/perl-util/perl-util.spec 28 Dec 2008 15:10:31 -0000 1.434 @@ -92,6 +92,7 @@ %define V_class_base 0.03 %define V_self 0.15 %define V_capitalization 0.03 +%define V_check_isa 0.04 # package information Name: perl-util @@ -104,7 +105,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20081213 +Release: 20081228 # list of sources Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz @@ -176,6 +177,7 @@ Source66: http://www.cpan.org/modules/by-module/Class/Class-Base-%{V_class_base}.tar.gz Source67: http://www.cpan.org/authors/id/G/GU/GUGOD/self-%{V_self}.tar.gz Source68: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/capitalization-%{V_capitalization}.tar.gz +Source69: http://www.cpan.org/authors/id/N/NU/NUFFIN/Check-ISA-%{V_check_isa}.tar.gz # build information Prefix: %{l_prefix} @@ -258,6 +260,7 @@ - Class::Base (%{V_class_base}) - self (%{V_self}) - capitalization (%{V_capitalization}) + - Check::ISA (%{V_check_isa}) %track prog perl-util:Alias = { @@ -605,6 +608,11 @@ url = http://www.cpan.org/authors/id/M/MI/MIYAGAWA/ regex = capitalization-(__VER__)\.tar\.gz } + prog perl-util:Check-ISA = { + version = %{V_check_isa} + url = http://www.cpan.org/authors/id/N/NU/NUFFIN/ + regex = Check-ISA-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -676,6 +684,7 @@ %setup -q -T -D -a 66 %setup -q -T -D -a 67 %setup -q -T -D -a 68 + %setup -q -T -D -a 69 %build @@ -751,6 +760,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE69} configure build install rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/prove.1 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org