14
0
forked from pool/python-pysnmp

- Add GPL-2.0 license for the twisted backend

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=17
This commit is contained in:
Sascha Peilicke
2014-03-28 12:56:36 +00:00
committed by Git OBS Bridge
parent 49789ed0fa
commit 6bb741de81
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 28 12:55:52 UTC 2014 - speilicke@suse.com
- Add GPL-2.0 license for the twisted backend
-------------------------------------------------------------------
Sun Nov 24 20:56:12 UTC 2013 - p.drouand@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pysnmp
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -11,24 +11,25 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pysnmp
Version: 4.2.5
Release: 0
Url: http://pysnmp.sourceforge.net/
Summary: A pure-Python SNMPv1/v2c/v3 library
License: BSD-2-Clause
License: BSD-2-Clause and GPL-2.0
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pysnmp/pysnmp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-pycrypto
BuildRequires: python-pyasn1
Requires: python-pycrypto
BuildRequires: python-pycrypto
Requires: python-pyasn1
Requires: python-pycrypto
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%else
@@ -48,9 +49,9 @@ programming language:
* Twisted binding
%package utils
Group: Development/Tools/Other
Requires: python-pysnmp
Requires: python-pysnmp
Summary: Python-pysnmp libsmi utilities
Group: Development/Tools/Other
# Needed for build-pysnmp-mib
Requires: libsmi > 0.4.5