Add module Net::NetxAP for use in manipulating data in IMAP folders.

Fri, 16 Jan 2009 21:04:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2009 21:04:26 +0100
changeset 100
67744e0f53cc
parent 99
161326b4f1f9
child 101
8dba60127214

Add module Net::NetxAP for use in manipulating data in IMAP folders.

perl-net/perl-net.spec file | annotate | diff | comparison | revisions
     1.1 --- a/perl-net/perl-net.spec	Fri Jan 16 20:57:37 2009 +0100
     1.2 +++ b/perl-net/perl-net.spec	Fri Jan 16 21:04:26 2009 +0100
     1.3 @@ -53,6 +53,7 @@
     1.4  %define       V_net_growlclient       0.02
     1.5  %define       V_net_dhcp              0.66
     1.6  %define       V_net_proxy             0.12
     1.7 +%define       V_net_netxap            0.02
     1.8  
     1.9  #   package information
    1.10  Name:         perl-net
    1.11 @@ -65,7 +66,7 @@
    1.12  Group:        Perl
    1.13  License:      GPL/Artistic
    1.14  Version:      %{V_perl}
    1.15 -Release:      20090102
    1.16 +Release:      20090106
    1.17  
    1.18  #   package options
    1.19  %option       with_pcap   no
    1.20 @@ -101,15 +102,20 @@
    1.21  Source27:     http://www.cpan.org/modules/by-module/Net/Net-GrowlClient-%{V_net_growlclient}.tar.gz
    1.22  Source28:     http://www.cpan.org/modules/by-module/Net/Net-DHCP-%{V_net_dhcp}.tar.gz
    1.23  Source29:     http://www.cpan.org/modules/by-module/Net/Net-Proxy-%{V_net_proxy}.tar.gz
    1.24 +Source30:     http://www.cpan.org/modules/by-module/Net/NetxAP-%{V_net_netxap}.tar.gz
    1.25  Patch0:       perl-net.patch
    1.26  
    1.27  #   build information
    1.28  Prefix:       %{l_prefix}
    1.29  BuildRoot:    %{l_buildroot}
    1.30 -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
    1.31 -PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
    1.32 -BuildPreReq:  perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
    1.33 -PreReq:       perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
    1.34 +BuildPreReq:  OpenPKG, openpkg >= 20040130
    1.35 +PreReq:       OpenPKG, openpkg >= 20040130
    1.36 +BuildPreReq:  perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, binutils
    1.37 +PreReq:       perl >= %{V_perl}
    1.38 +BuildPreReq:  perl-crypto, perl-sys, perl-time
    1.39 +PreReq:       perl-crypto, perl-sys, perl-time
    1.40 +BuildPreReq:  perl-xml, perl-util >= %{V_perl}-20040210
    1.41 +PreReq:       perl-xml, perl-util >= %{V_perl}-20040210
    1.42  %if "%{with_pcap}" == "yes"
    1.43  BuildPreReq:  libpcap
    1.44  PreReq:       libpcap
    1.45 @@ -161,6 +167,7 @@
    1.46      - Net::GrowlClient (%{V_net_growlclient})
    1.47      - Net::DHCP (%{V_net_dhcp})
    1.48      - Net::Proxy (%{V_net_proxy})
    1.49 +    - Net::NetxAP (%V_net_netxap})
    1.50  
    1.51  %track
    1.52      prog perl-net:Net-Netmask = {
    1.53 @@ -313,6 +320,11 @@
    1.54          url       = http://www.cpan.org/modules/by-module/Net/
    1.55          regex     = Net-Proxy-(__VER__)\.tar\.gz
    1.56      }
    1.57 +    prog perl-net:NetxAP = {
    1.58 +        version   = %{V_net_netxap}
    1.59 +        url       = http://www.cpan.org/modules/by-module/Net/
    1.60 +        regex     = NetxAP-(__VER__)\.tar\.gz
    1.61 +    }
    1.62  
    1.63  %prep
    1.64      %setup -q -c
    1.65 @@ -347,6 +359,7 @@
    1.66      %setup -q -T -D -a 28
    1.67      ) || true
    1.68      %setup -q -T -D -a 29
    1.69 +    %setup -q -T -D -a 30
    1.70      sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
    1.71  
    1.72  %build
    1.73 @@ -389,6 +402,7 @@
    1.74      %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
    1.75      %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
    1.76      %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
    1.77 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
    1.78      %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
    1.79      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
    1.80  

mercurial