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:   25-Dec-2005 09:54:15
  Branch: HEAD                             Handle: 2005122508541400

  Modified files:
    openpkg-src/perl-module perl-module.patch perl-module.spec

  Log:
    add latest version of CPAN shell

  Summary:
    Revision    Changes     Path
    1.2         +12 -0      openpkg-src/perl-module/perl-module.patch
    1.7         +30 -10     openpkg-src/perl-module/perl-module.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-module/perl-module.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 perl-module.patch
  --- openpkg-src/perl-module/perl-module.patch 9 Nov 2005 13:27:11 -0000       
1.1
  +++ openpkg-src/perl-module/perl-module.patch 25 Dec 2005 08:54:14 -0000      
1.2
  @@ -15,3 +15,15 @@
    WriteMakefile(
        # FIXME this doesn't work very well with native win32 perl
        'dist' => {
  +Index: CPAN-1.80/Makefile.PL
  +--- CPAN-1.80/Makefile.PL.orig       2005-12-25 09:23:51 +0100
  ++++ CPAN-1.80/Makefile.PL    2005-12-25 09:52:02 +0100
  +@@ -93,7 +93,7 @@
  +     my $cmd;
  +     if ($cmd = MM->maybe_command($abs)) {
  +       print "Importing PAUSE public key into your GnuPG keychain... ";
  +-      system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  ++      # system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  +       print "done!\n";
  +       print "(You may wish to trust it locally with 'gpg --lsign-key 
450F89EC')\n";
  +       last;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  14 Dec 2005 07:32:12 -0000      
1.6
  +++ openpkg-src/perl-module/perl-module.spec  25 Dec 2005 08:54:14 -0000      
1.7
  @@ -38,6 +38,8 @@
   %define       V_module_corelist       2.02
   %define       V_module_info           0.290
   %define       V_module_locate         1.7
  +%define       V_cpan                  1.80
  +%define       V_cpan_wait             0.27
   
   #   package information
   Name:         perl-module
  @@ -50,7 +52,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20051214
  +Release:      20051225
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ -62,6 +64,8 @@
   Source6:      
http://www.cpan.org/modules/by-module/Module/Module-CoreList-%{V_module_corelist}.tar.gz
   Source7:      
http://www.cpan.org/modules/by-module/Module/Module-Info-%{V_module_info}.tar.gz
   Source8:      
http://www.cpan.org/modules/by-module/Module/Module-Locate-%{V_module_locate}.tar.gz
  +Source9:      
http://www.cpan.org/modules/by-module/CPAN/CPAN-%{V_cpan}.tar.gz
  +Source10:     
http://www.cpan.org/modules/by-module/CPAN/CPAN-WAIT-%{V_cpan_wait}.tar.gz
   Patch0:       perl-module.patch
   
   #   build information
  @@ -83,6 +87,8 @@
       - Module::CoreList (%{V_module_corelist})
       - Module::Info (%{V_module_info})
       - Module::Locate (%{V_module_locate})
  +    - CPAN (%{V_cpan})
  +    - CPAN::WAIT (%{V_cpan_wait})
   
   %track
       prog perl-module:ExtUtils-Depends = {
  @@ -125,6 +131,16 @@
           url       = http://www.cpan.org/modules/by-module/Module/
           regex     = Module-Locate-(__VER__)\.tar\.gz
       }
  +    prog perl-module:CPAN = {
  +        version   = %{V_cpan}
  +        url       = http://www.cpan.org/modules/by-module/CPAN/
  +        regex     = CPAN-(__VER__)\.tar\.gz
  +    }
  +    prog perl-module:CPAN-WAIT = {
  +        version   = %{V_cpan_wait}
  +        url       = http://www.cpan.org/modules/by-module/CPAN/
  +        regex     = CPAN-WAIT-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -136,6 +152,8 @@
       %setup -q -T -D -a 6
       %setup -q -T -D -a 7
       %setup -q -T -D -a 8
  +    %setup -q -T -D -a 9
  +    %setup -q -T -D -a 10
       %patch -p0
   
   %build
  @@ -143,15 +161,17 @@
   %install
       rm -rf $RPM_BUILD_ROOT
       %{l_prefix}/bin/perl-openpkg prepare
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
  -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE0}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE1}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE2}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE3}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE4}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE5}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE6}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
  +    %{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 -F perl-openpkg-files fixate cleanup
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/instmodsh
       mv  $RPM_BUILD_ROOT%{l_prefix}/bin/scandeps.pl \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to