ppisar pushed to perl-SNMP-Info (master). "3.28 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 25 13:32:12 UTC 2015


From a664ee92e2746c5f93b5180a1cc6407290bc37fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 25 Jun 2015 15:31:41 +0200
Subject: 3.28 bump


diff --git a/.gitignore b/.gitignore
index 407802d..61b4c26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /SNMP-Info-3.22.tar.gz
 /SNMP-Info-3.23.tar.gz
 /SNMP-Info-3.24.tar.gz
+/SNMP-Info-3.28.tar.gz
diff --git a/perl-SNMP-Info.spec b/perl-SNMP-Info.spec
index 09ce081..0e0d45f 100644
--- a/perl-SNMP-Info.spec
+++ b/perl-SNMP-Info.spec
@@ -1,16 +1,45 @@
 Name:           perl-SNMP-Info
-Version:        3.24
-Release:        3%{?dist}
+Version:        3.28
+Release:        1%{?dist}
 Summary:        Object Oriented Perl5 Interface to Network devices and MIBs through SNMP
 License:        BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/SNMP-Info/
 Source0:        http://search.cpan.org/CPAN/authors/id/O/OL/OLIVER/SNMP-Info-%{version}.tar.gz
 BuildArch:      noarch
+# %{_bindir}/pod2text not used
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+# Class::ISA not used at tests
+# constant not used at tests
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+# Module::Info not used at tests
+# Module::Load not used at tests
+# PPI not used at tests
 BuildRequires:  perl(SNMP)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(vars)
+# Tests:
+# File::Glob not used
+# File::Slurp not used
+# FindBin not used
+# Getopt::Long not used
+# lib not used
+# Pod::Usage not used
+# Test::MockObject::Extends not used
+BuildRequires:  perl(Test::More)
+# Optional tests:
+# Data::Printer not used
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 SNMP::Info gives an object oriented interface to information obtained
@@ -23,14 +52,12 @@ through SNMP.
 /usr/bin/iconv -f iso8859-1 -t utf-8 Info.pm > Info.pm.conv && /bin/mv -f Info.pm.conv Info.pm
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -43,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 25 2015 Petr Pisar <ppisar at redhat.com> - 3.28-1
+- 3.28 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9ff2014..21a5178 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52cb8d9999674c653948ee577e3eb3a6  SNMP-Info-3.24.tar.gz
+5ab95c0a01aad961e4a8e2869391f20e  SNMP-Info-3.28.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-SNMP-Info.git/commit/?h=master&id=a664ee92e2746c5f93b5180a1cc6407290bc37fe


More information about the perl-devel mailing list