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: 16-Sep-2009 12:10:12 Branch: HEAD Handle: 2009091611101200 Modified files: openpkg-src/perl-util perl-util.spec Log: add module Carp::Clan which is required in perl-dbi Summary: Revision Changes Path 1.470 +11 -1 openpkg-src/perl-util/perl-util.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-util/perl-util.spec ============================================================================ $ cvs diff -u -r1.469 -r1.470 perl-util.spec --- openpkg-src/perl-util/perl-util.spec 4 Sep 2009 19:08:48 -0000 1.469 +++ openpkg-src/perl-util/perl-util.spec 16 Sep 2009 10:10:12 -0000 1.470 @@ -94,6 +94,7 @@ %define V_capitalization 0.03 %define V_check_isa 0.04 %define V_package_constants 0.02 +%define V_carp_clan 6.00 # package information Name: perl-util @@ -106,7 +107,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090904 +Release: 20090916 # list of sources Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz @@ -180,6 +181,7 @@ 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 Source70: http://www.cpan.org/modules/by-module/Package/Package-Constants-%{V_package_constants}.tar.gz +Source71: http://www.cpan.org/modules/by-module/Carp/Carp-Clan-%{V_carp_clan}.tar.gz # build information Prefix: %{l_prefix} @@ -264,6 +266,7 @@ - capitalization (%{V_capitalization}) - Check::ISA (%{V_check_isa}) - Package::Constants (%{V_package_constants}) + - Carp::Clan (%{V_carp_clan}) %track prog perl-util:Alias = { @@ -621,6 +624,11 @@ url = http://www.cpan.org/modules/by-module/Package/ regex = Package-Constants-(__VER__)\.tar\.gz } + prog perl-util:Carp-Clan = { + version = %{V_carp_clan} + url = http://www.cpan.org/modules/by-module/Carp/ + regex = Carp-Clan-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -694,6 +702,7 @@ %setup -q -T -D -a 68 %setup -q -T -D -a 69 %setup -q -T -D -a 70 + %setup -q -T -D -a 71 %build @@ -771,6 +780,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE69} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE70} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE71} 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