Resynchronize with upstream package maintainer version.

Wed, 21 Sep 2011 13:46:39 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 21 Sep 2011 13:46:39 +0200
changeset 372
442a711da911
parent 371
3d7d8c68b2fc
child 373
b8e8f9dbbfd3

Resynchronize with upstream package maintainer version.

perl-net/perl-net.patch file | annotate | diff | comparison | revisions
perl-net/perl-net.spec file | annotate | diff | comparison | revisions
perl-parse/perl-parse.spec file | annotate | diff | comparison | revisions
perl-sys/perl-sys.patch file | annotate | diff | comparison | revisions
perl-sys/perl-sys.spec file | annotate | diff | comparison | revisions
     1.1 --- a/perl-net/perl-net.patch	Tue Sep 20 17:37:48 2011 +0200
     1.2 +++ b/perl-net/perl-net.patch	Wed Sep 21 13:46:39 2011 +0200
     1.3 @@ -1,17 +1,50 @@
     1.4 -Index: Net-Packet-3.26/Makefile.PL
     1.5 ---- Net-Packet-3.26/Makefile.PL.orig	2006-12-16 16:26:26 +0100
     1.6 -+++ Net-Packet-3.26/Makefile.PL	2008-01-01 22:05:18 +0100
     1.7 -@@ -14,7 +14,6 @@
     1.8 -       Net::Libdnet  => 0,
     1.9 +Index: Net-IRC-0.79/Makefile.PL
    1.10 +--- Net-IRC-0.79/Makefile.PL.orig	2009-12-23 18:05:52.000000000 +0100
    1.11 ++++ Net-IRC-0.79/Makefile.PL	2010-12-19 13:16:21.000000000 +0100
    1.12 +@@ -4,29 +4,6 @@
    1.13 + # the contents of the Makefile that is written.
    1.14 + 
    1.15 + exit 0 if $ENV{AUTOMATED_TESTING};
    1.16 +-my $ok = 'I acknowledge that Net::IRC is unsupported and I wish to proceed.';
    1.17 +-my $warning = <<WILLROBINSON;
    1.18 +---------------------------------------------------------------------------------
    1.19 +-********************************************************************************
    1.20 +-DANGER, WILL ROBINSON! DANGER!
    1.21 +-
    1.22 +-This module has been deprecated, abandoned, and is no longer supported. It has
    1.23 +-not seen active development in five years, and its original author has moved on.
    1.24 +-We *STRONGLY* recommend you port your code to either Bot::BasicBot or
    1.25 +-POE::Component::IRC. Please feel free to stop by irc.freenode.net/#perl for help
    1.26 +-making this transition. Or, if you insist on proceeding, please type the
    1.27 +-following line exactly as is and then press Enter:
    1.28 +-
    1.29 +-$ok
    1.30 +-********************************************************************************
    1.31 +---------------------------------------------------------------------------------
    1.32 +-WILLROBINSON
    1.33 +-
    1.34 +--t STDIN or die $warning;
    1.35 +-warn $warning;
    1.36 +-chomp(my $acceptance = <STDIN>);
    1.37 +-die "Refusing to install due to lack of confirmation" unless $acceptance eq $ok;
    1.38 +-
    1.39 + 
    1.40 + WriteMakefile(
    1.41 + 	      'NAME'  => 'Net::IRC',
    1.42 +Index: Net-Packet-3.27/Makefile.PL
    1.43 +--- Net-Packet-3.27/Makefile.PL.orig	2009-11-09 18:58:29.000000000 +0100
    1.44 ++++ Net-Packet-3.27/Makefile.PL	2010-12-19 13:15:40.000000000 +0100
    1.45 +@@ -15,7 +15,6 @@
    1.46         Time::HiRes   => 0,
    1.47         Net::IPv6Addr => 0,
    1.48 +       Net::IPv4Addr => 0,
    1.49  -      Socket6       => 0,
    1.50         Bit::Vector   => 0,
    1.51      },
    1.52      ABSTRACT_FROM => 'lib/Net/Packet.pm',
    1.53 -Index: Net-Patricia-1.014/libpatricia/patricia.c
    1.54 ---- Net-Patricia-1.014/libpatricia/patricia.c.orig	2005-12-07 21:55:39 +0100
    1.55 -+++ Net-Patricia-1.014/libpatricia/patricia.c	2008-01-01 22:05:18 +0100
    1.56 +Index: Net-Patricia-1.15/libpatricia/patricia.c
    1.57 +--- Net-Patricia-1.15/libpatricia/patricia.c.orig	2009-04-19 06:28:15.000000000 +0200
    1.58 ++++ Net-Patricia-1.15/libpatricia/patricia.c	2010-12-19 13:15:40.000000000 +0100
    1.59  @@ -38,24 +38,24 @@
    1.60   /* prefix_tochar
    1.61    * convert prefix information to bytes
    1.62 @@ -119,9 +152,9 @@
    1.63       int i, j, r;
    1.64   
    1.65       assert (patricia);
    1.66 -Index: Net-Patricia-1.014/libpatricia/patricia.h
    1.67 ---- Net-Patricia-1.014/libpatricia/patricia.h.orig	2005-12-07 21:54:52 +0100
    1.68 -+++ Net-Patricia-1.014/libpatricia/patricia.h	2008-01-01 22:05:18 +0100
    1.69 +Index: Net-Patricia-1.15/libpatricia/patricia.h
    1.70 +--- Net-Patricia-1.15/libpatricia/patricia.h.orig	2009-04-19 06:28:15.000000000 +0200
    1.71 ++++ Net-Patricia-1.15/libpatricia/patricia.h	2010-12-19 13:15:40.000000000 +0100
    1.72  @@ -15,10 +15,10 @@
    1.73   #ifndef _PATRICIA_H
    1.74   #define _PATRICIA_H
    1.75 @@ -174,21 +207,21 @@
    1.76   } patricia_tree_t;
    1.77   
    1.78  Index: Net-Pcap-0.16/Makefile.PL
    1.79 ---- Net-Pcap-0.16/Makefile.PL.orig	2007-12-24 00:06:15 +0100
    1.80 -+++ Net-Pcap-0.16/Makefile.PL	2008-01-01 22:08:20 +0100
    1.81 +--- Net-Pcap-0.16/Makefile.PL.orig	2007-12-24 00:06:15.000000000 +0100
    1.82 ++++ Net-Pcap-0.16/Makefile.PL	2010-12-19 13:15:40.000000000 +0100
    1.83  @@ -23,7 +23,8 @@
    1.84   }
    1.85   else {
    1.86       $options{CCFLAGS} = '-Wall -Wwrite-strings' if $Config{ccname} eq 'gcc' and $] >= 5.006;
    1.87  -    $options{LIBS}    = '-lpcap';
    1.88 -+    $options{INC}     = '-I@l_prefix@/include';
    1.89 -+    $options{LIBS}    = '-L@l_prefix@/lib -lpcap';
    1.90 ++    $options{INC}     = '-I/openpkg/include';
    1.91 ++    $options{LIBS}    = '-L/openpkg/lib -lpcap';
    1.92   }
    1.93   
    1.94   for my $arg (@ARGV) {
    1.95  Index: Net-Pcap-0.16/Pcap.xs
    1.96 ---- Net-Pcap-0.16/Pcap.xs.orig	2008-01-01 05:22:22 +0100
    1.97 -+++ Net-Pcap-0.16/Pcap.xs	2008-01-01 22:05:18 +0100
    1.98 +--- Net-Pcap-0.16/Pcap.xs.orig	2008-01-01 05:22:22.000000000 +0100
    1.99 ++++ Net-Pcap-0.16/Pcap.xs	2010-12-19 13:15:40.000000000 +0100
   1.100  @@ -33,7 +33,7 @@
   1.101   #define NEED_sv_2pv_nolen 1
   1.102   #include "ppport.h"
   1.103 @@ -198,3 +231,73 @@
   1.104   
   1.105   #ifdef _CYGWIN
   1.106   #include <Win32-Extensions.h>
   1.107 +Index: Net-RabbitMQ-0.0.4/Makefile.PL
   1.108 +--- Net-RabbitMQ-0.0.4/Makefile.PL.orig	2009-11-12 21:15:45.000000000 +0100
   1.109 ++++ Net-RabbitMQ-0.0.4/Makefile.PL	2010-12-19 13:15:40.000000000 +0100
   1.110 +@@ -2,12 +2,16 @@
   1.111 + use ExtUtils::MakeMaker 5.16 ;
   1.112 + use Config ;
   1.113 + 
   1.114 +-my @parts = qw/api connection debug framing mem socket table/;
   1.115 +-my $cfiles = join(' ', map { "librabbitmq/amqp_$_.c" } @parts);
   1.116 +-
   1.117 + WriteMakefile(
   1.118 +         NAME            => 'Net::RabbitMQ',
   1.119 +         VERSION_FROM    => 'RabbitMQ.pm',
   1.120 +-	OBJECT          => "RabbitMQ.o $cfiles",
   1.121 ++	'MYEXTLIB'	=> 'librabbitmq/librabbitmq$(LIB_EXT)',
   1.122 ++	OBJECT          => "RabbitMQ.o",
   1.123 +         );
   1.124 + 
   1.125 ++sub MY::postamble {
   1.126 ++'
   1.127 ++$(MYEXTLIB): librabbitmq/Makefile
   1.128 ++	cd librabbitmq && $(MAKE) $(PASTHRU)
   1.129 ++';
   1.130 ++}
   1.131 +Index: Net-RabbitMQ-0.0.4/librabbitmq/Makefile.PL
   1.132 +--- Net-RabbitMQ-0.0.4/librabbitmq/Makefile.PL.orig	2010-12-19 13:15:40.000000000 +0100
   1.133 ++++ Net-RabbitMQ-0.0.4/librabbitmq/Makefile.PL	2010-12-19 13:15:40.000000000 +0100
   1.134 +@@ -0,0 +1,22 @@
   1.135 ++
   1.136 ++use ExtUtils::MakeMaker;
   1.137 ++
   1.138 ++$Verbose = 1;
   1.139 ++
   1.140 ++WriteMakefile(
   1.141 ++    NAME  => 'Net::RabbitMQ::librabbitmq',
   1.142 ++    SKIP  => [ qw(all static static_lib dynamic dynamic_lib test) ],
   1.143 ++    clean => { 'FILES' => 'librabbitmq$(LIB_EXT)' },
   1.144 ++);
   1.145 ++
   1.146 ++sub MY::top_targets {
   1.147 ++'
   1.148 ++all :: static
   1.149 ++test ::
   1.150 ++static :: librabbitmq$(LIB_EXT)
   1.151 ++librabbitmq$(LIB_EXT): $(O_FILES)
   1.152 ++	$(AR) cr librabbitmq$(LIB_EXT) $(O_FILES)
   1.153 ++	$(RANLIB) librabbitmq$(LIB_EXT)
   1.154 ++
   1.155 ++';
   1.156 ++}
   1.157 +Index: Net-RabbitMQ-0.0.4/librabbitmq/amqp.h
   1.158 +--- Net-RabbitMQ-0.0.4/librabbitmq/amqp.h.orig	2009-12-19 08:59:44.000000000 +0100
   1.159 ++++ Net-RabbitMQ-0.0.4/librabbitmq/amqp.h	2010-12-19 13:15:40.000000000 +0100
   1.160 +@@ -5,6 +5,9 @@
   1.161 + extern "C" {
   1.162 + #endif
   1.163 + 
   1.164 ++#include <sys/types.h>
   1.165 ++#include <unistd.h>
   1.166 ++
   1.167 + typedef int amqp_boolean_t;
   1.168 + typedef uint32_t amqp_method_number_t;
   1.169 + typedef uint32_t amqp_flags_t;
   1.170 +Index: Net-RabbitMQ-0.0.4/librabbitmq/amqp_config.h
   1.171 +--- Net-RabbitMQ-0.0.4/librabbitmq/amqp_config.h.orig	2009-11-12 21:15:45.000000000 +0100
   1.172 ++++ Net-RabbitMQ-0.0.4/librabbitmq/amqp_config.h	2010-12-19 13:15:40.000000000 +0100
   1.173 +@@ -1,2 +1,3 @@
   1.174 ++#undef VERSION
   1.175 + #define VERSION "0.0.1"
   1.176 + 
     2.1 --- a/perl-net/perl-net.spec	Tue Sep 20 17:37:48 2011 +0200
     2.2 +++ b/perl-net/perl-net.spec	Wed Sep 21 13:46:39 2011 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4  ##
     2.5  ##  perl-net.spec -- OpenPKG RPM Package Specification
     2.6 -##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     2.7 +##  Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
     2.8  ##
     2.9  ##  Permission to use, copy, modify, and distribute this software for
    2.10  ##  any purpose with or without fee is hereby granted, provided that
    2.11 @@ -22,37 +22,42 @@
    2.12  ##
    2.13  
    2.14  #   versions of individual parts
    2.15 -%define       V_perl                  5.10.0
    2.16 +%define       V_perl                  5.14
    2.17  %define       V_math_base85           0.2
    2.18  %define       V_net_ipv4addr          0.10
    2.19  %define       V_net_ipv6addr          0.2
    2.20 -%define       V_net_daemon            0.43
    2.21 -%define       V_net_server            0.97
    2.22 +%define       V_net_daemon            0.48
    2.23 +%define       V_net_server            0.99
    2.24  %define       V_net_ext               1.011
    2.25 -%define       V_libnet                1.22
    2.26 -%define       V_net_netmask           1.9015
    2.27 -%define       V_net_ftp_common        6.1
    2.28 +%define       V_libnet                1.22_01
    2.29 +%define       V_net_netmask           1.9016
    2.30 +%define       V_net_ftp_common        7.0.d
    2.31  %define       V_net_snmp              5.2.0
    2.32 -%define       V_net_tftp              0.17
    2.33 +%define       V_net_tftp              0.19
    2.34  %define       V_net_telnet            3.03
    2.35  %define       V_net_telnet_cisco      1.10
    2.36  %define       V_plrpc                 0.2020
    2.37 -%define       V_net_imap_simple       1.17
    2.38 -%define       V_net_bgp               0.10
    2.39 +%define       V_net_imap_simple       1.2025
    2.40 +%define       V_net_bgp               0.14
    2.41  %define       V_net_pcap              0.16
    2.42 -%define       V_net_radius            1.56
    2.43 +%define       V_net_radius            2.103
    2.44  %define       V_net_ip                1.25
    2.45 -%define       V_class_gomor           1.01
    2.46 -%define       V_net_packet            3.26
    2.47 +%define       V_class_gomor           1.02
    2.48 +%define       V_net_packet            3.27
    2.49  %define       V_net_xmpp              1.02
    2.50  %define       V_net_jabber            2.0
    2.51 -%define       V_net_patricia          1.014
    2.52 -%define       V_net_irc               0.75
    2.53 -%define       V_ip_country            2.26
    2.54 -%define       V_io_socket_multicast   1.05
    2.55 +%define       V_net_patricia          1.15
    2.56 +%define       V_net_irc               0.79
    2.57 +%define       V_ip_country            2.27
    2.58 +%define       V_io_socket_multicast   1.12
    2.59  %define       V_net_growlclient       0.02
    2.60 -%define       V_net_dhcp              0.66
    2.61 +%define       V_net_dhcp              0.67_1
    2.62  %define       V_net_proxy             0.12
    2.63 +%define       V_net_stomp             0.42
    2.64 +%define       V_net_stomp_receipt     0.36
    2.65 +%define       V_net_rabbitmq          0.0.4
    2.66 +%define       V_netaddr_ip            4.044
    2.67 +%define       V_net_http              6.01
    2.68  %define       V_net_netxap            0.02
    2.69  
    2.70  #   package information
    2.71 @@ -66,56 +71,57 @@
    2.72  Group:        Perl
    2.73  License:      GPL/Artistic
    2.74  Version:      %{V_perl}
    2.75 -Release:      20090106
    2.76 +Release:      20110914
    2.77  
    2.78  #   package options
    2.79  %option       with_pcap   no
    2.80  
    2.81  #   list of sources
    2.82 -Source0:      http://www.cpan.org/modules/by-module/Math/Math-Base85-%{V_math_base85}.tar.gz
    2.83 -Source1:      http://www.cpan.org/modules/by-module/Net/Net-IPv4Addr-%{V_net_ipv4addr}.tar.gz
    2.84 -Source2:      http://www.cpan.org/modules/by-module/Net/Net-IPv6Addr-%{V_net_ipv6addr}.tar.gz
    2.85 +Source0:      http://www.cpan.org/authors/id/T/TM/TMONROE/Math-Base85-%{V_math_base85}.tar.gz
    2.86 +Source1:      http://www.cpan.org/authors/id/F/FR/FRAJULAC/Net-IPv4Addr-%{V_net_ipv4addr}.tar.gz
    2.87 +Source2:      http://www.cpan.org/authors/id/T/TM/TMONROE/Net-IPv6Addr-%{V_net_ipv6addr}.tar.gz
    2.88  Source3:      http://www.cpan.org/modules/by-module/Net/Net-Daemon-%{V_net_daemon}.tar.gz
    2.89 -Source4:      http://www.cpan.org/modules/by-module/Net/Net-Server-%{V_net_server}.tar.gz
    2.90 -Source5:      http://www.cpan.org/modules/by-module/Net/Net-ext-%{V_net_ext}.tar.gz
    2.91 -Source6:      http://www.cpan.org/modules/by-module/Net/libnet-%{V_libnet}.tar.gz
    2.92 +Source4:      http://www.cpan.org/authors/id/R/RH/RHANDOM/Net-Server-%{V_net_server}.tar.gz
    2.93 +Source5:      http://www.cpan.org/authors/id/S/SP/SPIDB/Net-ext-%{V_net_ext}.tar.gz
    2.94 +Source6:      http://www.cpan.org/authors/id/G/GB/GBARR/libnet-%{V_libnet}.tar.gz
    2.95  Source7:      http://www.cpan.org/modules/by-module/Net/Net-Netmask-%{V_net_netmask}.tar.gz
    2.96  Source8:      http://www.cpan.org/modules/by-module/Net/Net-FTP-Common-%{V_net_ftp_common}.tar.gz
    2.97  Source9:      http://www.cpan.org/modules/by-module/Net/Net-SNMP-%{V_net_snmp}.tar.gz
    2.98 -Source10:     http://www.cpan.org/modules/by-module/Net/Net-TFTP-%{V_net_tftp}.tar.gz
    2.99 -Source11:     http://www.cpan.org/modules/by-module/Net/Net-Telnet-%{V_net_telnet}.tar.gz
   2.100 -Source12:     http://www.cpan.org/modules/by-module/Net/Net-Telnet-Cisco-%{V_net_telnet_cisco}.tar.gz
   2.101 -Source13:     http://www.cpan.org/modules/by-module/Net/Net-Radius-%{V_net_radius}.tar.gz
   2.102 +Source10:     http://www.cpan.org/authors/id/G/GB/GBARR/Net-TFTP-%{V_net_tftp}.tar.gz
   2.103 +Source11:     http://www.cpan.org/authors/id/J/JR/JROGERS/Net-Telnet-%{V_net_telnet}.tar.gz
   2.104 +Source12:     http://www.cpan.org/authors/id/J/JO/JOSHUA/Net-Telnet-Cisco-%{V_net_telnet_cisco}.tar.gz
   2.105 +Source13:     http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/Net-Radius-%{V_net_radius}.tar.gz
   2.106  Source14:     http://www.cpan.org/modules/by-module/RPC/PlRPC-%{V_plrpc}.tar.gz
   2.107 -Source15:     http://www.cpan.org/modules/by-module/Net/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz
   2.108 -Source16:     http://www.cpan.org/modules/by-module/Net/Net-BGP-%{V_net_bgp}.tar.gz
   2.109 -Source17:     http://www.cpan.org/modules/by-module/Net/Net-Pcap-%{V_net_pcap}.tar.gz
   2.110 -Source18:     http://www.cpan.org/modules/by-module/Class/Class-Gomor-%{V_class_gomor}.tar.gz
   2.111 -Source19:     http://www.cpan.org/modules/by-module/Net/Net-Packet-%{V_net_packet}.tar.gz
   2.112 -Source20:     http://www.cpan.org/modules/by-module/Net/Net-IP-%{V_net_ip}.tar.gz
   2.113 -Source21:     http://www.cpan.org/modules/by-module/Net/Net-XMPP-%{V_net_xmpp}.tar.gz
   2.114 -Source22:     http://www.cpan.org/modules/by-module/Net/Net-Jabber-%{V_net_jabber}.tar.gz
   2.115 -Source23:     http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{V_net_patricia}.tar.gz
   2.116 -Source24:     http://www.cpan.org/modules/by-module/Net/Net-IRC-%{V_net_irc}.tar.gz
   2.117 -Source25:     http://www.cpan.org/modules/by-module/IP/IP-Country-%{V_ip_country}.tar.gz
   2.118 -Source26:     http://www.cpan.org/modules/by-module/IO/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz
   2.119 -Source27:     http://www.cpan.org/modules/by-module/Net/Net-GrowlClient-%{V_net_growlclient}.tar.gz
   2.120 -Source28:     http://www.cpan.org/modules/by-module/Net/Net-DHCP-%{V_net_dhcp}.tar.gz
   2.121 -Source29:     http://www.cpan.org/modules/by-module/Net/Net-Proxy-%{V_net_proxy}.tar.gz
   2.122 -Source30:     http://www.cpan.org/modules/by-module/Net/NetxAP-%{V_net_netxap}.tar.gz
   2.123 +Source15:     http://www.cpan.org/authors/id/J/JE/JETTERO/Net-IMAP-Simple-%{V_net_imap_simple}.tar.gz
   2.124 +Source16:     http://www.cpan.org/authors/id/K/KB/KBRINT/Net-BGP-%{V_net_bgp}.tar.gz
   2.125 +Source17:     http://www.cpan.org/authors/id/S/SA/SAPER/Net-Pcap-%{V_net_pcap}.tar.gz
   2.126 +Source18:     http://www.cpan.org/authors/id/G/GO/GOMOR/Class-Gomor-%{V_class_gomor}.tar.gz
   2.127 +Source19:     http://www.cpan.org/authors/id/G/GO/GOMOR/Net-Packet-%{V_net_packet}.tar.gz
   2.128 +Source20:     http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-%{V_net_ip}.tar.gz
   2.129 +Source21:     http://www.cpan.org/authors/id/H/HA/HACKER/Net-XMPP-%{V_net_xmpp}.tar.gz
   2.130 +Source22:     http://www.cpan.org/authors/id/R/RE/REATMON/Net-Jabber-%{V_net_jabber}.tar.gz
   2.131 +Source23:     http://www.cpan.org/authors/id/P/PH/PHILIPP/Net-Patricia-%{V_net_patricia}.tar.gz
   2.132 +Source24:     http://www.cpan.org/authors/id/A/AP/APEIRON/Net-IRC-%{V_net_irc}.tar.gz
   2.133 +Source25:     http://www.cpan.org/authors/id/N/NW/NWETTERS/IP-Country-%{V_ip_country}.tar.gz
   2.134 +Source26:     http://www.cpan.org/authors/id/B/BR/BRAMBLE/IO-Socket-Multicast-%{V_io_socket_multicast}.tar.gz
   2.135 +Source27:     http://www.cpan.org/authors/id/C/CA/CASTOR/Net-GrowlClient-%{V_net_growlclient}.tar.gz
   2.136 +Source28:     http://www.cpan.org/authors/id/D/DJ/DJZORT/Net-DHCP-%{V_net_dhcp}.tar.gz
   2.137 +Source29:     http://www.cpan.org/authors/id/B/BO/BOOK/Net-Proxy-%{V_net_proxy}.tar.gz
   2.138 +Source30:     http://www.cpan.org/authors/id/A/AS/ASH/Net-Stomp-%{V_net_stomp}.tar.gz
   2.139 +Source31:     http://www.cpan.org/authors/id/H/HU/HUGUEI/Net-Stomp-Receipt-%{V_net_stomp_receipt}.tar.gz
   2.140 +Source32:     http://www.cpan.org/authors/id/J/JE/JESUS/Net-RabbitMQ-%{V_net_rabbitmq}.tar.gz
   2.141 +Source33:     http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-%{V_netaddr_ip}.tar.gz
   2.142 +Source34:     http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{V_net_http}.tar.gz
   2.143 +Source35:     http://www.cpan.org/modules/by-module/Net/NetxAP-%{V_net_netxap}.tar.gz
   2.144  Patch0:       perl-net.patch
   2.145  
   2.146  #   build information
   2.147  Prefix:       %{l_prefix}
   2.148  BuildRoot:    %{l_buildroot}
   2.149 -BuildPreReq:  OpenPKG, openpkg >= 20040130
   2.150 -PreReq:       OpenPKG, openpkg >= 20040130
   2.151 -BuildPreReq:  perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, binutils
   2.152 -PreReq:       perl >= %{V_perl}
   2.153 -BuildPreReq:  perl-crypto, perl-sys, perl-time
   2.154 -PreReq:       perl-crypto, perl-sys, perl-time
   2.155 -BuildPreReq:  perl-xml, perl-util >= %{V_perl}-20040210
   2.156 -PreReq:       perl-xml, perl-util >= %{V_perl}-20040210
   2.157 +BuildPreReq:  OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
   2.158 +PreReq:       OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
   2.159 +BuildPreReq:  perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
   2.160 +PreReq:       perl-crypto, perl-sys, perl-time, perl-xml, perl-util >= %{V_perl}-20040210
   2.161  %if "%{with_pcap}" == "yes"
   2.162  BuildPreReq:  libpcap
   2.163  PreReq:       libpcap
   2.164 @@ -167,6 +173,11 @@
   2.165      - Net::GrowlClient (%{V_net_growlclient})
   2.166      - Net::DHCP (%{V_net_dhcp})
   2.167      - Net::Proxy (%{V_net_proxy})
   2.168 +    - Net::Stomp (%{V_net_stomp})
   2.169 +    - Net::Stomp::Receipt (%{V_net_stomp_receipt})
   2.170 +    - Net::RabbitMQ (%{V_net_rabbitmq})
   2.171 +    - NetAddr::IP (%{V_netaddr_ip})
   2.172 +    - Net::HTTP (%{V_net_http})
   2.173      - Net::NetxAP (%V_net_netxap})
   2.174  
   2.175  %track
   2.176 @@ -182,12 +193,12 @@
   2.177      }
   2.178      prog perl-net:libnet = {
   2.179          version   = %{V_libnet}
   2.180 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.181 +        url       = http://www.cpan.org/authors/id/G/GB/GBARR/
   2.182          regex     = libnet-(__VER__)\.tar\.gz
   2.183      }
   2.184      prog perl-net:Net-BGP = {
   2.185          version   = %{V_net_bgp}
   2.186 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.187 +        url       = http://www.cpan.org/authors/id/K/KB/KBRINT/
   2.188          regex     = Net-BGP-(__VER__)\.tar\.gz
   2.189      }
   2.190      prog perl-net:Net-Daemon = {
   2.191 @@ -197,17 +208,17 @@
   2.192      }
   2.193      prog perl-net:Net-ext = {
   2.194          version   = %{V_net_ext}
   2.195 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.196 +        url       = http://www.cpan.org/authors/id/S/SP/SPIDB/
   2.197          regex     = Net-ext-(__VER__)\.tar\.gz
   2.198      }
   2.199      prog perl-net:Net-Imap-Simple = {
   2.200          version   = %{V_net_imap_simple}
   2.201 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.202 +        url       = http://www.cpan.org/authors/id/J/JE/JETTERO/
   2.203          regex     = Net-IMAP-Simple-(__VER__)\.tar\.gz
   2.204      }
   2.205      prog perl-net:Net-Server = {
   2.206          version   = %{V_net_server}
   2.207 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.208 +        url       = http://www.cpan.org/authors/id/R/RH/RHANDOM/
   2.209          regex     = Net-Server-(__VER__)\.tar\.gz
   2.210      }
   2.211      prog perl-net:Net-SNMP = {
   2.212 @@ -217,17 +228,17 @@
   2.213      }
   2.214      prog perl-net:Net-Telnet = {
   2.215          version   = %{V_net_telnet}
   2.216 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.217 +        url       = http://www.cpan.org/authors/id/J/JR/JROGERS/
   2.218          regex     = Net-Telnet-(__VER__)\.tar\.gz
   2.219      }
   2.220      prog perl-net:Net-Telnet-Cisco = {
   2.221          version   = %{V_net_telnet_cisco}
   2.222 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.223 +        url       = http://www.cpan.org/authors/id/J/JO/JOSHUA/
   2.224          regex     = Net-Telnet-Cisco-(__VER__)\.tar\.gz
   2.225      }
   2.226      prog perl-net:Net-TFTP = {
   2.227          version   = %{V_net_tftp}
   2.228 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.229 +        url       = http://www.cpan.org/authors/id/G/GB/GBARR/
   2.230          regex     = Net-TFTP-(__VER__)\.tar\.gz
   2.231      }
   2.232      prog perl-net:PlRPC = {
   2.233 @@ -237,12 +248,12 @@
   2.234      }
   2.235      prog perl-net:Net-Pcap = {
   2.236          version   = %{V_net_pcap}
   2.237 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.238 +        url       = http://www.cpan.org/authors/id/S/SA/SAPER/
   2.239          regex     = Net-Pcap-(__VER__)\.tar\.gz
   2.240      }
   2.241      prog perl-net:Net-Radius = {
   2.242          version   = %{V_net_radius}
   2.243 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.244 +        url       = http://www.cpan.org/authors/id/L/LU/LUISMUNOZ/
   2.245          regex     = Net-Radius-(__VER__)\.tar\.gz
   2.246      }
   2.247      prog perl-net:Net-IP = {
   2.248 @@ -252,73 +263,100 @@
   2.249      }
   2.250      prog perl-net:Net-Packet = {
   2.251          version   = %{V_net_packet}
   2.252 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.253 +        url       = http://www.cpan.org/authors/id/G/GO/GOMOR/
   2.254          regex     = Net-Packet-(__VER__)\.tar\.gz
   2.255      }
   2.256      prog perl-net:Class-Gomor = {
   2.257          version   = %{V_class_gomor}
   2.258 -        url       = http://www.cpan.org/modules/by-module/Class/
   2.259 +        url       = http://www.cpan.org/authors/id/G/GO/GOMOR/
   2.260          regex     = Class-Gomor-(__VER__)\.tar\.gz
   2.261      }
   2.262      prog perl-net:Net-XMPP = {
   2.263          version   = %{V_net_xmpp}
   2.264 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.265 +        url       = http://www.cpan.org/authors/id/H/HA/HACKER/
   2.266          regex     = Net-XMPP-(__VER__)\.tar\.gz
   2.267      }
   2.268      prog perl-net:Net-Jabber = {
   2.269          version   = %{V_net_jabber}
   2.270 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.271 +        url       = http://www.cpan.org/authors/id/R/RE/REATMON/
   2.272          regex     = Net-Jabber-(__VER__)\.tar\.gz
   2.273      }
   2.274      prog perl-net:Net-Patricia = {
   2.275          version   = %{V_net_patricia}
   2.276 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.277 +        url       = http://www.cpan.org/authors/id/P/PH/PHILIPP/
   2.278          regex     = Net-Patricia-(__VER__)\.tar\.gz
   2.279      }
   2.280      prog perl-net:Net-IPv4Addr = {
   2.281          version   = %{V_net_ipv4addr}
   2.282 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.283 +        url       = http://www.cpan.org/authors/id/F/FR/FRAJULAC/
   2.284          regex     = Net-IPv4Addr-(__VER__)\.tar\.gz
   2.285      }
   2.286      prog perl-net:Net-IPv6Addr = {
   2.287          version   = %{V_net_ipv6addr}
   2.288 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.289 +        url       = http://www.cpan.org/authors/id/T/TM/TMONROE/
   2.290          regex     = Net-IPv6Addr-(__VER__)\.tar\.gz
   2.291      }
   2.292      prog perl-net:Math-Base85 = {
   2.293          version   = %{V_math_base85}
   2.294 -        url       = http://www.cpan.org/modules/by-module/Math/
   2.295 +        url       = http://www.cpan.org/authors/id/T/TM/TMONROE/
   2.296          regex     = Math-Base85-(__VER__)\.tar\.gz
   2.297      }
   2.298      prog perl-net:Net-IRC = {
   2.299 +        disabled
   2.300 +        comment   = "rse: version >= 0.76 no longer supported by author"
   2.301          version   = %{V_net_irc}
   2.302 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.303 +        url       = http://www.cpan.org/authors/id/A/AP/APEIRON/
   2.304          regex     = Net-IRC-(__VER__)\.tar\.gz
   2.305      }
   2.306      prog perl-net:IP-Country = {
   2.307          version   = %{V_ip_country}
   2.308 -        url       = http://www.cpan.org/modules/by-module/IP/
   2.309 +        url       = http://www.cpan.org/authors/id/N/NW/NWETTERS/
   2.310          regex     = IP-Country-(__VER__)\.tar\.gz
   2.311      }
   2.312      prog perl-net:IO-Socket-Multicast = {
   2.313          version   = %{V_io_socket_multicast}
   2.314 -        url       = http://www.cpan.org/modules/by-module/IO/
   2.315 +        url       = http://www.cpan.org/authors/id/B/BR/BRAMBLE/
   2.316          regex     = IO-Socket-Multicast-(__VER__)\.tar\.gz
   2.317      }
   2.318      prog perl-net:Net-GrowlClient = {
   2.319          version   = %{V_net_growlclient}
   2.320 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.321 +        url       = http://www.cpan.org/authors/id/C/CA/CASTOR/
   2.322          regex     = Net-GrowlClient-(__VER__)\.tar\.gz
   2.323      }
   2.324      prog perl-net:Net-DHCP = {
   2.325          version   = %{V_net_dhcp}
   2.326 -        url       = http://www.cpan.org/modules/by-module/Net/
   2.327 +        url       = http://www.cpan.org/authors/id/D/DJ/DJZORT/
   2.328          regex     = Net-DHCP-(__VER__)\.tar\.gz
   2.329      }
   2.330      prog perl-net:Net-Proxy = {
   2.331          version   = %{V_net_proxy}
   2.332 +        url       = http://www.cpan.org/authors/id/B/BO/BOOK/
   2.333 +        regex     = Net-Proxy-(__VER__)\.tar\.gz
   2.334 +    }
   2.335 +    prog perl-net:Net-Stomp = {
   2.336 +        version   = %{V_net_stomp}
   2.337 +        url       = http://www.cpan.org/authors/id/A/AS/ASH/
   2.338 +        regex     = Net-Stomp-(__VER__)\.tar\.gz
   2.339 +    }
   2.340 +    prog perl-net:Net-Stomp-Receipt = {
   2.341 +        version   = %{V_net_stomp_receipt}
   2.342 +        url       = http://www.cpan.org/authors/id/H/HU/HUGUEI/
   2.343 +        regex     = Net-Stomp-Receipt-(__VER__)\.tar\.gz
   2.344 +    }
   2.345 +    prog perl-net:Net-RabbitMQ = {
   2.346 +        version   = %{V_net_rabbitmq}
   2.347          url       = http://www.cpan.org/modules/by-module/Net/
   2.348 -        regex     = Net-Proxy-(__VER__)\.tar\.gz
   2.349 +        regex     = Net-RabbitMQ-(__VER__)\.tar\.gz
   2.350 +    }
   2.351 +    prog perl-net:NetAddr-IP = {
   2.352 +        version   = %{V_netaddr_ip}
   2.353 +        url       = http://www.cpan.org/authors/id/M/MI/MIKER/
   2.354 +        regex     = NetAddr-IP-(__VER__)\.tar\.gz
   2.355 +    }
   2.356 +    prog perl-net:Net-HTTP = {
   2.357 +        version   = %{V_net_http}
   2.358 +        url       = http://www.cpan.org/authors/id/G/GA/GAAS/
   2.359 +        regex     = Net-HTTP-(__VER__)\.tar\.gz
   2.360      }
   2.361      prog perl-net:NetxAP = {
   2.362          version   = %{V_net_netxap}
   2.363 @@ -360,6 +398,11 @@
   2.364      ) || true
   2.365      %setup -q -T -D -a 29
   2.366      %setup -q -T -D -a 30
   2.367 +    %setup -q -T -D -a 31
   2.368 +    %setup -q -T -D -a 32
   2.369 +    %setup -q -T -D -a 33
   2.370 +    %setup -q -T -D -a 34
   2.371 +    %setup -q -T -D -a 35
   2.372      sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
   2.373  
   2.374  %build
   2.375 @@ -403,6 +446,11 @@
   2.376      %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
   2.377      %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
   2.378      %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
   2.379 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
   2.380 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
   2.381 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
   2.382 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
   2.383 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
   2.384      %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   2.385      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
   2.386  
     3.1 --- a/perl-parse/perl-parse.spec	Tue Sep 20 17:37:48 2011 +0200
     3.2 +++ b/perl-parse/perl-parse.spec	Wed Sep 21 13:46:39 2011 +0200
     3.3 @@ -1,6 +1,6 @@
     3.4  ##
     3.5  ##  perl-parse.spec -- OpenPKG RPM Package Specification
     3.6 -##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     3.7 +##  Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
     3.8  ##
     3.9  ##  Permission to use, copy, modify, and distribute this software for
    3.10  ##  any purpose with or without fee is hereby granted, provided that
    3.11 @@ -22,34 +22,36 @@
    3.12  ##
    3.13  
    3.14  #   versions of individual parts
    3.15 -%define       V_perl                      5.10.0
    3.16 -%define       V_config_inifiles           2.48
    3.17 -%define       V_config_general            2.42
    3.18 -%define       V_config_simple             4.58
    3.19 +%define       V_perl                      5.14
    3.20 +%define       V_config_inifiles           2.68
    3.21 +%define       V_config_general            2.50
    3.22 +%define       V_config_simple             4.59
    3.23  %define       V_config_context            0.10
    3.24 -%define       V_config_scoped             0.12
    3.25 +%define       V_config_scoped             0.13
    3.26  %define       V_string_tokenizer          0.05
    3.27 -%define       V_parse_recdescent          1.95.1
    3.28 -%define       V_parse_recdescent_faq      6.0.e
    3.29 +%define       V_parse_recdescent          1.962.2
    3.30 +%define       V_parse_recdescent_faq      7.5
    3.31  %define       V_parse_recdescent_deparse  1.00
    3.32  %define       V_parse_recdescent_consumer 1.03
    3.33  %define       V_parse_recdescent_topiary  0.05
    3.34  %define       V_parse_yapp                1.05
    3.35 -%define       V_parse_eyapp               1.146
    3.36 +%define       V_parse_eyapp               1.181
    3.37  %define       V_parse_earley              0.15
    3.38 -%define       V_parse_lex                 2.15
    3.39 +%define       V_parse_lex                 2.20
    3.40  %define       V_parse_flex                0.12
    3.41  %define       V_c_scan                    0.74
    3.42  %define       V_appconfig                 1.66
    3.43  %define       V_appconfig_std             1.07
    3.44  %define       V_ogdl                      20041124
    3.45 -%define       V_text_csv_xs               0.64
    3.46 +%define       V_text_csv_pp               1.06
    3.47 +%define       V_text_csv_xs               0.85
    3.48  %define       V_text_csv_simple           1.00
    3.49 -%define       V_getopt_long               2.38
    3.50 -%define       V_getopt_attribute          1.44
    3.51 +%define       V_getopt_long               2.38_02
    3.52 +%define       V_getopt_attribute          2.101700
    3.53  %define       V_getopt_argvfile           1.11
    3.54  %define       V_getopt_fancy              0.06
    3.55  %define       V_getopt_ll                 1.0.0
    3.56 +%define       V_getopt_flex               1.07
    3.57  
    3.58  #   package information
    3.59  Name:         perl-parse
    3.60 @@ -62,42 +64,44 @@
    3.61  Group:        Perl
    3.62  License:      GPL/Artistic
    3.63  Version:      %{V_perl}
    3.64 -Release:      20090416
    3.65 +Release:      20110914
    3.66  
    3.67  #   list of sources
    3.68 -Source0:      http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
    3.69 -Source1:      http://www.cpan.org/modules/by-module/Config/Config-General-%{V_config_general}.tar.gz
    3.70 -Source2:      http://www.cpan.org/modules/by-module/Config/Config-Simple-%{V_config_simple}.tar.gz
    3.71 -Source3:      http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-v%{V_parse_recdescent}.tar.gz
    3.72 -Source4:      http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz
    3.73 -Source5:      http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz
    3.74 -Source6:      http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz
    3.75 -Source7:      http://www.cpan.org/modules/by-module/Parse/Parse-Yapp-%{V_parse_yapp}.tar.gz
    3.76 -Source8:      http://www.cpan.org/modules/by-module/Parse/Parse-Earley-%{V_parse_earley}.tar.gz
    3.77 -Source9:      http://www.cpan.org/modules/by-module/Parse/ParseLex-%{V_parse_lex}.tar.gz
    3.78 -Source10:     http://www.cpan.org/modules/by-module/C/C-Scan-%{V_c_scan}.tar.gz
    3.79 -Source11:     http://www.cpan.org/modules/by-module/AppConfig/AppConfig-%{V_appconfig}.tar.gz
    3.80 -Source12:     http://www.cpan.org/modules/by-module/AppConfig/AppConfig-Std-%{V_appconfig_std}.tar.gz
    3.81 +Source0:      http://www.cpan.org/authors/id/S/SH/SHLOMIF/Config-IniFiles-%{V_config_inifiles}.tar.gz
    3.82 +Source1:      http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{V_config_general}.tar.gz
    3.83 +Source2:      http://www.cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{V_config_simple}.tar.gz
    3.84 +Source3:      http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-%{V_parse_recdescent}.tar.gz
    3.85 +Source4:      http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz
    3.86 +Source5:      http://www.cpan.org/authors/id/S/SI/SIMON/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz
    3.87 +Source6:      http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz
    3.88 +Source7:      http://www.cpan.org/authors/id/F/FD/FDESAR/Parse-Yapp-%{V_parse_yapp}.tar.gz
    3.89 +Source8:      http://www.cpan.org/authors/id/L/LP/LPALMER/Parse-Earley-%{V_parse_earley}.tar.gz
    3.90 +Source9:      http://www.cpan.org/authors/id/P/PS/PSCUST/ParseLex-%{V_parse_lex}.tar.gz
    3.91 +Source10:     http://www.cpan.org/authors/id/H/HV/HVDS/C-Scan-%{V_c_scan}.tar.gz
    3.92 +Source11:     http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{V_appconfig}.tar.gz
    3.93 +Source12:     http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-Std-%{V_appconfig_std}.tar.gz
    3.94  Source13:     http://switch.dl.sourceforge.net/ogdl/ogdlutils-%{V_ogdl}.tgz
    3.95 -Source14:     http://www.cpan.org/modules/by-module/String/String-Tokenizer-%{V_string_tokenizer}.tar.gz
    3.96 -Source15:     http://www.cpan.org/modules/by-module/Config/Config-Context-%{V_config_context}.tar.gz
    3.97 -Source16:     http://www.cpan.org/modules/by-module/Config/Config-Scoped-%{V_config_scoped}.tar.gz
    3.98 -Source17:     http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tgz
    3.99 -Source18:     http://www.cpan.org/modules/by-module/Text/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz
   3.100 -Source19:     http://www.cpan.org/modules/by-module/Getopt/Getopt-Long-%{V_getopt_long}.tar.gz
   3.101 -Source20:     http://www.cpan.org/modules/by-module/Getopt/Getopt-Attribute-%{V_getopt_attribute}.tar.gz
   3.102 -Source21:     http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
   3.103 -Source22:     http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
   3.104 -Source23:     http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz
   3.105 -Source24:     http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
   3.106 -Source25:     http://www.cpan.org/modules/by-module/Parse/Parse-Flex-%{V_parse_flex}.tar.gz
   3.107 -Source26:     http://www.cpan.org/modules/by-module/Parse/Parse-Eyapp-%{V_parse_eyapp}.tar.gz
   3.108 +Source14:     http://www.cpan.org/authors/id/S/ST/STEVAN/String-Tokenizer-%{V_string_tokenizer}.tar.gz
   3.109 +Source15:     http://www.cpan.org/authors/id/M/MG/MGRAHAM/Config-Context-%{V_config_context}.tar.gz
   3.110 +Source16:     http://www.cpan.org/authors/id/G/GA/GAISSMAI/Config-Scoped-%{V_config_scoped}.tar.gz
   3.111 +Source17:     http://www.cpan.org/modules/by-module/Text/Text-CSV_PP-%{V_text_csv_pp}.tar.gz
   3.112 +Source18:     http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tgz
   3.113 +Source19:     http://www.cpan.org/authors/id/T/TM/TMTM/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz
   3.114 +Source20:     http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-%{V_getopt_long}.tar.gz
   3.115 +Source21:     http://www.cpan.org/authors/id/M/MA/MARCEL/Getopt-Attribute-%{V_getopt_attribute}.tar.gz
   3.116 +Source22:     http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz
   3.117 +Source23:     http://www.cpan.org/authors/id/B/BA/BATMAN/Getopt-Fancy-%{V_getopt_fancy}.tar.gz
   3.118 +Source24:     http://www.cpan.org/authors/id/A/AS/ASKSH/Getopt-LL-%{V_getopt_ll}.tar.gz
   3.119 +Source25:     http://www.cpan.org/authors/id/I/IV/IVORW/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz
   3.120 +Source26:     http://www.cpan.org/authors/id/I/IO/IOANNIS/Parse-Flex-%{V_parse_flex}.tar.gz
   3.121 +Source27:     http://www.cpan.org/authors/id/C/CA/CASIANO/Parse-Eyapp-%{V_parse_eyapp}.tar.gz
   3.122 +Source28:     http://www.cpan.org/authors/id/R/RP/RPKELLY/Getopt-Flex-%{V_getopt_flex}.tar.gz
   3.123  
   3.124  #   build information
   3.125  Prefix:       %{l_prefix}
   3.126  BuildRoot:    %{l_buildroot}
   3.127 -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031
   3.128 -PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
   3.129 +BuildPreReq:  OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031
   3.130 +PreReq:       OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
   3.131  BuildPreReq:  perl-util, perl-module, flex
   3.132  PreReq:       perl-util, perl-module, flex
   3.133  AutoReq:      no
   3.134 @@ -125,6 +129,7 @@
   3.135      - AppConfig (%{V_appconfig})
   3.136      - AppConfig::Std (%{V_appconfig_std})
   3.137      - OGDL (%{V_ogdl})
   3.138 +    - Text::CSV_PP (%{V_text_csv_pp})
   3.139      - Text::CSV_XS (%{V_text_csv_xs})
   3.140      - Text::CSV::Simple (%{V_text_csv_simple})
   3.141      - Getopt::Long (%{V_getopt_long})
   3.142 @@ -132,21 +137,22 @@
   3.143      - Getopt::ArgvFile (%{V_getopt_argvfile})
   3.144      - Getopt::Fancy (%{V_getopt_fancy})
   3.145      - Getopt::LL (%{V_getopt_ll})
   3.146 +    - Getopt::Flex (%{V_getopt_flex})
   3.147  
   3.148  %track
   3.149      prog perl-parse:Config-General = {
   3.150          version   = %{V_config_general}
   3.151 -        url       = http://www.cpan.org/modules/by-module/Config/
   3.152 +        url       = http://www.cpan.org/authors/id/T/TL/TLINDEN/
   3.153          regex     = Config-General-(__VER__)\.tar\.gz
   3.154      }
   3.155      prog perl-parse:Config-IniFiles = {
   3.156          version   = %{V_config_inifiles}
   3.157 -        url       = http://www.cpan.org/modules/by-module/Config/
   3.158 +        url       = http://www.cpan.org/authors/id/S/SH/SHLOMIF/
   3.159          regex     = Config-IniFiles-(__VER__)\.tar\.gz
   3.160      }
   3.161      prog perl-parse:Config-Simple = {
   3.162          version   = %{V_config_simple}
   3.163 -        url       = http://www.cpan.org/modules/by-module/Config/
   3.164 +        url       = http://www.cpan.org/authors/id/S/SH/SHERZODR/
   3.165          regex     = Config-Simple-(__VER__)\.tar\.gz
   3.166      }
   3.167      prog perl-parse:Parse-RecDescent = {
   3.168 @@ -156,84 +162,89 @@
   3.169      }
   3.170      prog perl-parse:Parse-RecDescent-Consumer = {
   3.171          version   = %{V_parse_recdescent_consumer}
   3.172 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.173 +        url       = http://www.cpan.org/authors/id/T/TB/TBONE/
   3.174          regex     = Parse-RecDescent-Consumer-(__VER__)\.tar\.gz
   3.175      }
   3.176      prog perl-parse:Parse-RecDescent-Deparse = {
   3.177          version   = %{V_parse_recdescent_deparse}
   3.178 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.179 +        url       = http://www.cpan.org/authors/id/S/SI/SIMON/
   3.180          regex     = Parse-RecDescent-Deparse-(__VER__)\.tar\.gz
   3.181      }
   3.182      prog perl-parse:Parse-RecDescent-FAQ = {
   3.183          version   = %{V_parse_recdescent_faq}
   3.184 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.185 +        url       = http://www.cpan.org/authors/id/T/TB/TBONE/
   3.186          regex     = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz
   3.187      }
   3.188      prog perl-parse:Parse-RecDescent-Topiary = {
   3.189          version   = %{V_parse_recdescent_topiary}
   3.190 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.191 +        url       = http://www.cpan.org/authors/id/I/IV/IVORW/
   3.192          regex     = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz
   3.193      }
   3.194      prog perl-parse:Parse-Yapp = {
   3.195          version   = %{V_parse_yapp}
   3.196 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.197 +        url       = http://www.cpan.org/authors/id/F/FD/FDESAR/
   3.198          regex     = Parse-Yapp-(__VER__)\.tar\.gz
   3.199      }
   3.200      prog perl-parse:Parse-Eyapp = {
   3.201          version   = %{V_parse_eyapp}
   3.202 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.203 +        url       = http://www.cpan.org/authors/id/C/CA/CASIANO/
   3.204          regex     = Parse-Eyapp-(__VER__)\.tar\.gz
   3.205      }
   3.206      prog perl-parse:Parse-Earley = {
   3.207          version   = %{V_parse_earley}
   3.208 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.209 +        url       = http://www.cpan.org/authors/id/L/LP/LPALMER/
   3.210          regex     = Parse-Earley-(__VER__)\.tar\.gz
   3.211      }
   3.212      prog perl-parse:Parse-Lex = {
   3.213          version   = %{V_parse_lex}
   3.214 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.215 +        url       = http://www.cpan.org/authors/id/P/PS/PSCUST/
   3.216          regex     = ParseLex-(__VER__)\.tar\.gz
   3.217      }
   3.218      prog perl-parse:Parse-Flex = {
   3.219          version   = %{V_parse_flex}
   3.220 -        url       = http://www.cpan.org/modules/by-module/Parse/
   3.221 +        url       = http://www.cpan.org/authors/id/I/IO/IOANNIS/
   3.222          regex     = Parse-Flex-(__VER__)\.tar\.gz
   3.223      }
   3.224      prog perl-parse:C-Scan = {
   3.225          version   = %{V_c_scan}
   3.226 -        url       = http://www.cpan.org/modules/by-module/C/
   3.227 +        url       = http://www.cpan.org/authors/id/H/HV/HVDS/
   3.228          regex     = C-Scan-(__VER__)\.tar\.gz
   3.229      }
   3.230      prog perl-parse:AppConfig = {
   3.231          version   = %{V_appconfig}
   3.232 -        url       = http://www.cpan.org/modules/by-module/AppConfig/
   3.233 +        url       = http://www.cpan.org/authors/id/A/AB/ABW/
   3.234          regex     = AppConfig-(__VER__)\.tar\.gz
   3.235      }
   3.236      prog perl-parse:AppConfig-Std = {
   3.237          version   = %{V_appconfig_std}
   3.238 -        url       = http://www.cpan.org/modules/by-module/AppConfig/
   3.239 +        url       = http://www.cpan.org/authors/id/N/NE/NEILB/
   3.240          regex     = AppConfig-Std-(__VER__)\.tar\.gz
   3.241      }
   3.242      prog perl-parse:OGDL = {
   3.243          version   = %{V_ogdl}
   3.244 -        url       = http://prdownloads.sourceforge.net/ogdl/
   3.245 +        url       = http://sourceforge.net/projects/ogdl/files/
   3.246          regex     = ogdlutils-(__VER__)\.tgz
   3.247      }
   3.248      prog perl-parse:String-Tokenizer = {
   3.249          version   = %{V_string_tokenizer}
   3.250 -        url       = http://www.cpan.org/modules/by-module/String/
   3.251 +        url       = http://www.cpan.org/authors/id/S/ST/STEVAN/
   3.252          regex     = String-Tokenizer-(__VER__)\.tar\.gz
   3.253      }
   3.254      prog perl-parse:Config-Context = {
   3.255          version   = %{V_config_context}
   3.256 -        url       = http://www.cpan.org/modules/by-module/Config/
   3.257 +        url       = http://www.cpan.org/authors/id/M/MG/MGRAHAM/
   3.258          regex     = Config-Context-(__VER__)\.tar\.gz
   3.259      }
   3.260      prog perl-parse:Config-Scoped = {
   3.261          version   = %{V_config_scoped}
   3.262 -        url       = http://www.cpan.org/modules/by-module/Config/
   3.263 +        url       = http://www.cpan.org/authors/id/G/GA/GAISSMAI/
   3.264          regex     = Config-Scoped-(__VER__)\.tar\.gz
   3.265      }
   3.266 +    prog perl-parse:Text-CSV_PP = {
   3.267 +        version   = %{V_text_csv_pp}
   3.268 +        url       = http://www.cpan.org/modules/by-module/Text/
   3.269 +        regex     = Text-CSV_PP-(__VER__)\.tar\.gz
   3.270 +    }
   3.271      prog perl-parse:Text-CSV_XS = {
   3.272          version   = %{V_text_csv_xs}
   3.273          url       = http://www.cpan.org/modules/by-module/Text/
   3.274 @@ -241,34 +252,39 @@
   3.275      }
   3.276      prog perl-parse:Text-CSV-Simple = {
   3.277          version   = %{V_text_csv_simple}
   3.278 -        url       = http://www.cpan.org/modules/by-module/Text/
   3.279 +        url       = http://www.cpan.org/authors/id/T/TM/TMTM/
   3.280          regex     = Text-CSV-Simple-(__VER__)\.tar\.gz
   3.281      }
   3.282      prog perl-parse:Getopt-Long = {
   3.283          version   = %{V_getopt_long}
   3.284 -        url       = http://www.cpan.org/modules/by-module/Getopt/
   3.285 +        url       = http://www.cpan.org/authors/id/J/JV/JV/
   3.286          regex     = Getopt-Long-(__VER__)\.tar\.gz
   3.287      }
   3.288      prog perl-parse:Getopt-Attribute = {
   3.289          version   = %{V_getopt_attribute}
   3.290 -        url       = http://www.cpan.org/modules/by-module/Getopt/
   3.291 +        url       = http://www.cpan.org/authors/id/M/MA/MARCEL/
   3.292          regex     = Getopt-Attribute-(__VER__)\.tar\.gz
   3.293      }
   3.294      prog perl-parse:Getopt-ArgvFile = {
   3.295          version   = %{V_getopt_argvfile}
   3.296 -        url       = http://www.cpan.org/modules/by-module/Getopt/
   3.297 +        url       = http://www.cpan.org/authors/id/J/JS/JSTENZEL/
   3.298          regex     = Getopt-ArgvFile-(__VER__)\.tar\.gz
   3.299      }
   3.300      prog perl-parse:Getopt-Fancy = {
   3.301          version   = %{V_getopt_fancy}
   3.302 -        url       = http://www.cpan.org/modules/by-module/Getopt/
   3.303 +        url       = http://www.cpan.org/authors/id/B/BA/BATMAN/
   3.304          regex     = Getopt-Fancy-(__VER__)\.tar\.gz
   3.305      }
   3.306      prog perl-parse:Getopt-LL = {
   3.307          version   = %{V_getopt_ll}
   3.308 -        url       = http://www.cpan.org/modules/by-module/Getopt/
   3.309 +        url       = http://www.cpan.org/authors/id/A/AS/ASKSH/
   3.310          regex     = Getopt-LL-(__VER__)\.tar\.gz
   3.311      }
   3.312 +    prog perl-parse:Getopt-Flex = {
   3.313 +        version   = %{V_getopt_flex}
   3.314 +        url       = http://www.cpan.org/authors/id/R/RP/RPKELLY/
   3.315 +        regex     = Getopt-Flex-(__VER__)\.tar\.gz
   3.316 +    }
   3.317  
   3.318  %prep
   3.319      %setup -q -c
   3.320 @@ -298,6 +314,8 @@
   3.321      %setup -q -T -D -a 24
   3.322      %setup -q -T -D -a 25
   3.323      %setup -q -T -D -a 26
   3.324 +    %setup -q -T -D -a 27
   3.325 +    %setup -q -T -D -a 28
   3.326  
   3.327  %build
   3.328  
   3.329 @@ -335,6 +353,8 @@
   3.330      %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
   3.331      %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
   3.332      %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
   3.333 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
   3.334 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
   3.335      %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   3.336      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
   3.337  
     4.1 --- a/perl-sys/perl-sys.patch	Tue Sep 20 17:37:48 2011 +0200
     4.2 +++ b/perl-sys/perl-sys.patch	Wed Sep 21 13:46:39 2011 +0200
     4.3 @@ -1,12 +1,16 @@
     4.4 -Index: Authen-SASL-2.12/Makefile.PL
     4.5 ---- Authen-SASL-2.12/Makefile.PL.orig	2008-09-13 00:09:14.000000000 +0200
     4.6 -+++ Authen-SASL-2.12/Makefile.PL	2008-09-13 00:09:55.000000000 +0200
     4.7 -@@ -33,7 +33,7 @@ features(
     4.8 -   ],
     4.9 - );
    4.10 +Index: IPC-ShareLite-0.17/Makefile.PL
    4.11 +--- IPC-ShareLite-0.17/Makefile.PL.orig	2011-06-19 23:39:44.000000000 +0200
    4.12 ++++ IPC-ShareLite-0.17/Makefile.PL	2011-06-19 23:52:49.000000000 +0200
    4.13 +@@ -55,11 +55,10 @@
    4.14   
    4.15 --auto_install_now();
    4.16 -+#auto_install_now();
    4.17 +   my @exclude = qw( Devel::CheckLib IO::CaptureOutput );
    4.18 +   my $pad     = ' ' x 4;
    4.19 +-  die "Can't parse Makefile fragment"
    4.20 +-   unless $lines[-2] =~ /^([^"']*(["'])).*?(\2[^"']*)$/;
    4.21 +   splice @lines, -1, 0, map { "$1$_$3" } (
    4.22 +     'no_index:', "${pad}package:", map { "${pad}${pad}- $_" } @exclude
    4.23 +   );
    4.24   
    4.25 - &Makefile->write;
    4.26 - &Meta->write;
    4.27 +   return join "\n", @lines;
    4.28 + }
    4.29 ++
     5.1 --- a/perl-sys/perl-sys.spec	Tue Sep 20 17:37:48 2011 +0200
     5.2 +++ b/perl-sys/perl-sys.spec	Wed Sep 21 13:46:39 2011 +0200
     5.3 @@ -1,6 +1,6 @@
     5.4  ##
     5.5  ##  perl-sys.spec -- OpenPKG RPM Package Specification
     5.6 -##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     5.7 +##  Copyright (c) 2000-2011 OpenPKG Foundation e.V. <http://openpkg.net/>
     5.8  ##
     5.9  ##  Permission to use, copy, modify, and distribute this software for
    5.10  ##  any purpose with or without fee is hereby granted, provided that
    5.11 @@ -22,43 +22,45 @@
    5.12  ##
    5.13  
    5.14  #   versions of individual parts
    5.15 -%define       V_perl                5.10.0
    5.16 +%define       V_perl                5.14
    5.17  %define       V_unix_syslog         1.1
    5.18 -%define       V_archive_tar         1.46
    5.19 -%define       V_archive_zip         1.26
    5.20 -%define       V_archive_cpio        0.07
    5.21 +%define       V_archive_tar         1.78
    5.22 +%define       V_archive_zip         1.31_03
    5.23 +%define       V_archive_cpio        0.09
    5.24  %define       V_expect              1.21
    5.25 -%define       V_storable            2.18
    5.26 +%define       V_storable            2.30
    5.27  %define       V_ipc_sharelite       0.17
    5.28  %define       V_ipc_shareable       0.60
    5.29  %define       V_ipc_sharedcache     1.3
    5.30 -%define       V_ipc_run             0.82
    5.31 -%define       V_ipc_run3            0.042
    5.32 +%define       V_ipc_run             0.90_03
    5.33 +%define       V_ipc_run3            0.044
    5.34  %define       V_ipc_signal          1.00
    5.35 -%define       V_ipc_filter          0.002
    5.36 +%define       V_ipc_filter          0.004
    5.37  %define       V_file_tail           0.99.3
    5.38 -%define       V_file_temp           0.21
    5.39 -%define       V_file_remove         1.42
    5.40 +%define       V_file_temp           0.22
    5.41 +%define       V_file_remove         1.50
    5.42  %define       V_file_rename         0.05
    5.43 -%define       V_freezethaw          0.45
    5.44 -%define       V_authen_sasl         2.12
    5.45 +%define       V_freezethaw          0.5001
    5.46 +%define       V_authen_sasl         2.15
    5.47  %define       V_authen_pam          0.16
    5.48  %define       V_weakref             0.01
    5.49  %define       V_filehandle_deluxe   0.92
    5.50 -%define       V_filehandle_unget    0.1622
    5.51 +%define       V_filehandle_rollback 1.06
    5.52 +%define       V_filehandle_unget    0.1623
    5.53  %define       V_spiffy              0.30
    5.54 -%define       V_io                  1.2301
    5.55 -%define       V_io_all              0.39
    5.56 +%define       V_io                  1.25
    5.57 +%define       V_io_all              0.41
    5.58  %define       V_io_multiplex        1.10
    5.59 -%define       V_io_interface        1.05
    5.60 +%define       V_io_interface        1.06
    5.61  %define       V_io_util             1.5
    5.62  %define       V_io_mux              0.08
    5.63  %define       V_boulder             1.30
    5.64 -%define       V_error               0.17015
    5.65 +%define       V_error               0.17016
    5.66  %define       V_file_fnmatch        0.02
    5.67 -%define       V_user                1.8
    5.68 -%define       V_file_rsync          0.42
    5.69 -%define       V_storable_amf        0.60
    5.70 +%define       V_user                1.9
    5.71 +%define       V_file_rsync          0.43
    5.72 +%define       V_storable_amf        1.00
    5.73 +%define       V_file_next           1.06
    5.74  
    5.75  #   package information
    5.76  Name:         perl-sys
    5.77 @@ -71,57 +73,59 @@
    5.78  Group:        Perl
    5.79  License:      GPL/Artistic
    5.80  Version:      %{V_perl}
    5.81 -Release:      20090416
    5.82 +Release:      20110914
    5.83  
    5.84  #   package options
    5.85  %option       with_pam   no
    5.86  
    5.87  #   list of sources
    5.88 -Source0:      http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
    5.89 -Source1:      http://www.cpan.org/modules/by-module/Archive/Archive-Tar-%{V_archive_tar}.tar.gz
    5.90 -Source2:      http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{V_archive_zip}.tar.gz
    5.91 -Source3:      http://www.cpan.org/modules/by-module/Expect/Expect-%{V_expect}.tar.gz
    5.92 -Source4:      http://www.cpan.org/modules/by-module/Storable/Storable-%{V_storable}.tar.gz
    5.93 -Source5:      http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz
    5.94 -Source6:      http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz
    5.95 +Source0:      http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{V_unix_syslog}.tar.gz
    5.96 +Source1:      http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Tar-%{V_archive_tar}.tar.gz
    5.97 +Source2:      http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-%{V_archive_zip}.tar.gz
    5.98 +Source3:      http://www.cpan.org/authors/id/R/RG/RGIERSIG/Expect-%{V_expect}.tar.gz
    5.99 +Source4:      http://www.cpan.org/authors/id/A/AM/AMS/Storable-%{V_storable}.tar.gz
   5.100 +Source5:      http://www.cpan.org/authors/id/B/BS/BSUGARS/IPC-Shareable-%{V_ipc_shareable}.tar.gz
   5.101 +Source6:      http://www.cpan.org/authors/id/M/MG/MGRABNAR/File-Tail-%{V_file_tail}.tar.gz
   5.102  Source7:      http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz
   5.103 -Source8:      http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz
   5.104 +Source8:      http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-%{V_authen_sasl}.tar.gz
   5.105  Source9:      http://www.cpan.org/authors/id/L/LU/LUKKA/WeakRef-%{V_weakref}.tar.gz
   5.106  Source10:     http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Deluxe-%{V_filehandle_deluxe}.tar.gz
   5.107 -Source11:     http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Unget-%{V_filehandle_unget}.tar.gz
   5.108 -Source12:     http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz
   5.109 -Source13:     http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
   5.110 -Source14:     http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz
   5.111 -Source15:     http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz
   5.112 -Source16:     http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz
   5.113 -Source17:     http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
   5.114 -Source18:     http://www.cpan.org/modules/by-module/IO/IO-%{V_io}.tar.gz
   5.115 -Source19:     http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
   5.116 -Source20:     http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
   5.117 -Source21:     http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
   5.118 -Source22:     http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz
   5.119 -Source23:     http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz
   5.120 -Source24:     http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
   5.121 -Source25:     http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz
   5.122 -Source26:     http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz
   5.123 -Source27:     http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz
   5.124 -Source28:     http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz
   5.125 -Source29:     http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz
   5.126 -Source30:     http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz
   5.127 -Source31:     http://www.cpan.org/modules/by-module/File/File-Temp-%{V_file_temp}.tar.gz
   5.128 -Source32:     http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz
   5.129 -Source33:     http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz
   5.130 -Source34:     http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz
   5.131 -Source35:     http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz
   5.132 +Source11:     http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Rollback-%{V_filehandle_rollback}.tar.gz
   5.133 +Source12:     http://www.cpan.org/authors/id/D/DC/DCOPPIT/FileHandle-Unget-%{V_filehandle_unget}.tar.gz
   5.134 +Source13:     http://www.cpan.org/authors/id/A/AN/ANDYA/IPC-ShareLite-%{V_ipc_sharelite}.tar.gz
   5.135 +Source14:     http://www.cpan.org/authors/id/S/SA/SAMTREGAR/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
   5.136 +Source15:     http://www.cpan.org/authors/id/T/TO/TODDR/IPC-Run-%{V_ipc_run}.tar.gz
   5.137 +Source16:     http://www.cpan.org/authors/id/R/RO/ROSCH/IPC-Signal-%{V_ipc_signal}.tar.gz
   5.138 +Source17:     http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/IPC-Filter-%{V_ipc_filter}.tar.gz
   5.139 +Source18:     http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
   5.140 +Source19:     http://www.cpan.org/authors/id/G/GB/GBARR/IO-%{V_io}.tar.gz
   5.141 +Source20:     http://www.cpan.org/authors/id/I/IN/INGY/IO-All-%{V_io_all}.tar.gz
   5.142 +Source21:     http://www.cpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{V_io_multiplex}.tar.gz
   5.143 +Source22:     http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{V_io_interface}.tar.gz
   5.144 +Source23:     http://www.cpan.org/authors/id/D/DO/DOMIZIO/IO-Util-%{V_io_util}.tar.gz
   5.145 +Source24:     http://www.cpan.org/authors/id/L/LD/LDS/Boulder-%{V_boulder}.tar.gz
   5.146 +Source25:     http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{V_error}.tar.gz
   5.147 +Source26:     http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{V_ipc_run3}.tar.gz
   5.148 +Source27:     http://www.cpan.org/authors/id/P/PA/PATL/IO-Mux-%{V_io_mux}.tar.gz
   5.149 +Source28:     http://www.cpan.org/authors/id/M/MJ/MJP/File-FnMatch-%{V_file_fnmatch}.tar.gz
   5.150 +Source29:     http://www.cpan.org/authors/id/N/NI/NIKIP/Authen-PAM-%{V_authen_pam}.tar.gz
   5.151 +Source30:     http://www.cpan.org/authors/id/P/PI/PIXEL/Archive-Cpio-%{V_archive_cpio}.tar.gz
   5.152 +Source31:     http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz
   5.153 +Source32:     http://www.cpan.org/authors/id/T/TJ/TJENNESS/File-Temp-%{V_file_temp}.tar.gz
   5.154 +Source33:     http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{V_file_remove}.tar.gz
   5.155 +Source34:     http://www.cpan.org/authors/id/R/RM/RMBARKER/File-Rename-%{V_file_rename}.tar.gz
   5.156 +Source35:     http://www.cpan.org/authors/id/L/LE/LEAKIN/File-Rsync-%{V_file_rsync}.tar.gz
   5.157 +Source36:     http://www.cpan.org/authors/id/G/GR/GRIAN/Storable-AMF-%{V_storable_amf}.tar.gz
   5.158 +Source37:     http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-%{V_file_next}.tar.gz
   5.159  Patch0:       perl-sys.patch
   5.160  
   5.161  #   build information
   5.162  Prefix:       %{l_prefix}
   5.163  BuildRoot:    %{l_buildroot}
   5.164 -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
   5.165 -PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
   5.166 -BuildPreReq:  perl-time, perl-term
   5.167 -PreReq:       perl-time, perl-term
   5.168 +BuildPreReq:  OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
   5.169 +PreReq:       OpenPKG, openpkg >= 20060823, perl >= %{V_perl}
   5.170 +BuildPreReq:  perl-util, perl-time, perl-term
   5.171 +PreReq:       perl-util, perl-time, perl-term
   5.172  %if "%{with_pam}" == "yes"
   5.173  BuildPreReq:  PAM
   5.174  PreReq:       PAM
   5.175 @@ -149,6 +153,7 @@
   5.176      - Archive::Zip (%{V_archive_zip})
   5.177      - WeakRef (%{V_weakref})
   5.178      - FileHandle::Deluxe (%{V_filehandle_deluxe})
   5.179 +    - FileHandle::Rollback (%{V_filehandle_rollback})
   5.180      - FileHandle::Unget (%{V_filehandle_unget})
   5.181      - Spiffy (%{V_spiffy})
   5.182      - IO (%{V_io})
   5.183 @@ -167,31 +172,32 @@
   5.184      - File::Rename (%{V_file_rename})
   5.185      - File::Rsync (%{V_file_rsync})
   5.186      - Storable::AMF (%{V_storable_amf})
   5.187 +    - File::Next (%{V_file_next})
   5.188  
   5.189  %track
   5.190      prog perl-sys:Archive-Tar = {
   5.191          version   = %{V_archive_tar}
   5.192 -        url       = http://www.cpan.org/modules/by-module/Archive/
   5.193 +        url       = http://www.cpan.org/authors/id/B/BI/BINGOS/
   5.194          regex     = Archive-Tar-(__VER__)\.tar\.gz
   5.195      }
   5.196      prog perl-sys:Archive-Zip = {
   5.197          version   = %{V_archive_zip}
   5.198 -        url       = http://www.cpan.org/modules/by-module/Archive/
   5.199 +        url       = http://www.cpan.org/authors/id/A/AD/ADAMK/
   5.200          regex     = Archive-Zip-(__VER__)\.tar\.gz
   5.201      }
   5.202      prog perl-sys:Authen-SASL = {
   5.203          version   = %{V_authen_sasl}
   5.204 -        url       = http://www.cpan.org/modules/by-module/Authen/
   5.205 +        url       = http://www.cpan.org/authors/id/G/GB/GBARR/
   5.206          regex     = Authen-SASL-(__VER__)\.tar\.gz
   5.207      }
   5.208      prog perl-sys:Expect = {
   5.209          version   = %{V_expect}
   5.210 -        url       = http://www.cpan.org/modules/by-module/Expect/
   5.211 +        url       = http://www.cpan.org/authors/id/R/RG/RGIERSIG/
   5.212          regex     = Expect-(__VER__)\.tar\.gz
   5.213      }
   5.214      prog perl-sys:File-Tail = {
   5.215          version   = %{V_file_tail}
   5.216 -        url       = http://www.cpan.org/modules/by-module/File/
   5.217 +        url       = http://www.cpan.org/authors/id/M/MG/MGRABNAR/
   5.218          regex     = File-Tail-(__VER__)\.tar\.gz
   5.219      }
   5.220      prog perl-sys:FileHandle-Deluxe = {
   5.221 @@ -199,9 +205,14 @@
   5.222          url       = http://www.cpan.org/modules/by-module/FileHandle/
   5.223          regex     = FileHandle-Deluxe-(__VER__)\.tar\.gz
   5.224      }
   5.225 +    prog perl-sys:FileHandle-Rollback = {
   5.226 +        version   = %{V_filehandle_rollback}
   5.227 +        url       = http://www.cpan.org/modules/by-module/FileHandle/
   5.228 +        regex     = FileHandle-Rollback-(__VER__)\.tar\.gz
   5.229 +    }
   5.230      prog perl-sys:FileHandle-Unget = {
   5.231          version   = %{V_filehandle_unget}
   5.232 -        url       = http://www.cpan.org/modules/by-module/FileHandle/
   5.233 +        url       = http://www.cpan.org/authors/id/D/DC/DCOPPIT/
   5.234          regex     = FileHandle-Unget-(__VER__)\.tar\.gz
   5.235      }
   5.236      prog perl-sys:FreezeThaw = {
   5.237 @@ -211,47 +222,47 @@
   5.238      }
   5.239      prog perl-sys:IPC-Shareable = {
   5.240          version   = %{V_ipc_shareable}
   5.241 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.242 +        url       = http://www.cpan.org/authors/id/B/BS/BSUGARS/
   5.243          regex     = IPC-Shareable-(__VER__)\.tar\.gz
   5.244      }
   5.245      prog perl-sys:IPC-ShareLite = {
   5.246          version   = %{V_ipc_sharelite}
   5.247 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.248 +        url       = http://www.cpan.org/authors/id/A/AN/ANDYA/
   5.249          regex     = IPC-ShareLite-(__VER__)\.tar\.gz
   5.250      }
   5.251      prog perl-sys:IPC-SharedCache = {
   5.252          version   = %{V_ipc_sharedcache}
   5.253 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.254 +        url       = http://www.cpan.org/authors/id/S/SA/SAMTREGAR/
   5.255          regex     = IPC-SharedCache-(__VER__)\.tar\.gz
   5.256      }
   5.257      prog perl-sys:IPC-Run = {
   5.258          version   = %{V_ipc_run}
   5.259 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.260 +        url       = http://www.cpan.org/authors/id/T/TO/TODDR/
   5.261          regex     = IPC-Run-(__VER__)\.tar\.gz
   5.262      }
   5.263      prog perl-sys:IPC-Run3 = {
   5.264          version   = %{V_ipc_run3}
   5.265 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.266 +        url       = http://www.cpan.org/authors/id/R/RJ/RJBS/
   5.267          regex     = IPC-Run3-(__VER__)\.tar\.gz
   5.268      }
   5.269      prog perl-sys:IPC-Signal = {
   5.270          version   = %{V_ipc_signal}
   5.271 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.272 +        url       = http://www.cpan.org/authors/id/R/RO/ROSCH/
   5.273          regex     = IPC-Signal-(__VER__)\.tar\.gz
   5.274      }
   5.275      prog perl-sys:IPC-Filter = {
   5.276          version   = %{V_ipc_filter}
   5.277 -        url       = http://www.cpan.org/modules/by-module/IPC/
   5.278 +        url       = http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/
   5.279          regex     = IPC-Filter-(__VER__)\.tar\.gz
   5.280      }
   5.281      prog perl-sys:Storable = {
   5.282          version   = %{V_storable}
   5.283 -        url       = http://www.cpan.org/modules/by-module/Storable/
   5.284 +        url       = http://www.cpan.org/authors/id/A/AM/AMS/
   5.285          regex     = Storable-(__VER__)\.tar\.gz
   5.286      }
   5.287      prog perl-sys:Unix-Syslog = {
   5.288          version   = %{V_unix_syslog}
   5.289 -        url       = http://www.cpan.org/modules/by-module/Unix/
   5.290 +        url       = http://www.cpan.org/authors/id/M/MH/MHARNISCH/
   5.291          regex     = Unix-Syslog-(__VER__)\.tar\.gz
   5.292      }
   5.293      prog perl-sys:WeakRef = {
   5.294 @@ -271,52 +282,52 @@
   5.295      }
   5.296      prog perl-sys:IO-All = {
   5.297          version   = %{V_io_all}
   5.298 -        url       = http://www.cpan.org/modules/by-module/IO/
   5.299 +        url       = http://www.cpan.org/authors/id/G/GB/GBARR/
   5.300          regex     = IO-All-(__VER__)\.tar\.gz
   5.301      }
   5.302      prog perl-sys:IO-Multiplex = {
   5.303          version   = %{V_io_multiplex}
   5.304 -        url       = http://www.cpan.org/modules/by-module/IO/
   5.305 +        url       = http://www.cpan.org/authors/id/B/BB/BBB/
   5.306          regex     = IO-Multiplex-(__VER__)\.tar\.gz
   5.307      }
   5.308      prog perl-sys:IO-Interface = {
   5.309          version   = %{V_io_interface}
   5.310 -        url       = http://www.cpan.org/modules/by-module/IO/
   5.311 +        url       = http://www.cpan.org/authors/id/L/LD/LDS/
   5.312          regex     = IO-Interface-(__VER__)\.tar\.gz
   5.313      }
   5.314      prog perl-sys:IO-Util = {
   5.315          version   = %{V_io_util}
   5.316 -        url       = http://www.cpan.org/modules/by-module/IO/
   5.317 +        url       = http://www.cpan.org/authors/id/D/DO/DOMIZIO/
   5.318          regex     = IO-Util-(__VER__)\.tar\.gz
   5.319      }
   5.320      prog perl-sys:IO-Mux = {
   5.321          version   = %{V_io_mux}
   5.322 -        url       = http://www.cpan.org/modules/by-module/IO/
   5.323 +        url       = http://www.cpan.org/authors/id/P/PA/PATL/
   5.324          regex     = IO-Mux-(__VER__)\.tar\.gz
   5.325      }
   5.326      prog perl-sys:Boulder = {
   5.327          version   = %{V_boulder}
   5.328 -        url       = http://www.cpan.org/modules/by-module/Boulder/
   5.329 +        url       = http://www.cpan.org/authors/id/L/LD/LDS/
   5.330          regex     = Boulder-(__VER__)\.tar\.gz
   5.331      }
   5.332      prog perl-sys:Error = {
   5.333          version   = %{V_error}
   5.334 -        url       = http://www.cpan.org/modules/by-module/Error/
   5.335 +        url       = http://www.cpan.org/authors/id/S/SH/SHLOMIF/
   5.336          regex     = Error-(__VER__)\.tar\.gz
   5.337      }
   5.338      prog perl-sys:File-FnMatch = {
   5.339          version   = %{V_file_fnmatch}
   5.340 -        url       = http://www.cpan.org/modules/by-module/File/
   5.341 +        url       = http://www.cpan.org/authors/id/M/MJ/MJP/
   5.342          regex     = File-FnMatch-(__VER__)\.tar\.gz
   5.343      }
   5.344      prog perl-sys:Authen-PAM = {
   5.345          version   = %{V_authen_pam}
   5.346 -        url       = http://www.cpan.org/modules/by-module/Authen/
   5.347 +        url       = http://www.cpan.org/authors/id/N/NI/NIKIP/
   5.348          regex     = Authen-PAM-(__VER__)\.tar\.gz
   5.349      }
   5.350      prog perl-sys:Archive-Cpio = {
   5.351          version   = %{V_archive_cpio}
   5.352 -        url       = http://www.cpan.org/modules/by-module/Archive/
   5.353 +        url       = http://www.cpan.org/authors/id/P/PI/PIXEL/
   5.354          regex     = Archive-Cpio-(__VER__)\.tar\.gz
   5.355      }
   5.356      prog perl-sys:User = {
   5.357 @@ -326,29 +337,34 @@
   5.358      }
   5.359      prog perl-sys:File-Temp = {
   5.360          version   = %{V_file_temp}
   5.361 -        url       = http://www.cpan.org/modules/by-module/File/
   5.362 +        url       = http://www.cpan.org/authors/id/T/TJ/TJENNESS/
   5.363          regex     = File-Temp-(__VER__)\.tar\.gz
   5.364      }
   5.365      prog perl-sys:File-Remove = {
   5.366          version   = %{V_file_remove}
   5.367 -        url       = http://www.cpan.org/modules/by-module/File/
   5.368 +        url       = http://www.cpan.org/authors/id/A/AD/ADAMK/
   5.369          regex     = File-Remove-(__VER__)\.tar\.gz
   5.370      }
   5.371      prog perl-sys:File-Rename = {
   5.372          version   = %{V_file_rename}
   5.373 -        url       = http://www.cpan.org/modules/by-module/File/
   5.374 +        url       = http://www.cpan.org/authors/id/R/RM/RMBARKER/
   5.375          regex     = File-Rename-(__VER__)\.tar\.gz
   5.376      }
   5.377      prog perl-sys:File-Rsync = {
   5.378          version   = %{V_file_rsync}
   5.379 -        url       = http://www.cpan.org/modules/by-module/File/
   5.380 +        url       = http://www.cpan.org/authors/id/L/LE/LEAKIN/
   5.381          regex     = File-Rsync-(__VER__)\.tar\.gz
   5.382      }
   5.383      prog perl-sys:Storable-AMF = {
   5.384          version   = %{V_storable_amf}
   5.385 -        url       = http://www.cpan.org/modules/by-module/Storable/
   5.386 +        url       = http://www.cpan.org/authors/id/G/GR/GRIAN/
   5.387          regex     = Storable-AMF-(__VER__)\.tar\.gz
   5.388      }
   5.389 +    prog perl-sys:File-Next = {
   5.390 +        version   = %{V_file_next}
   5.391 +        url       = http://www.cpan.org/authors/id/P/PE/PETDANCE/
   5.392 +        regex     = File-Next-(__VER__)\.tar\.gz
   5.393 +    }
   5.394  
   5.395  %prep
   5.396      %setup -q -c
   5.397 @@ -387,6 +403,8 @@
   5.398      %setup -q -T -D -a 33
   5.399      %setup -q -T -D -a 34
   5.400      %setup -q -T -D -a 35
   5.401 +    %setup -q -T -D -a 36
   5.402 +    %setup -q -T -D -a 37
   5.403      %patch -p0
   5.404  
   5.405  %build
   5.406 @@ -426,20 +444,22 @@
   5.407      %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
   5.408      %{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
   5.409      %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
   5.410 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
   5.411  %if "%{with_pam}" == "yes"
   5.412      export CC="%{l_cc}"
   5.413      export CFLAGS="%{l_cflags} -I`%{l_rc} --query pam_incdir`"
   5.414      export CPPFLAGS="%{l_cppflags} -I`%{l_rc} --query pam_incdir`"
   5.415      export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`"
   5.416 -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
   5.417 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
   5.418  %endif
   5.419 -    %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
   5.420      %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
   5.421      %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
   5.422      %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
   5.423      %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
   5.424      %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
   5.425      %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
   5.426 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE36} configure build install
   5.427 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE37} configure build install
   5.428      %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   5.429      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
   5.430  

mercurial