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:   15-Oct-2004 23:31:32
  Branch: HEAD                             Handle: 2004101522313200

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

  Log:
    add Net::Jabber

  Summary:
    Revision    Changes     Path
    1.71        +23 -3      openpkg-src/perl-net/perl-net.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.70 -r1.71 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        9 Oct 2004 13:04:26 -0000       1.70
  +++ openpkg-src/perl-net/perl-net.spec        15 Oct 2004 21:31:32 -0000      1.71
  @@ -43,6 +43,8 @@
   %define       V_net_radius            1.44
   %define       V_net_ip                1.20
   %define       V_net_packet            1.27
  +%define       V_net_xmpp              1.0
  +%define       V_net_jabber            2.0
   
   #   package information
   Name:         perl-net
  @@ -55,7 +57,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20041009
  +Release:      20041015
   
   #   package options
   %option       with_curl   no
  @@ -80,6 +82,8 @@
   Source15:     
http://www.cpan.org/authors/id/K/KC/KCARNUT/Net-Pcap-%{V_net_pcap}.tar.gz
   Source16:     
http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz
   Source17:     http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{V_net_ip}.tar.gz
  +Source18:     
http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz
  +Source19:     
http://www.cpan.org/modules/by-module/Net/Net-Jabber-%{V_net_jabber}.tar.gz
   Patch0:       perl-net.patch
   
   #   build information
  @@ -87,8 +91,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= 
%{V_perl}-20040126
   PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
  -BuildPreReq:  perl-crypto, perl-sys, perl-time
  -PreReq:       perl-crypto, perl-sys, perl-time
  +BuildPreReq:  perl-crypto, perl-sys, perl-time, perl-xml
  +PreReq:       perl-crypto, perl-sys, perl-time, perl-xml
   %if "%{with_curl}" == "yes"
   BuildPreReq:  curl
   PreReq:       curl
  @@ -135,6 +139,8 @@
       - Net::Pcap (%{V_net_pcap})
       - Net::Packet (%{V_net_packet})
   %endif
  +    - Net::XMPP (%{V_net_xmpp})
  +    - Net::Jabber (%{V_net_jabber})
   
   %track
       prog perl-net:Curl-easy = {
  @@ -227,6 +233,16 @@
           url       = http://www.cpan.org/authors/id/M/MA/MANU/
           regex     = Net-Packet-(__VER__)\.tar\.gz
       }
  +    prog perl-net:Net-XMPP = {
  +        version   = %{V_net_xmpp}
  +        url       = http://www.cpan.org/modules/by-module/Net/
  +        regex     = Net-XMPP-(__VER__)\.tar\.gz
  +    }
  +    prog perl-net:Net-Jabber = {
  +        version   = %{V_net_jabber}
  +        url       = http://www.cpan.org/modules/by-module/Net/
  +        regex     = Net-Jabber-(__VER__)\.tar\.gz
  +    }
   
   %prep
       %setup -q -c
  @@ -247,6 +263,8 @@
       %setup -q -T -D -a 15
       %setup -q -T -D -a 16
       %setup -q -T -D -a 17
  +    %setup -q -T -D -a 18
  +    %setup -q -T -D -a 19
       sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
   
   %build
  @@ -276,6 +294,8 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} -A "INC='-I. %{l_cflags}'" -A 
"LIBS='%{l_ldflags} -lpcap'" configure build install
   %endif
       %{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 -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