packages: perl-Net-SNMP/perl-Net-SNMP.spec - updated to 5.2.0
amateja
amateja at pld-linux.org
Fri Aug 28 10:10:17 CEST 2009
Author: amateja Date: Fri Aug 28 08:10:17 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 5.2.0
---- Files affected:
packages/perl-Net-SNMP:
perl-Net-SNMP.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: packages/perl-Net-SNMP/perl-Net-SNMP.spec
diff -u packages/perl-Net-SNMP/perl-Net-SNMP.spec:1.36 packages/perl-Net-SNMP/perl-Net-SNMP.spec:1.37
--- packages/perl-Net-SNMP/perl-Net-SNMP.spec:1.36 Mon Jul 28 00:53:29 2008
+++ packages/perl-Net-SNMP/perl-Net-SNMP.spec Fri Aug 28 10:10:12 2009
@@ -9,18 +9,18 @@
Summary: Net::SNMP - object oriented interface to SNMP
Summary(pl.UTF-8): Net::SNMP - zorientowany obiektowo interfejs do SNMP
Name: perl-Net-SNMP
-Version: 5.0.1
-Release: 2
+Version: 5.2.0
+Release: 1
# same as perl
License: GPL or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 840e17ee75a68cad98c53a54d65b8751
+# Source0-md5: 0e717723f843ab22a93248833f3ebff7
Patch0: %{name}-kill_vstring.patch
-BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: perl-Crypt-DES >= 2.0.3
BuildRequires: perl-Digest-HMAC
BuildRequires: perl-Digest-SHA1
+BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
Requires: perl-Crypt-DES >= 2.0.3
BuildArch: noarch
@@ -31,10 +31,10 @@
%description
The Net::SNMP Perl module implements an object oriented interface to
-the Simple Network Management Protocol. Perl applications can use the
+the Simple Network Management Protocol. Perl applications can use the
module to retrieve or update information on a remote host using the
-SNMP protocol. The module supports SNMP version-1, SNMP version-2c
-(Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
+SNMP protocol. The module supports SNMP version-1, SNMP version-2c
+(Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
assumes that the user has a basic understanding of the Simple Network
Management Protocol and related network management concepts.
@@ -65,23 +65,30 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README* Changes
+%doc README Changes
%attr(755,root,root) %{_bindir}/*
%{perl_vendorlib}/Net/*.pm
%{perl_vendorlib}/Net/SNMP
%{_mandir}/man?/*
+%{_examplesdir}/%{name}-%{version}
-%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2009/08/28 08:10:12 amateja
+- updated to 5.2.0
+
Revision 1.36 2008/07/27 22:53:29 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-SNMP/perl-Net-SNMP.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list