Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37531984
en ru br
ALT Linux repos
S:0.22-alt2
5.0: 0.10-alt1.1

Group :: Development/Perl
RPM: perl-Socket-GetAddrInfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Socket-GetAddrInfo
Name: perl-%dist
Version: 0.22
Release: alt1

Summary: RFC 2553's getaddrinfo and getnameinfo functions
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar.gz

BuildArch: noarch

# Perl core's Socket now contains getaddrinfo

Requires: perl-base >= 1:5.14
BuildRequires: perl-base >= 1:5.14

# Automatically added by buildreq on Sat Oct 08 2011

BuildRequires: perl-Module-Build perl-Test-Pod

%description
The RFC 2553 functions "getaddrinfo" and "getnameinfo" provide an
abstracted way to convert between a pair of host name/service name and
socket addresses, or vice versa. "getaddrinfo" converts names into a set
of arguments to pass to the "socket()" and "connect()" syscalls, and
"getnameinfo" converts a socket address back into its host name/service
name pair.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Socket

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin