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:   01-Mar-2007 18:18:11
  Branch: HEAD                             Handle: 2007030117181100

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

  Log:
    add IO::Socket::Multicast module

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.149 -r1.150 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        3 Feb 2007 19:46:13 -0000       
1.149
  +++ openpkg-src/perl-net/perl-net.spec        1 Mar 2007 17:18:11 -0000       
1.150
  @@ -51,6 +51,7 @@
   %define       V_net_patricia          1.014
   %define       V_net_irc               0.75
   %define       V_ip_country            2.23
  +%define       V_io_socket_multicast   1.05
   
   #   package information
   Name:         perl-net
  @@ -63,7 +64,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20070203
  +Release:      20070301
   
   #   package options
   %option       with_curl   no
  @@ -97,6 +98,7 @@
   Source24:     
http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{V_net_patricia}.tar.gz
   Source25:     
http://www.cpan.org/modules/by-module/Net/Net-IRC-%{V_net_irc}.tar.gz
   Source26:     
http://www.cpan.org/modules/by-module/IP/IP-Country-%{V_ip_country}.tar.gz
  +Source27:     
http://www.cpan.org/modules/by-module/IO/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz
   Patch0:       perl-net.patch
   
   #   build information
  @@ -160,6 +162,7 @@
       - Net::IPv6Addr (%{V_net_ipv6addr})
       - Net::IRC (%{V_net_irc})
       - IP::Country (%{V_ip_country})
  +    - IO::Socket::Multicast (%{V_io_socket_multicast})
   
   %track
       prog perl-net:Curl-easy = {
  @@ -297,6 +300,11 @@
           url       = http://www.cpan.org/modules/by-module/IP/
           regex     = IP-Country-(__VER__)\.tar\.gz
       }
  +    prog perl-net:IO-Socket-Multicast = {
  +        version   = %{V_io_socket_multicast}
  +        url       = http://www.cpan.org/modules/by-module/IO/
  +        regex     = IO-Socket-Multicast-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -326,6 +334,7 @@
       %setup -q -T -D -a 24
       %setup -q -T -D -a 25
       %setup -q -T -D -a 26
  +    %setup -q -T -D -a 27
       sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
   
   %build
  @@ -367,6 +376,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} 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

Reply via email to