|
|
@@ -44,7 +44,7 @@
|
|
|
%define V_net_pcap 0.14
|
|
|
%define V_net_radius 1.56
|
|
|
%define V_net_ip 1.25
|
|
|
-%define V_class_gomor_hash 0.22
|
|
|
+%define V_class_gomor 1.01
|
|
|
%define V_net_packet 3.25
|
|
|
%define V_net_xmpp 1.02
|
|
|
%define V_net_jabber 2.0
|
|
|
@@ -90,7 +90,7 @@ 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/modules/by-module/Net/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
|
|
|
+Source19: http://www.cpan.org/modules/by-module/Class/Class-Gomor-%{V_class_gomor}.tar.gz
|
|
|
Source20: http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz
|
|
|
Source21: http://www.cpan.org/modules/by-module/Net/Net-IP-%{V_net_ip}.tar.gz
|
|
|
Source22: http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz
|
|
|
@@ -153,7 +153,7 @@ AutoReqProv: no
|
|
|
%if "%{with_pcap}" == "yes"
|
|
|
- Net::Pcap (%{V_net_pcap})
|
|
|
- Net::Packet (%{V_net_packet})
|
|
|
- - Class:Gomor::Hash (%{V_class_gomor_hash})
|
|
|
+ - Class::Gomor (%{V_class_gomor})
|
|
|
%endif
|
|
|
- Net::XMPP (%{V_net_xmpp})
|
|
|
- Net::Jabber (%{V_net_jabber})
|
|
|
@@ -255,10 +255,10 @@ AutoReqProv: no
|
|
|
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}
|
|
|
+ prog perl-net:Class-Gomor = {
|
|
|
+ version = %{V_class_gomor}
|
|
|
url = http://www.cpan.org/modules/by-module/Class/
|
|
|
- regex = Class-Gomor-Hash-(__VER__)\.tar\.gz
|
|
|
+ regex = Class-Gomor-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog perl-net:Net-XMPP = {
|
|
|
version = %{V_net_xmpp}
|