forked from pool/perl-Net-SNMP
Compare commits
12 Commits
63f4d48424
...
10f35b0213
Author | SHA256 | Date | |
---|---|---|---|
|
10f35b0213 | ||
|
0582671dc9 | ||
|
ea7ea87edd | ||
|
3c79225d24 | ||
|
0e22f7d9a8 | ||
|
d4d987032c | ||
|
9f9040d235 | ||
|
ef45171c82 | ||
|
08e708afa4 | ||
|
c5ee22a0fa | ||
|
a99df06738 | ||
|
a500f4a351 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01f4d77319fc7150a675429e053ee79e0e679f938a11981fec39d60273377aef
|
||||
size 72971
|
BIN
Net-SNMP-v6.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
Net-SNMP-v6.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 06:55:40 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-SNMP (Version 6.0.1)
|
||||
# spec file for package perl-Net-SNMP
|
||||
#
|
||||
# Copyright (c) 2010 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,26 +15,24 @@
|
||||
# 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: 1
|
||||
License: GPL+ or Artistic
|
||||
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.bz2
|
||||
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)
|
||||
%if 0%{?suse_version} < 1120
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Crypt::DES) >= 2.03
|
||||
BuildRequires: perl(Crypt::Rijndael) >= 1.02
|
||||
@@ -44,8 +42,8 @@ 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
|
||||
%{perl_requires}
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Crypt::DES) >= 2.03
|
||||
Requires: perl(Crypt::Rijndael) >= 1.02
|
||||
|
Reference in New Issue
Block a user