1
0
forked from pool/perl-Net-SNMP

Accepting request 138177 from devel:languages:perl

- buildrequire netcfg for the test suite (forwarded request 138175 from coolo)

OBS-URL: https://build.opensuse.org/request/show/138177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-SNMP?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2012-10-16 05:17:59 +00:00 committed by Git OBS Bridge
commit 10f35b0213
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 15 10:44:56 UTC 2012 - coolo@suse.com
- buildrequire netcfg for the test suite
-------------------------------------------------------------------
Fri Nov 18 11:07:51 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Net-SNMP
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,24 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Net-SNMP
%define cpan_name Net-SNMP
Summary: Object oriented interface to SNMP
Version: 6.0.1
Release: 2
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 6.0.1
Release: 0
Url: http://search.cpan.org/dist/Net-SNMP/
#Source: http://www.cpan.org/modules/by-module/Net/Net-SNMP-v%{version}.tar.gz
Source: %{cpan_name}-v%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
# MANUAL
BuildRequires: netcfg
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Carp)
BuildRequires: perl(Crypt::DES) >= 2.03
@ -43,6 +42,7 @@ BuildRequires: perl(Digest::SHA1) >= 1.02
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Socket6) >= 0.23
Requires: perl(Carp)
Requires: perl(Crypt::DES) >= 2.03