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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   27-Apr-2004 13:21:47
  Branch: HEAD                             Handle: 2004042712214700

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

  Log:
    add Net::IP for email header parsing in project ipadm

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.61 -r1.62 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        22 Apr 2004 07:56:20 -0000      1.61
  +++ openpkg-src/perl-net/perl-net.spec        27 Apr 2004 11:21:47 -0000      1.62
  @@ -41,6 +41,7 @@
   %define       V_net_bgp               0.07
   %define       V_net_pcap              0.05
   %define       V_net_radius            1.44
  +%define       V_net_ip                1.20
   
   #   package information
   Name:         perl-net
  @@ -53,7 +54,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20040422
  +Release:      20040427
   
   #   package options
   %option       with_curl   no
  @@ -76,6 +77,7 @@
   Source13:     
http://www.cpan.org/modules/by-module/Net/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz
   Source14:     http://www.cpan.org/modules/by-module/Net/Net-BGP-%{V_net_bgp}.tar.gz
   Source15:     
http://www.cpan.org/authors/id/K/KC/KCARNUT/Net-Pcap-%{V_net_pcap}.tar.gz
  +Source16:     http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{V_net_ip}.tar.gz
   Patch0:       perl-net.patch
   
   #   build information
  @@ -122,6 +124,7 @@
       - Net::UNIX::Server (%{V_net_ext})
       - Net::Radius (%{V_net_radius})
       - RPC::PlServer, RPC::PlClient (%{V_plrpc})
  +    - Net::IP (%{V_net_ip})
   %if "%{with_curl}" == "yes"
       - Curl::easy (%{V_curl_easy})
   %endif
  @@ -202,6 +205,11 @@
           url       = http://www.cpan.org/modules/by-module/Net/
           regex     = Net-Radius-(__VER__)\.tar\.gz
       }
  +    prog perl-net:Net-IP = {
  +        version   = %{V_net_ip}
  +        url       = http://www.cpan.org/authors/id/M/MA/MANU/
  +        regex     = Net-IP-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -220,6 +228,7 @@
       %setup -q -T -D -a 13
       %setup -q -T -D -a 14
       %setup -q -T -D -a 15
  +    %setup -q -T -D -a 16
       sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
   
   %build
  @@ -246,6 +255,7 @@
   %if "%{with_pcap}" == "yes"
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
   %endif
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} 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