%perl_module Net-SNMP 4.1.2 9 Summary: Object oriented interface to SNMP. Group: Development/Libraries License: distributable URL: http://search.cpan.org/~dtown/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildArch: noarch BuildRequires: perl >= 0:5.00503 BuildRequires: perl-Digest-HMAC BuildRequires: perl(Crypt::DES) >= 2.03 %description The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNMP agent or manager. Once an object is created, it can be used to perform the basic protocol exchange actions defined by SNMP. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/Net/SNMP.pm %{perl_vendorlib}/Net/SNMP %{perl_man3dir}/Net::SNMP*.3pm* %{perl_bin}/snmpkey %{perl_man1dir}/snmpkey.1* %changelog * Tue Oct 14 2003 Axel Thimm - Update to 4.1.2. * Tue Apr 8 2003 Axel Thimm - Adapt to new macros (rewritten specfile). * Tue Oct 15 2002 root - initial packaging based on perl-Net-DNS by Chip Turner