1
0
forked from pool/perl-Net-SNMP

Accepting request 138175 from home:coolo:branches:openSUSE:Factory

- buildrequire netcfg for the test suite

OBS-URL: https://build.opensuse.org/request/show/138175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SNMP?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2012-10-15 10:54:48 +00:00 committed by Git OBS Bridge
parent 0e22f7d9a8
commit 0582671dc9
2 changed files with 12 additions and 7 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 Fri Nov 18 11:07:51 UTC 2011 - coolo@suse.com

View File

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