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