18
0
2016-03-13 21:24:44 +00:00
committed by Git OBS Bridge
parent c3bdc06ea5
commit c3e0134712
2 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ciscoconfparse
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,26 +13,27 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-ciscoconfparse
Version: 1.2.39
Release: 0
License: GPL-3.0
Summary: Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations
Url: http://www.pennington.net/py/ciscoconfparse/
License: GPL-3.0+
Group: Development/Languages/Python
Url: http://www.pennington.net/py/ciscoconfparse/
Source: https://pypi.python.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz
# PATCH-FIX-OPENSUSE skip-setuptools-hg-require.patch
Patch0: skip-setuptools-hg-require.patch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-ipaddr
BuildRequires: python-dnspython
BuildRequires: python-colorama
Requires: python-ipaddr
Requires: python-dnspython
BuildRequires: python-devel
BuildRequires: python-dnspython
BuildRequires: python-ipaddr
BuildRequires: python-setuptools
Requires: python-colorama
Requires: python-dnspython
Requires: python-ipaddr
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}