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:   12-Nov-2004 11:33:12
  Branch: HEAD                             Handle: 2004111210331100

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

  Log:
    add IPC::Signal and IPC::Filter

  Summary:
    Revision    Changes     Path
    1.90        +25 -5      openpkg-src/perl-sys/perl-sys.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  ============================================================================
  $ cvs diff -u -r1.89 -r1.90 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec        11 Nov 2004 10:28:58 -0000      
1.89
  +++ openpkg-src/perl-sys/perl-sys.spec        12 Nov 2004 10:33:11 -0000      
1.90
  @@ -34,6 +34,8 @@
   %define       V_ipc_shareable       0.60
   %define       V_ipc_sharedcache     1.3
   %define       V_ipc_run             0.78
  +%define       V_ipc_signal          1.00
  +%define       V_ipc_filter          0.001
   %define       V_file_tail           0.98
   %define       V_freezethaw          0.43
   %define       V_authen_sasl         2.08
  @@ -57,7 +59,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20041111
  +Release:      20041112
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
  @@ -76,10 +78,12 @@
   Source13:     
http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz
   Source14:     
http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
   Source15:     
http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz
  -Source16:     
http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
  -Source17:     
http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
  -Source18:     
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
  -Source19:     
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
  +Source16:     
http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz
  +Source17:     
http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz
  +Source18:     
http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
  +Source19:     
http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
  +Source20:     
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
  +Source21:     
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -101,6 +105,8 @@
       - IPC::Shareable (%{V_ipc_shareable})
       - IPC::SharedCache (%{V_ipc_sharedcache})
       - IPC::Run (%{V_ipc_run})
  +    - IPC::Signal (%{V_ipc_signal})
  +    - IPC::Filter (%{V_ipc_filter})
       - File::Tail (%{V_file_tail})
       - FreezeThaw (%{V_freezethaw})
       - Authen::SASL (%{V_authen_sasl})
  @@ -180,6 +186,16 @@
           url       = http://www.cpan.org/modules/by-module/IPC/
           regex     = IPC-Run-(__VER__)\.tar\.gz
       }
  +    prog perl-sys:IPC-Signal = {
  +        version   = %{V_ipc_signal}
  +        url       = http://www.cpan.org/modules/by-module/IPC/
  +        regex     = IPC-Signal-(__VER__)\.tar\.gz
  +    }
  +    prog perl-sys:IPC-Filter = {
  +        version   = %{V_ipc_filter}
  +        url       = http://www.cpan.org/modules/by-module/IPC/
  +        regex     = IPC-Filter-(__VER__)\.tar\.gz
  +    }
       prog perl-sys:Storable = {
           version   = %{V_storable}
           url       = http://www.cpan.org/modules/by-module/Storable/
  @@ -237,6 +253,8 @@
       %setup -q -T -D -a 17
       %setup -q -T -D -a 18
       %setup -q -T -D -a 19
  +    %setup -q -T -D -a 20
  +    %setup -q -T -D -a 21
   
   %build
   
  @@ -263,6 +281,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} 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