]> git.pld-linux.org Git - packages/perl-Net-SNMP.git/blame_incremental - perl-Net-SNMP.spec
- s/v2.0.2/2.0.2/
[packages/perl-Net-SNMP.git] / perl-Net-SNMP.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Net
7%define pnam SNMP
8Summary: Net::SNMP - object oriented interface to SNMP
9Summary(pl): Net::SNMP - zorientowany obiektowo interfejs do SNMP
10Name: perl-Net-SNMP
11Version: 4.1.2
12Release: 2
13# same as perl
14License: GPL or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: e6b761db6115b0b1fe5446e220abaa4a
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: perl-Crypt-DES >= 2.0.3
20BuildRequires: perl-Digest-HMAC
21BuildRequires: perl-Digest-SHA1
22BuildRequires: rpm-perlprov >= 4.1-13
23Requires: perl-Crypt-DES >= 2.0.3
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28The Net::SNMP Perl module implements an object oriented interface to
29the Simple Network Management Protocol. Perl applications can use the
30module to retrieve or update information on a remote host using the
31SNMP protocol. The module supports SNMP version-1, SNMP version-2c
32(Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
33assumes that the user has a basic understanding of the Simple Network
34Management Protocol and related network management concepts.
35
36%description -l pl
37