Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 62973537f5a2733cee61c834e5898b59 > files > 2

perl-NetworkInfo-Discovery-0.120.0-2.mga3.src.rpm

%define upstream_name    NetworkInfo-Discovery
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Register of network information
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/NetworkInfo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Net::Pcap)
BuildRequires: perl(Net::Traceroute)
BuildRequires: perl(NetPacket)
BuildArch: noarch

%description
NetworkInfo::Discovery is a set of modules that can be used to discover
network topology, interfaces on the network, and information about the
links between subnets. This information is brought together into
'NetworkInfo::Discovery::Register' where it can be examined and used to
build a unified map of the network. The network map is controlled from a
single location.

Host detection currently runs from a single location, but in the future
there will be support for having remote agents that contribute to the
central map.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

#%check
#%make test

%install
%makeinstall_std

%files
%doc Changes TODO README
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.120.0-2.mga3
+ Revision: 370988
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Nov 17 2011 kharec <kharec> 0.120.0-1.mga2
+ Revision: 168609
- imported package perl-NetworkInfo-Discovery