]> git.pld-linux.org Git - packages/perl-Net-SNMP.git/blame - perl-Net-SNMP.spec
- fixed perl-devel BR
[packages/perl-Net-SNMP.git] / perl-Net-SNMP.spec
CommitLineData
74f301e9 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
26729da3 5%include /usr/lib/rpm/macros.perl
43b4b25a 6%define pdir Net
7%define pnam SNMP
104294bf 8Summary: Net::SNMP - object oriented interface to SNMP
9Summary(pl): Net::SNMP - zorientowany obiektowo interfejs do SNMP
20864664 10Name: perl-Net-SNMP
27bd6861
AG
11Version: 4.1.2
12Release: 1
104294bf 13# same as perl
14License: GPL or Artistic
20864664 15Group: Development/Languages/Perl
92adfffe 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
27bd6861 17# Source0-md5: e6b761db6115b0b1fe5446e220abaa4a
ed550a8c 18BuildRequires: perl-devel >= 1:5.8.0
20864664
AM
19BuildRequires: perl-Crypt-DES >= 2.0.3
20BuildRequires: perl-Digest-HMAC
21BuildRequires: perl-Digest-SHA1
a1108a54 22BuildRequires: rpm-perlprov >= 4.1-13
432f7420 23Requires: perl-Crypt-DES >= 2.0.3
20864664
AM
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
104294bf 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.
20864664
AM
35
36%description -l pl
104294bf 37