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: 04-May-2009 08:44:33 Branch: HEAD Handle: 2009050407443200 Modified files: openpkg-src/perl-vcs perl-vcs.patch perl-vcs.spec Log: modifying package: perl-vcs-5.10.0 20090320 -> 20090504 Summary: Revision Changes Path 1.6 +26 -0 openpkg-src/perl-vcs/perl-vcs.patch 1.39 +11 -1 openpkg-src/perl-vcs/perl-vcs.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-vcs/perl-vcs.patch ============================================================================ $ cvs diff -u -r1.5 -r1.6 perl-vcs.patch --- openpkg-src/perl-vcs/perl-vcs.patch 20 Mar 2009 10:20:30 -0000 1.5 +++ openpkg-src/perl-vcs/perl-vcs.patch 4 May 2009 06:44:32 -0000 1.6 @@ -9,3 +9,29 @@ path(), catfile($root, 'usr', 'local', 'bin'), catfile($root, 'usr', 'bin'), +Index: SVN-Look-0.14.12/Makefile.PL +--- SVN-Look-0.14.12/Makefile.PL.orig 2009-05-04 08:38:01 +0200 ++++ SVN-Look-0.14.12/Makefile.PL 2009-05-04 08:38:49 +0200 +@@ -4,22 +4,6 @@ + use File::Spec::Functions qw/catfile path/; + use ExtUtils::MakeMaker; + +-my $svnlook; +-for my $d ( +- path(), +- catfile('usr', 'local', 'bin'), +- catfile('usr', 'bin'), +- catfile('bin'), +-) { +- my $f = catfile($d, 'svnlook'); +- next unless -x $f; +- next unless system("$f help >/dev/null 2>/dev/null") == 0; +- $svnlook = $f; +- last; +-} +-die "Aborting because I couldn't find the 'svnlook' executable.\n" +- unless $svnlook; +- + WriteMakefile( + NAME => 'SVN::Look', + AUTHOR => 'Gustavo Chaves <gustavo+p...@gnustavo.org>', @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl-vcs/perl-vcs.spec ============================================================================ $ cvs diff -u -r1.38 -r1.39 perl-vcs.spec --- openpkg-src/perl-vcs/perl-vcs.spec 18 Apr 2009 13:14:09 -0000 1.38 +++ openpkg-src/perl-vcs/perl-vcs.spec 4 May 2009 06:44:32 -0000 1.39 @@ -35,6 +35,7 @@ %define V_text_diff 0.35 %define V_text_patch 1.4 %define V_svn_look 0.14.12 +%define V_mtn_automate 0.04 # package information Name: perl-vcs @@ -47,7 +48,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090320 +Release: 20090504 # list of sources Source0: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-%{V_algorithm_diff}.tar.gz @@ -62,6 +63,7 @@ Source9: http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz Source10: http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz Source11: http://www.cpan.org/modules/by-module/SVN/SVN-Look-%{V_svn_look}.tar.gz +Source12: http://www.cpan.org/authors/id/A/AE/AECOOPER/monotone/Monotone-AutomateStdio-%{V_mtn_automate}.tar.gz Patch0: perl-vcs.patch # build information @@ -88,6 +90,7 @@ - Text::Diff (%{V_text_diff}) - Text::Patch (%{V_text_patch}) - SVN::Look (%{V_svn_look}) + - Monotone::AutomateStdio (%{V_mtn_automate}) %track prog perl-vcs:Algorithm-Diff = { @@ -150,6 +153,11 @@ url = http://www.cpan.org/modules/by-module/SVN/ regex = SVN-Look-(__VER__)\.tar\.gz } + prog perl-vcs:Monotone-AutomateStdio = { + version = %{V_mtn_automate} + url = http://www.cpan.org/authors/id/A/AE/AECOOPER/monotone/ + regex = Monotone-AutomateStdio-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -164,6 +172,7 @@ %setup -q -T -D -a 9 %setup -q -T -D -a 10 %setup -q -T -D -a 11 + %setup -q -T -D -a 12 %patch -p0 %build @@ -185,6 +194,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org