OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-May-2004 20:26:50
  Branch: HEAD                             Handle: 2004052119265000

  Modified files:
    openpkg-src/perl-sys    perl-sys.spec

  Log:
    add IO::Multiplex which I need soon for Postfix's Postgrey

  Summary:
    Revision    Changes     Path
    1.69        +11 -1      openpkg-src/perl-sys/perl-sys.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  ============================================================================
  $ cvs diff -u -r1.68 -r1.69 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec        17 May 2004 18:18:32 -0000      1.68
  +++ openpkg-src/perl-sys/perl-sys.spec        21 May 2004 18:26:50 -0000      1.69
  @@ -42,6 +42,7 @@
   %define       V_filehandle_unget    0.14
   %define       V_spiffy              0.16
   %define       V_io_all              0.18
  +%define       V_io_multiplex        1.08
   
   #   package information
   Name:         perl-sys
  @@ -54,7 +55,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20040517
  +Release:      20040521
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
  @@ -74,6 +75,7 @@
   Source14:     
http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
   Source15:     http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
   Source16:     http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
  +Source17:     
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -104,6 +106,7 @@
       - FileHandle::Unget (%{V_filehandle_unget})
       - Spiffy (%{V_spiffy})
       - IO::All (%{V_io_all})
  +    - IO::Multiplex (%{V_io_multiplex})
   
   %track
       prog perl-sys:Archive-Tar = {
  @@ -191,6 +194,11 @@
           url       = http://www.cpan.org/modules/by-module/IO/
           regex     = IO-All-(__VER__)\.tar\.gz
       }
  +    prog perl-sys:IO-Multiplex = {
  +        version   = %{V_io_multiplex}
  +        url       = http://www.cpan.org/modules/by-module/IO/
  +        regex     = IO-Multiplex-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -210,6 +218,7 @@
       %setup -q -T -D -a 14
       %setup -q -T -D -a 15
       %setup -q -T -D -a 16
  +    %setup -q -T -D -a 17
   
   %build
   
  @@ -233,6 +242,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} 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`
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to