Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 821bc5f06198806f0938c4a68e47d2e1 > files > 2

perl-SNMP-Map-1.10.0-2.mga3.src.rpm

%define upstream_name    SNMP-Map
%define upstream_version 1.01

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

Summary:    Tool for drawing network map
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SNMP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(GraphViz)
BuildRequires: perl(Net::SNMP)
BuildArch: noarch

%description
The SNMP::Map module is used for drawing network map of hosts which support
SNMP. Spanning Tree root switch can be distinguished by its position and
color. Module provides switches and ports on the picture linked by each
other.You can get various information about switch and its link. Image map
file is also available. So, it can be used to create javascript for
popuping additional info.

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

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

%make

%check
%make test

%install
%makeinstall_std

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




%changelog

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

* Thu Nov 17 2011 kharec <kharec> 1.10.0-1.mga2
+ Revision: 168589
- imported package perl-SNMP-Map