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: 18-Sep-2007 08:26:33 Branch: HEAD Handle: 2007091807263200 Modified files: openpkg-src/perl-util perl-util.spec Log: modifying package: perl-util-5.8.8 20070914 -> 20070918 Summary: Revision Changes Path 1.352 +21 -1 openpkg-src/perl-util/perl-util.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-util/perl-util.spec ============================================================================ $ cvs diff -u -r1.351 -r1.352 perl-util.spec --- openpkg-src/perl-util/perl-util.spec 14 Sep 2007 21:45:07 -0000 1.351 +++ openpkg-src/perl-util/perl-util.spec 18 Sep 2007 06:26:32 -0000 1.352 @@ -94,6 +94,8 @@ %define V_class_trait 0.22 %define V_hash_merge 0.10 %define V_readonly 1.03 +%define V_sub_uplevel 0.16 +%define V_sub_exporter 0.976 # package information Name: perl-util @@ -106,7 +108,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20070914 +Release: 20070918 # list of sources Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz @@ -179,6 +181,8 @@ Source67: http://www.cpan.org/modules/by-module/Hash/Hash-Merge-%{V_hash_merge}.tar.gz Source68: http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-%{V_readonly}.tar.gz Source69: http://www.cpan.org/modules/by-module/Regexp/Regexp-Wildcards-%{V_regexp_wildcards}.tar.gz +Source70: http://www.cpan.org/modules/by-module/Sub/Sub-Uplevel-%{V_sub_uplevel}.tar.gz +Source71: http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-%{V_sub_exporter}.tar.gz # build information Prefix: %{l_prefix} @@ -261,6 +265,8 @@ - Want (%{V_want}) - Hash::Merge (%{V_hash_merge}) - Readonly (%{V_readonly}) + - Sub::Uplevel (%{V_sub_uplevel}) + - Sub::Exporter (%{V_sub_exporter}) %track prog perl-util:Alias = { @@ -613,6 +619,16 @@ url = http://www.cpan.org/authors/id/R/RO/ROODE/ regex = Readonly-(__VER__)\.tar\.gz } + prog perl-util:Sub-Uplevel = { + version = %{V_sub_uplevel} + url = http://www.cpan.org/modules/by-module/Sub/ + regex = Sub-Uplevel-(__VER__)\.tar\.gz + } + prog perl-util:Sub-Exporter = { + version = %{V_sub_exporter} + url = http://www.cpan.org/modules/by-module/Sub/ + regex = Sub-Exporter-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -685,6 +701,8 @@ %setup -q -T -D -a 67 %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 @@ -761,6 +779,8 @@ %{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 + %{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 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org