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:   18-Oct-2007 12:44:46
  Branch: HEAD                             Handle: 2007101811444600

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

  Log:
    modifying package: perl-net-5.8.8 20070829 -> 20071018

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.166 -r1.167 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        29 Aug 2007 18:16:00 -0000      
1.166
  +++ openpkg-src/perl-net/perl-net.spec        18 Oct 2007 10:44:46 -0000      
1.167
  @@ -53,6 +53,7 @@
   %define       V_io_socket_multicast   1.05
   %define       V_net_growlclient       0.02
   %define       V_net_dhcp              0.66
  +%define       V_net_proxy             0.12
   
   #   package information
   Name:         perl-net
  @@ -65,7 +66,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20070829
  +Release:      20071018
   
   #   package options
   %option       with_pcap   no
  @@ -100,6 +101,7 @@
   Source26:     
http://www.cpan.org/modules/by-module/IO/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz
   Source27:     
http://www.cpan.org/modules/by-module/Net/Net-GrowlClient-%{V_net_growlclient}.tar.gz
   Source28:     
http://www.cpan.org/modules/by-module/Net/Net-DHCP-%{V_net_dhcp}.tar.gz
  +Source29:     
http://www.cpan.org/modules/by-module/Net/Net-Proxy-%{V_net_proxy}.tar.gz
   Patch0:       perl-net.patch
   
   #   build information
  @@ -159,6 +161,7 @@
       - IO::Socket::Multicast (%{V_io_socket_multicast})
       - Net::GrowlClient (%{V_net_growlclient})
       - Net::DHCP (%{V_net_dhcp})
  +    - Net::Proxy (%{V_net_proxy})
   
   %track
       prog perl-net:Net-Netmask = {
  @@ -306,6 +309,11 @@
           url       = http://www.cpan.org/modules/by-module/Net/
           regex     = Net-DHCP-(__VER__)\.tar\.gz
       }
  +    prog perl-net:Net-Proxy = {
  +        version   = %{V_net_proxy}
  +        url       = http://www.cpan.org/modules/by-module/Net/
  +        regex     = Net-Proxy-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -339,6 +347,7 @@
       (
       %setup -q -T -D -a 28
       ) || true
  +    %setup -q -T -D -a 29
       sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
   
   %build
  @@ -380,6 +389,7 @@
       %{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 -d %{SOURCE28} configure build install
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} 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