## ## perl-net.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2005 OpenPKG Foundation e.V. ## Copyright (c) 2000-2005 Ralf S. Engelschall ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # versions of individual parts %define V_perl 5.8.6 %define V_math_base85 0.2 %define V_net_ipv4addr 0.10 %define V_net_ipv6addr 0.2 %define V_net_daemon 0.38 %define V_net_server 0.87 %define V_net_ext 1.011 %define V_libnet 1.19 %define V_net_netmask 1.9012 %define V_net_ftp_common 5.2b %define V_net_snmp 5.0.1 %define V_net_tftp 0.16 %define V_net_telnet 3.03 %define V_net_telnet_cisco 1.10 %define V_plrpc 0.2018 %define V_curl_easy 1.35 %define V_net_imap_simple 0.93 %define V_net_bgp 0.08 %define V_net_pcap 0.05 %define V_net_radius 1.44 %define V_net_ip 1.21 %define V_class_gomor_hash 0.21 %define V_net_packet 2.03 %define V_net_xmpp 1.0 %define V_net_jabber 2.0 %define V_net_patricia 1.010 %define V_net_irc 0.75 # package information Name: perl-net Summary: Perl Modules for use with networks URL: http://www.cpan.org/ Vendor: Perl Community Packager: OpenPKG Distribution: OpenPKG Class: BASE Group: Language License: GPL/Artistic Version: %{V_perl} Release: 20050520 # package options %option with_curl no %option with_pcap no # list of sources Source0: http://www.cpan.org/modules/by-module/Math/Math-Base85-%{V_math_base85}.tar.gz Source1: http://www.cpan.org/modules/by-module/Net/Net-IPv4Addr-%{V_net_ipv4addr}.tar.gz Source2: http://www.cpan.org/modules/by-module/Net/Net-IPv6Addr-%{V_net_ipv6addr}.tar.gz Source3: http://www.cpan.org/modules/by-module/Net/Net-Daemon-%{V_net_daemon}.tar.gz Source4: http://www.cpan.org/modules/by-module/Net/Net-Server-%{V_net_server}.tar.gz Source5: http://www.cpan.org/modules/by-module/Net/Net-ext-%{V_net_ext}.tar.gz Source6: http://www.cpan.org/modules/by-module/Net/libnet-%{V_libnet}.tar.gz Source7: http://www.cpan.org/modules/by-module/Net/Net-Netmask-%{V_net_netmask}.tar.gz Source8: http://www.cpan.org/modules/by-module/Net/Net-FTP-Common-%{V_net_ftp_common}.tar.gz Source9: http://www.cpan.org/modules/by-module/Net/Net-SNMP-%{V_net_snmp}.tar.gz Source10: http://www.cpan.org/modules/by-module/Net/Net-TFTP-%{V_net_tftp}.tar.gz Source11: http://www.cpan.org/modules/by-module/Net/Net-Telnet-%{V_net_telnet}.tar.gz Source12: http://www.cpan.org/modules/by-module/Net/Net-Telnet-Cisco-%{V_net_telnet_cisco}.tar.gz Source13: http://www.cpan.org/modules/by-module/Net/Net-Radius-%{V_net_radius}.tar.gz Source14: http://www.cpan.org/modules/by-module/RPC/PlRPC-%{V_plrpc}.tar.gz Source15: http://curl.haxx.se/libcurl/perl/Curl-easy-%{V_curl_easy}.tar.gz Source16: http://www.cpan.org/modules/by-module/Net/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz Source17: http://www.cpan.org/modules/by-module/Net/Net-BGP-%{V_net_bgp}.tar.gz Source18: http://www.cpan.org/authors/id/K/KC/KCARNUT/Net-Pcap-%{V_net_pcap}.tar.gz Source19: http://www.cpan.org/modules/by-module/Class/Class-Gomor-Hash-%{V_class_gomor_hash}.tar.gz Source20: http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz Source21: http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{V_net_ip}.tar.gz Source22: http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz Source23: http://www.cpan.org/modules/by-module/Net/Net-Jabber-%{V_net_jabber}.tar.gz 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 Patch0: perl-net.patch # build information Prefix: %{l_prefix} 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, perl-xml, perl-util >= %{V_perl}-20040210 PreReq: perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210 %if "%{with_curl}" == "yes" BuildPreReq: curl PreReq: curl %endif %if "%{with_pcap}" == "yes" BuildPreReq: libpcap PreReq: libpcap %endif AutoReq: no AutoReqProv: no %description Perl modules for use with networks: - Net::Daemon (%{V_net_daemon}) - Net::FTP (%{V_libnet}) - Net::NNTP - Net::POP3 - Net::SMTP - Net::SNPP - Net::Time - Net::FTP::Common (%{V_net_ftp_common}) - Net::Gen (%{V_net_ext}) - Net::Inet - Net::TCP - Net::TCP::Server - Net::UDP - Net::UNIX - Net::UNIX::Server - Net::Netmask (%{V_net_netmask}) - Net::SNMP (%{V_net_snmp}) - Net::Server (%{V_net_server}) - Net::TFTP (%{V_net_tftp}) - Net::Telnet (%{V_net_telnet}) - Net::Telnet::Cisco (%{V_net_telnet_cisco}) - 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 - Net::IMAP::Simple (%{V_net_imap_simple}) - Net::BGP (%{V_net_bgp}) %if "%{with_pcap}" == "yes" - Net::Pcap (%{V_net_pcap}) - Net::Packet (%{V_net_packet}) - Class:Gomor::Hash (%{V_class_gomor_hash}) %endif - Net::XMPP (%{V_net_xmpp}) - Net::Jabber (%{V_net_jabber}) - Net::Patricia (%{V_net_patricia}) - Net::IPv4Addr (%{V_net_ipv4addr}) - Net::IPv6Addr (%{V_net_ipv6addr}) - Net::IRC (%{V_net_irc}) %track prog perl-net:Curl-easy = { version = %{V_curl_easy} url = http://curl.haxx.se/libcurl/perl/ regex = Curl-easy-(__VER__)\.tar\.gz } prog perl-net:Net-Netmask = { version = %{V_net_netmask} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Netmask-(__VER__)\.tar\.gz } prog perl-net:Net-Ftp-Common = { version = %{V_net_ftp_common} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-FTP-Common-(__VER__)\.tar\.gz } prog perl-net:libnet = { version = %{V_libnet} url = http://www.cpan.org/modules/by-module/Net/ regex = libnet-(__VER__)\.tar\.gz } prog perl-net:Net-BGP = { version = %{V_net_bgp} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-BGP-(__VER__)\.tar\.gz } prog perl-net:Net-Daemon = { version = %{V_net_daemon} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Daemon-(__VER__)\.tar\.gz } prog perl-net:Net-ext = { version = %{V_net_ext} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-ext-(__VER__)\.tar\.gz } prog perl-net:Net-Imap-Simple = { version = %{V_net_imap_simple} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-IMAP-Simple-(__VER__)\.tar\.gz } prog perl-net:Net-Server = { version = %{V_net_server} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Server-(__VER__)\.tar\.gz } prog perl-net:Net-SNMP = { version = %{V_net_snmp} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-SNMP-(__VER__)\.tar\.gz } prog perl-net:Net-Telnet = { version = %{V_net_telnet} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Telnet-(__VER__)\.tar\.gz } prog perl-net:Net-Telnet-Cisco = { version = %{V_net_telnet_cisco} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Telnet-Cisco-(__VER__)\.tar\.gz } prog perl-net:Net-TFTP = { version = %{V_net_tftp} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-TFTP-(__VER__)\.tar\.gz } prog perl-net:PlRPC = { version = %{V_plrpc} url = http://www.cpan.org/modules/by-module/RPC/ regex = PlRPC-(__VER__)\.tar\.gz } prog perl-net:Net-Pcap = { version = %{V_net_pcap} url = http://www.cpan.org/authors/id/K/KC/KCARNUT/ regex = Net-Pcap-(__VER__)\.tar\.gz } prog perl-net:Net-Radius = { version = %{V_net_radius} 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 } prog perl-net:Net-Packet = { version = %{V_net_packet} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Packet-(__VER__)\.tar\.gz } prog perl-net:Class-Gomor-Hash = { version = %{V_class_gomor_hash} url = http://www.cpan.org/modules/by-module/Class/ regex = Class-Gomor-Hash-(__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 } prog perl-net:Net-Patricia = { version = %{V_net_patricia} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-Patricia-(__VER__)\.tar\.gz } prog perl-net:Net-IPv4Addr = { version = %{V_net_ipv4addr} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-IPv4Addr-(__VER__)\.tar\.gz } prog perl-net:Net-IPv6Addr = { version = %{V_net_ipv6addr} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-IPv6Addr-(__VER__)\.tar\.gz } prog perl-net:Math-Base85 = { version = %{V_math_base85} url = http://www.cpan.org/modules/by-module/Math/ regex = Math-Base85-(__VER__)\.tar\.gz } prog perl-net:Net-IRC = { version = %{V_net_irc} url = http://www.cpan.org/modules/by-module/Net/ regex = Net-IRC-(__VER__)\.tar\.gz } %prep %setup -q -c %setup -q -T -D -a 1 %setup -q -T -D -a 2 %setup -q -T -D -a 3 %setup -q -T -D -a 4 %setup -q -T -D -a 5 %setup -q -T -D -a 6 %setup -q -T -D -a 7 %setup -q -T -D -a 8 %setup -q -T -D -a 9 %setup -q -T -D -a 10 %setup -q -T -D -a 11 %setup -q -T -D -a 12 %setup -q -T -D -a 13 %setup -q -T -D -a 14 %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 %setup -q -T -D -a 20 %setup -q -T -D -a 21 %setup -q -T -D -a 22 %setup -q -T -D -a 23 %setup -q -T -D -a 24 %setup -q -T -D -a 25 sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b %build %install rm -rf $RPM_BUILD_ROOT %{l_prefix}/bin/perl-openpkg prepare %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install %if "%{with_curl}" == "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 -d %{SOURCE17} configure build install %if "%{with_pcap}" == "yes" %{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 -d %{SOURCE20} \ -A "INC='-I. %{l_cppflags}'" \ -A "LIBS='%{l_ldflags} -lpcap'" \ configure build install %endif %{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install %{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 -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` %files -f files %clean rm -rf $RPM_BUILD_ROOT