perl-net/perl-net.spec

changeset 481
7b6013bffe8c
parent 100
67744e0f53cc
equal deleted inserted replaced
1:14f2f7702eda 2:b1772a9f3e63
1 ## 1 ##
2 ## perl-net.spec -- OpenPKG RPM Package Specification 2 ## perl-net.spec -- OpenPKG RPM Package Specification
3 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> 3 ## Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
4 ## 4 ##
5 ## Permission to use, copy, modify, and distribute this software for 5 ## Permission to use, copy, modify, and distribute this software for
6 ## any purpose with or without fee is hereby granted, provided that 6 ## any purpose with or without fee is hereby granted, provided that
7 ## the above copyright notice and this permission notice appear in all 7 ## the above copyright notice and this permission notice appear in all
8 ## copies. 8 ## copies.
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21 ## SUCH DAMAGE. 21 ## SUCH DAMAGE.
22 ## 22 ##
23 23
24 # versions of individual parts 24 # versions of individual parts
25 %define V_perl 5.10.0 25 %define V_perl 5.14
26 %define V_math_base85 0.2 26 %define V_math_base85 0.2
27 %define V_net_ipv4addr 0.10 27 %define V_net_ipv4addr 0.10
28 %define V_net_ipv6addr 0.2 28 %define V_net_ipv6addr 0.2
29 %define V_net_daemon 0.43 29 %define V_net_daemon 0.48
30 %define V_net_server 0.97 30 %define V_net_server 0.99
31 %define V_net_ext 1.011 31 %define V_net_ext 1.011
32 %define V_libnet 1.22 32 %define V_libnet 1.22_01
33 %define V_net_netmask 1.9015 33 %define V_net_netmask 1.9016
34 %define V_net_ftp_common 6.1 34 %define V_net_ftp_common 7.0.d
35 %define V_net_snmp 5.2.0 35 %define V_net_snmp 5.2.0
36 %define V_net_tftp 0.17 36 %define V_net_tftp 0.19
37 %define V_net_telnet 3.03 37 %define V_net_telnet 3.03
38 %define V_net_telnet_cisco 1.10 38 %define V_net_telnet_cisco 1.10
39 %define V_plrpc 0.2020 39 %define V_plrpc 0.2020
40 %define V_net_imap_simple 1.17 40 %define V_net_imap_simple 1.2025
41 %define V_net_bgp 0.10 41 %define V_net_bgp 0.14
42 %define V_net_pcap 0.16 42 %define V_net_pcap 0.16
43 %define V_net_radius 1.56 43 %define V_net_radius 2.103
44 %define V_net_ip 1.25 44 %define V_net_ip 1.25
45 %define V_class_gomor 1.01 45 %define V_class_gomor 1.02
46 %define V_net_packet 3.26 46 %define V_net_packet 3.27
47 %define V_net_xmpp 1.02 47 %define V_net_xmpp 1.02
48 %define V_net_jabber 2.0 48 %define V_net_jabber 2.0
49 %define V_net_patricia 1.014 49 %define V_net_patricia 1.15
50 %define V_net_irc 0.75 50 %define V_net_irc 0.79
51 %define V_ip_country 2.26 51 %define V_ip_country 2.27
52 %define V_io_socket_multicast 1.05 52 %define V_io_socket_multicast 1.12
53 %define V_net_growlclient 0.02 53 %define V_net_growlclient 0.02
54 %define V_net_dhcp 0.66 54 %define V_net_dhcp 0.67_1
55 %define V_net_proxy 0.12 55 %define V_net_proxy 0.12
56 %define V_net_stomp 0.42
57 %define V_net_stomp_receipt 0.36
58 %define V_net_rabbitmq 0.0.4
59 %define V_netaddr_ip 4.044
60 %define V_net_http 6.01
56 %define V_net_netxap 0.02 61 %define V_net_netxap 0.02
57 62
58 # package information 63 # package information
59 Name: perl-net 64 Name: perl-net
60 Summary: Perl Modules for use with networks 65 Summary: Perl Modules for use with networks
64 Distribution: OpenPKG Community 69 Distribution: OpenPKG Community
65 Class: BASE 70 Class: BASE
66 Group: Perl 71 Group: Perl
67 License: GPL/Artistic 72 License: GPL/Artistic
68 Version: %{V_perl} 73 Version: %{V_perl}
69 Release: 20090106 74 Release: 20110914
70 75
71 # package options 76 # package options
72 %option with_pcap no 77 %option with_pcap no
73 78
74 # list of sources 79 # list of sources
75 Source0: http://www.cpan.org/modules/by-module/Math/Math-Base85-%{V_math_base85}.tar.gz 80 Source0: http://www.cpan.org/authors/id/T/TM/TMONROE/Math-Base85-%{V_math_base85}.tar.gz
76 Source1: http://www.cpan.org/modules/by-module/Net/Net-IPv4Addr-%{V_net_ipv4addr}.tar.gz 81 Source1: http://www.cpan.org/authors/id/F/FR/FRAJULAC/Net-IPv4Addr-%{V_net_ipv4addr}.tar.gz
77 Source2: http://www.cpan.org/modules/by-module/Net/Net-IPv6Addr-%{V_net_ipv6addr}.tar.gz 82 Source2: http://www.cpan.org/authors/id/T/TM/TMONROE/Net-IPv6Addr-%{V_net_ipv6addr}.tar.gz
78 Source3: http://www.cpan.org/modules/by-module/Net/Net-Daemon-%{V_net_daemon}.tar.gz 83 Source3: http://www.cpan.org/modules/by-module/Net/Net-Daemon-%{V_net_daemon}.tar.gz
79 Source4: http://www.cpan.org/modules/by-module/Net/Net-Server-%{V_net_server}.tar.gz 84 Source4: http://www.cpan.org/authors/id/R/RH/RHANDOM/Net-Server-%{V_net_server}.tar.gz
80 Source5: http://www.cpan.org/modules/by-module/Net/Net-ext-%{V_net_ext}.tar.gz 85 Source5: http://www.cpan.org/authors/id/S/SP/SPIDB/Net-ext-%{V_net_ext}.tar.gz
81 Source6: http://www.cpan.org/modules/by-module/Net/libnet-%{V_libnet}.tar.gz 86 Source6: http://www.cpan.org/authors/id/G/GB/GBARR/libnet-%{V_libnet}.tar.gz
82 Source7: http://www.cpan.org/modules/by-module/Net/Net-Netmask-%{V_net_netmask}.tar.gz 87 Source7: http://www.cpan.org/modules/by-module/Net/Net-Netmask-%{V_net_netmask}.tar.gz
83 Source8: http://www.cpan.org/modules/by-module/Net/Net-FTP-Common-%{V_net_ftp_common}.tar.gz 88 Source8: http://www.cpan.org/modules/by-module/Net/Net-FTP-Common-%{V_net_ftp_common}.tar.gz
84 Source9: http://www.cpan.org/modules/by-module/Net/Net-SNMP-%{V_net_snmp}.tar.gz 89 Source9: http://www.cpan.org/modules/by-module/Net/Net-SNMP-%{V_net_snmp}.tar.gz
85 Source10: http://www.cpan.org/modules/by-module/Net/Net-TFTP-%{V_net_tftp}.tar.gz 90 Source10: http://www.cpan.org/authors/id/G/GB/GBARR/Net-TFTP-%{V_net_tftp}.tar.gz
86 Source11: http://www.cpan.org/modules/by-module/Net/Net-Telnet-%{V_net_telnet}.tar.gz 91 Source11: http://www.cpan.org/authors/id/J/JR/JROGERS/Net-Telnet-%{V_net_telnet}.tar.gz
87 Source12: http://www.cpan.org/modules/by-module/Net/Net-Telnet-Cisco-%{V_net_telnet_cisco}.tar.gz 92 Source12: http://www.cpan.org/authors/id/J/JO/JOSHUA/Net-Telnet-Cisco-%{V_net_telnet_cisco}.tar.gz
88 Source13: http://www.cpan.org/modules/by-module/Net/Net-Radius-%{V_net_radius}.tar.gz 93 Source13: http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/Net-Radius-%{V_net_radius}.tar.gz
89 Source14: http://www.cpan.org/modules/by-module/RPC/PlRPC-%{V_plrpc}.tar.gz 94 Source14: http://www.cpan.org/modules/by-module/RPC/PlRPC-%{V_plrpc}.tar.gz
90 Source15: http://www.cpan.org/modules/by-module/Net/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz 95 Source15: http://www.cpan.org/authors/id/J/JE/JETTERO/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz
91 Source16: http://www.cpan.org/modules/by-module/Net/Net-BGP-%{V_net_bgp}.tar.gz 96 Source16: http://www.cpan.org/authors/id/K/KB/KBRINT/Net-BGP-%{V_net_bgp}.tar.gz
92 Source17: http://www.cpan.org/modules/by-module/Net/Net-Pcap-%{V_net_pcap}.tar.gz 97 Source17: http://www.cpan.org/authors/id/S/SA/SAPER/Net-Pcap-%{V_net_pcap}.tar.gz
93 Source18: http://www.cpan.org/modules/by-module/Class/Class-Gomor-%{V_class_gomor}.tar.gz 98 Source18: http://www.cpan.org/authors/id/G/GO/GOMOR/Class-Gomor-%{V_class_gomor}.tar.gz
94 Source19: http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz 99 Source19: http://www.cpan.org/authors/id/G/GO/GOMOR/Net-Packet-%{V_net_packet}.tar.gz
95 Source20: http://www.cpan.org/modules/by-module/Net/Net-IP-%{V_net_ip}.tar.gz 100 Source20: http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{V_net_ip}.tar.gz
96 Source21: http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz 101 Source21: http://www.cpan.org/authors/id/H/HA/HACKER/Net-XMPP-%{V_net_xmpp}.tar.gz
97 Source22: http://www.cpan.org/modules/by-module/Net/Net-Jabber-%{V_net_jabber}.tar.gz 102 Source22: http://www.cpan.org/authors/id/R/RE/REATMON/Net-Jabber-%{V_net_jabber}.tar.gz
98 Source23: http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{V_net_patricia}.tar.gz 103 Source23: http://www.cpan.org/authors/id/P/PH/PHILIPP/Net-Patricia-%{V_net_patricia}.tar.gz
99 Source24: http://www.cpan.org/modules/by-module/Net/Net-IRC-%{V_net_irc}.tar.gz 104 Source24: http://www.cpan.org/authors/id/A/AP/APEIRON/Net-IRC-%{V_net_irc}.tar.gz
100 Source25: http://www.cpan.org/modules/by-module/IP/IP-Country-%{V_ip_country}.tar.gz 105 Source25: http://www.cpan.org/authors/id/N/NW/NWETTERS/IP-Country-%{V_ip_country}.tar.gz
101 Source26: http://www.cpan.org/modules/by-module/IO/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz 106 Source26: http://www.cpan.org/authors/id/B/BR/BRAMBLE/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz
102 Source27: http://www.cpan.org/modules/by-module/Net/Net-GrowlClient-%{V_net_growlclient}.tar.gz 107 Source27: http://www.cpan.org/authors/id/C/CA/CASTOR/Net-GrowlClient-%{V_net_growlclient}.tar.gz
103 Source28: http://www.cpan.org/modules/by-module/Net/Net-DHCP-%{V_net_dhcp}.tar.gz 108 Source28: http://www.cpan.org/authors/id/D/DJ/DJZORT/Net-DHCP-%{V_net_dhcp}.tar.gz
104 Source29: http://www.cpan.org/modules/by-module/Net/Net-Proxy-%{V_net_proxy}.tar.gz 109 Source29: http://www.cpan.org/authors/id/B/BO/BOOK/Net-Proxy-%{V_net_proxy}.tar.gz
105 Source30: http://www.cpan.org/modules/by-module/Net/NetxAP-%{V_net_netxap}.tar.gz 110 Source30: http://www.cpan.org/authors/id/A/AS/ASH/Net-Stomp-%{V_net_stomp}.tar.gz
111 Source31: http://www.cpan.org/authors/id/H/HU/HUGUEI/Net-Stomp-Receipt-%{V_net_stomp_receipt}.tar.gz
112 Source32: http://www.cpan.org/authors/id/J/JE/JESUS/Net-RabbitMQ-%{V_net_rabbitmq}.tar.gz
113 Source33: http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-%{V_netaddr_ip}.tar.gz
114 Source34: http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{V_net_http}.tar.gz
115 Source35: http://www.cpan.org/modules/by-module/Net/NetxAP-%{V_net_netxap}.tar.gz
106 Patch0: perl-net.patch 116 Patch0: perl-net.patch
107 117
108 # build information 118 # build information
109 Prefix: %{l_prefix} 119 Prefix: %{l_prefix}
110 BuildRoot: %{l_buildroot} 120 BuildRoot: %{l_buildroot}
111 BuildPreReq: OpenPKG, openpkg >= 20040130 121 BuildPreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
112 PreReq: OpenPKG, openpkg >= 20040130 122 PreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
113 BuildPreReq: perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, binutils 123 BuildPreReq: perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
114 PreReq: perl >= %{V_perl} 124 PreReq: perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
115 BuildPreReq: perl-crypto, perl-sys, perl-time
116 PreReq: perl-crypto, perl-sys, perl-time
117 BuildPreReq: perl-xml, perl-util >= %{V_perl}-20040210
118 PreReq: perl-xml, perl-util >= %{V_perl}-20040210
119 %if "%{with_pcap}" == "yes" 125 %if "%{with_pcap}" == "yes"
120 BuildPreReq: libpcap 126 BuildPreReq: libpcap
121 PreReq: libpcap 127 PreReq: libpcap
122 %endif 128 %endif
123 AutoReq: no 129 AutoReq: no
165 - IP::Country (%{V_ip_country}) 171 - IP::Country (%{V_ip_country})
166 - IO::Socket::Multicast (%{V_io_socket_multicast}) 172 - IO::Socket::Multicast (%{V_io_socket_multicast})
167 - Net::GrowlClient (%{V_net_growlclient}) 173 - Net::GrowlClient (%{V_net_growlclient})
168 - Net::DHCP (%{V_net_dhcp}) 174 - Net::DHCP (%{V_net_dhcp})
169 - Net::Proxy (%{V_net_proxy}) 175 - Net::Proxy (%{V_net_proxy})
176 - Net::Stomp (%{V_net_stomp})
177 - Net::Stomp::Receipt (%{V_net_stomp_receipt})
178 - Net::RabbitMQ (%{V_net_rabbitmq})
179 - NetAddr::IP (%{V_netaddr_ip})
180 - Net::HTTP (%{V_net_http})
170 - Net::NetxAP (%V_net_netxap}) 181 - Net::NetxAP (%V_net_netxap})
171 182
172 %track 183 %track
173 prog perl-net:Net-Netmask = { 184 prog perl-net:Net-Netmask = {
174 version = %{V_net_netmask} 185 version = %{V_net_netmask}
180 url = http://www.cpan.org/modules/by-module/Net/ 191 url = http://www.cpan.org/modules/by-module/Net/
181 regex = Net-FTP-Common-(__VER__)\.tar\.gz 192 regex = Net-FTP-Common-(__VER__)\.tar\.gz
182 } 193 }
183 prog perl-net:libnet = { 194 prog perl-net:libnet = {
184 version = %{V_libnet} 195 version = %{V_libnet}
185 url = http://www.cpan.org/modules/by-module/Net/ 196 url = http://www.cpan.org/authors/id/G/GB/GBARR/
186 regex = libnet-(__VER__)\.tar\.gz 197 regex = libnet-(__VER__)\.tar\.gz
187 } 198 }
188 prog perl-net:Net-BGP = { 199 prog perl-net:Net-BGP = {
189 version = %{V_net_bgp} 200 version = %{V_net_bgp}
190 url = http://www.cpan.org/modules/by-module/Net/ 201 url = http://www.cpan.org/authors/id/K/KB/KBRINT/
191 regex = Net-BGP-(__VER__)\.tar\.gz 202 regex = Net-BGP-(__VER__)\.tar\.gz
192 } 203 }
193 prog perl-net:Net-Daemon = { 204 prog perl-net:Net-Daemon = {
194 version = %{V_net_daemon} 205 version = %{V_net_daemon}
195 url = http://www.cpan.org/modules/by-module/Net/ 206 url = http://www.cpan.org/modules/by-module/Net/
196 regex = Net-Daemon-(__VER__)\.tar\.gz 207 regex = Net-Daemon-(__VER__)\.tar\.gz
197 } 208 }
198 prog perl-net:Net-ext = { 209 prog perl-net:Net-ext = {
199 version = %{V_net_ext} 210 version = %{V_net_ext}
200 url = http://www.cpan.org/modules/by-module/Net/ 211 url = http://www.cpan.org/authors/id/S/SP/SPIDB/
201 regex = Net-ext-(__VER__)\.tar\.gz 212 regex = Net-ext-(__VER__)\.tar\.gz
202 } 213 }
203 prog perl-net:Net-Imap-Simple = { 214 prog perl-net:Net-Imap-Simple = {
204 version = %{V_net_imap_simple} 215 version = %{V_net_imap_simple}
205 url = http://www.cpan.org/modules/by-module/Net/ 216 url = http://www.cpan.org/authors/id/J/JE/JETTERO/
206 regex = Net-IMAP-Simple-(__VER__)\.tar\.gz 217 regex = Net-IMAP-Simple-(__VER__)\.tar\.gz
207 } 218 }
208 prog perl-net:Net-Server = { 219 prog perl-net:Net-Server = {
209 version = %{V_net_server} 220 version = %{V_net_server}
210 url = http://www.cpan.org/modules/by-module/Net/ 221 url = http://www.cpan.org/authors/id/R/RH/RHANDOM/
211 regex = Net-Server-(__VER__)\.tar\.gz 222 regex = Net-Server-(__VER__)\.tar\.gz
212 } 223 }
213 prog perl-net:Net-SNMP = { 224 prog perl-net:Net-SNMP = {
214 version = %{V_net_snmp} 225 version = %{V_net_snmp}
215 url = http://www.cpan.org/modules/by-module/Net/ 226 url = http://www.cpan.org/modules/by-module/Net/
216 regex = Net-SNMP-(__VER__)\.tar\.gz 227 regex = Net-SNMP-(__VER__)\.tar\.gz
217 } 228 }
218 prog perl-net:Net-Telnet = { 229 prog perl-net:Net-Telnet = {
219 version = %{V_net_telnet} 230 version = %{V_net_telnet}
220 url = http://www.cpan.org/modules/by-module/Net/ 231 url = http://www.cpan.org/authors/id/J/JR/JROGERS/
221 regex = Net-Telnet-(__VER__)\.tar\.gz 232 regex = Net-Telnet-(__VER__)\.tar\.gz
222 } 233 }
223 prog perl-net:Net-Telnet-Cisco = { 234 prog perl-net:Net-Telnet-Cisco = {
224 version = %{V_net_telnet_cisco} 235 version = %{V_net_telnet_cisco}
225 url = http://www.cpan.org/modules/by-module/Net/ 236 url = http://www.cpan.org/authors/id/J/JO/JOSHUA/
226 regex = Net-Telnet-Cisco-(__VER__)\.tar\.gz 237 regex = Net-Telnet-Cisco-(__VER__)\.tar\.gz
227 } 238 }
228 prog perl-net:Net-TFTP = { 239 prog perl-net:Net-TFTP = {
229 version = %{V_net_tftp} 240 version = %{V_net_tftp}
230 url = http://www.cpan.org/modules/by-module/Net/ 241 url = http://www.cpan.org/authors/id/G/GB/GBARR/
231 regex = Net-TFTP-(__VER__)\.tar\.gz 242 regex = Net-TFTP-(__VER__)\.tar\.gz
232 } 243 }
233 prog perl-net:PlRPC = { 244 prog perl-net:PlRPC = {
234 version = %{V_plrpc} 245 version = %{V_plrpc}
235 url = http://www.cpan.org/modules/by-module/RPC/ 246 url = http://www.cpan.org/modules/by-module/RPC/
236 regex = PlRPC-(__VER__)\.tar\.gz 247 regex = PlRPC-(__VER__)\.tar\.gz
237 } 248 }
238 prog perl-net:Net-Pcap = { 249 prog perl-net:Net-Pcap = {
239 version = %{V_net_pcap} 250 version = %{V_net_pcap}
240 url = http://www.cpan.org/modules/by-module/Net/ 251 url = http://www.cpan.org/authors/id/S/SA/SAPER/
241 regex = Net-Pcap-(__VER__)\.tar\.gz 252 regex = Net-Pcap-(__VER__)\.tar\.gz
242 } 253 }
243 prog perl-net:Net-Radius = { 254 prog perl-net:Net-Radius = {
244 version = %{V_net_radius} 255 version = %{V_net_radius}
245 url = http://www.cpan.org/modules/by-module/Net/ 256 url = http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/
246 regex = Net-Radius-(__VER__)\.tar\.gz 257 regex = Net-Radius-(__VER__)\.tar\.gz
247 } 258 }
248 prog perl-net:Net-IP = { 259 prog perl-net:Net-IP = {
249 version = %{V_net_ip} 260 version = %{V_net_ip}
250 url = http://www.cpan.org/authors/id/M/MA/MANU/ 261 url = http://www.cpan.org/authors/id/M/MA/MANU/
251 regex = Net-IP-(__VER__)\.tar\.gz 262 regex = Net-IP-(__VER__)\.tar\.gz
252 } 263 }
253 prog perl-net:Net-Packet = { 264 prog perl-net:Net-Packet = {
254 version = %{V_net_packet} 265 version = %{V_net_packet}
255 url = http://www.cpan.org/modules/by-module/Net/ 266 url = http://www.cpan.org/authors/id/G/GO/GOMOR/
256 regex = Net-Packet-(__VER__)\.tar\.gz 267 regex = Net-Packet-(__VER__)\.tar\.gz
257 } 268 }
258 prog perl-net:Class-Gomor = { 269 prog perl-net:Class-Gomor = {
259 version = %{V_class_gomor} 270 version = %{V_class_gomor}
260 url = http://www.cpan.org/modules/by-module/Class/ 271 url = http://www.cpan.org/authors/id/G/GO/GOMOR/
261 regex = Class-Gomor-(__VER__)\.tar\.gz 272 regex = Class-Gomor-(__VER__)\.tar\.gz
262 } 273 }
263 prog perl-net:Net-XMPP = { 274 prog perl-net:Net-XMPP = {
264 version = %{V_net_xmpp} 275 version = %{V_net_xmpp}
265 url = http://www.cpan.org/modules/by-module/Net/ 276 url = http://www.cpan.org/authors/id/H/HA/HACKER/
266 regex = Net-XMPP-(__VER__)\.tar\.gz 277 regex = Net-XMPP-(__VER__)\.tar\.gz
267 } 278 }
268 prog perl-net:Net-Jabber = { 279 prog perl-net:Net-Jabber = {
269 version = %{V_net_jabber} 280 version = %{V_net_jabber}
270 url = http://www.cpan.org/modules/by-module/Net/ 281 url = http://www.cpan.org/authors/id/R/RE/REATMON/
271 regex = Net-Jabber-(__VER__)\.tar\.gz 282 regex = Net-Jabber-(__VER__)\.tar\.gz
272 } 283 }
273 prog perl-net:Net-Patricia = { 284 prog perl-net:Net-Patricia = {
274 version = %{V_net_patricia} 285 version = %{V_net_patricia}
275 url = http://www.cpan.org/modules/by-module/Net/ 286 url = http://www.cpan.org/authors/id/P/PH/PHILIPP/
276 regex = Net-Patricia-(__VER__)\.tar\.gz 287 regex = Net-Patricia-(__VER__)\.tar\.gz
277 } 288 }
278 prog perl-net:Net-IPv4Addr = { 289 prog perl-net:Net-IPv4Addr = {
279 version = %{V_net_ipv4addr} 290 version = %{V_net_ipv4addr}
280 url = http://www.cpan.org/modules/by-module/Net/ 291 url = http://www.cpan.org/authors/id/F/FR/FRAJULAC/
281 regex = Net-IPv4Addr-(__VER__)\.tar\.gz 292 regex = Net-IPv4Addr-(__VER__)\.tar\.gz
282 } 293 }
283 prog perl-net:Net-IPv6Addr = { 294 prog perl-net:Net-IPv6Addr = {
284 version = %{V_net_ipv6addr} 295 version = %{V_net_ipv6addr}
285 url = http://www.cpan.org/modules/by-module/Net/ 296 url = http://www.cpan.org/authors/id/T/TM/TMONROE/
286 regex = Net-IPv6Addr-(__VER__)\.tar\.gz 297 regex = Net-IPv6Addr-(__VER__)\.tar\.gz
287 } 298 }
288 prog perl-net:Math-Base85 = { 299 prog perl-net:Math-Base85 = {
289 version = %{V_math_base85} 300 version = %{V_math_base85}
290 url = http://www.cpan.org/modules/by-module/Math/ 301 url = http://www.cpan.org/authors/id/T/TM/TMONROE/
291 regex = Math-Base85-(__VER__)\.tar\.gz 302 regex = Math-Base85-(__VER__)\.tar\.gz
292 } 303 }
293 prog perl-net:Net-IRC = { 304 prog perl-net:Net-IRC = {
305 disabled
306 comment = "rse: version >= 0.76 no longer supported by author"
294 version = %{V_net_irc} 307 version = %{V_net_irc}
295 url = http://www.cpan.org/modules/by-module/Net/ 308 url = http://www.cpan.org/authors/id/A/AP/APEIRON/
296 regex = Net-IRC-(__VER__)\.tar\.gz 309 regex = Net-IRC-(__VER__)\.tar\.gz
297 } 310 }
298 prog perl-net:IP-Country = { 311 prog perl-net:IP-Country = {
299 version = %{V_ip_country} 312 version = %{V_ip_country}
300 url = http://www.cpan.org/modules/by-module/IP/ 313 url = http://www.cpan.org/authors/id/N/NW/NWETTERS/
301 regex = IP-Country-(__VER__)\.tar\.gz 314 regex = IP-Country-(__VER__)\.tar\.gz
302 } 315 }
303 prog perl-net:IO-Socket-Multicast = { 316 prog perl-net:IO-Socket-Multicast = {
304 version = %{V_io_socket_multicast} 317 version = %{V_io_socket_multicast}
305 url = http://www.cpan.org/modules/by-module/IO/ 318 url = http://www.cpan.org/authors/id/B/BR/BRAMBLE/
306 regex = IO-Socket-Multicast-(__VER__)\.tar\.gz 319 regex = IO-Socket-Multicast-(__VER__)\.tar\.gz
307 } 320 }
308 prog perl-net:Net-GrowlClient = { 321 prog perl-net:Net-GrowlClient = {
309 version = %{V_net_growlclient} 322 version = %{V_net_growlclient}
310 url = http://www.cpan.org/modules/by-module/Net/ 323 url = http://www.cpan.org/authors/id/C/CA/CASTOR/
311 regex = Net-GrowlClient-(__VER__)\.tar\.gz 324 regex = Net-GrowlClient-(__VER__)\.tar\.gz
312 } 325 }
313 prog perl-net:Net-DHCP = { 326 prog perl-net:Net-DHCP = {
314 version = %{V_net_dhcp} 327 version = %{V_net_dhcp}
315 url = http://www.cpan.org/modules/by-module/Net/ 328 url = http://www.cpan.org/authors/id/D/DJ/DJZORT/
316 regex = Net-DHCP-(__VER__)\.tar\.gz 329 regex = Net-DHCP-(__VER__)\.tar\.gz
317 } 330 }
318 prog perl-net:Net-Proxy = { 331 prog perl-net:Net-Proxy = {
319 version = %{V_net_proxy} 332 version = %{V_net_proxy}
320 url = http://www.cpan.org/modules/by-module/Net/ 333 url = http://www.cpan.org/authors/id/B/BO/BOOK/
321 regex = Net-Proxy-(__VER__)\.tar\.gz 334 regex = Net-Proxy-(__VER__)\.tar\.gz
335 }
336 prog perl-net:Net-Stomp = {
337 version = %{V_net_stomp}
338 url = http://www.cpan.org/authors/id/A/AS/ASH/
339 regex = Net-Stomp-(__VER__)\.tar\.gz
340 }
341 prog perl-net:Net-Stomp-Receipt = {
342 version = %{V_net_stomp_receipt}
343 url = http://www.cpan.org/authors/id/H/HU/HUGUEI/
344 regex = Net-Stomp-Receipt-(__VER__)\.tar\.gz
345 }
346 prog perl-net:Net-RabbitMQ = {
347 version = %{V_net_rabbitmq}
348 url = http://www.cpan.org/modules/by-module/Net/
349 regex = Net-RabbitMQ-(__VER__)\.tar\.gz
350 }
351 prog perl-net:NetAddr-IP = {
352 version = %{V_netaddr_ip}
353 url = http://www.cpan.org/authors/id/M/MI/MIKER/
354 regex = NetAddr-IP-(__VER__)\.tar\.gz
355 }
356 prog perl-net:Net-HTTP = {
357 version = %{V_net_http}
358 url = http://www.cpan.org/authors/id/G/GA/GAAS/
359 regex = Net-HTTP-(__VER__)\.tar\.gz
322 } 360 }
323 prog perl-net:NetxAP = { 361 prog perl-net:NetxAP = {
324 version = %{V_net_netxap} 362 version = %{V_net_netxap}
325 url = http://www.cpan.org/modules/by-module/Net/ 363 url = http://www.cpan.org/modules/by-module/Net/
326 regex = NetxAP-(__VER__)\.tar\.gz 364 regex = NetxAP-(__VER__)\.tar\.gz
358 ( 396 (
359 %setup -q -T -D -a 28 397 %setup -q -T -D -a 28
360 ) || true 398 ) || true
361 %setup -q -T -D -a 29 399 %setup -q -T -D -a 29
362 %setup -q -T -D -a 30 400 %setup -q -T -D -a 30
401 %setup -q -T -D -a 31
402 %setup -q -T -D -a 32
403 %setup -q -T -D -a 33
404 %setup -q -T -D -a 34
405 %setup -q -T -D -a 35
363 sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b 406 sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
364 407
365 %build 408 %build
366 409
367 %install 410 %install
401 %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install 444 %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
402 %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install 445 %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
403 %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install 446 %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
404 %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install 447 %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
405 %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install 448 %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
449 %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
450 %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
451 %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
452 %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
453 %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
406 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup 454 %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
407 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` 455 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
408 456
409 %files -f files 457 %files -f files
410 458

mercurial