2017-09-27 13:57:55 +02:00
|
|
|
#
|
|
|
|
# spec file for package azure-cli-core
|
|
|
|
#
|
2019-03-03 22:12:47 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-09-27 13:57:55 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# 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.
|
|
|
|
|
2018-10-11 11:54:01 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-09-27 13:57:55 +02:00
|
|
|
#
|
|
|
|
|
2018-02-09 20:21:06 +01:00
|
|
|
|
2017-09-27 13:57:55 +02:00
|
|
|
Name: azure-cli-core
|
2019-04-18 03:07:05 +02:00
|
|
|
Version: 2.0.58
|
2017-09-27 13:57:55 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Microsoft Azure CLI Core Module
|
|
|
|
License: MIT
|
|
|
|
Group: System/Management
|
|
|
|
Url: https://github.com/Azure/azure-cli
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
|
|
|
|
Source1: LICENSE.txt
|
2019-04-18 03:07:05 +02:00
|
|
|
Patch: acc_relax-requires-versions.patch
|
2018-02-09 20:21:06 +01:00
|
|
|
BuildRequires: azure-cli-nspkg
|
2019-04-18 03:07:05 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python3-azure-nspkg >= 3.0.0
|
2017-09-27 13:57:55 +02:00
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
Requires: azure-cli-nspkg
|
2018-10-11 11:54:01 +02:00
|
|
|
Requires: azure-cli-telemetry
|
2018-02-09 20:21:06 +01:00
|
|
|
Requires: python3-PyJWT
|
2019-04-18 03:07:05 +02:00
|
|
|
Requires: python3-PyYAML >= 4.2b1
|
|
|
|
Requires: python3-adal >= 1.2.0
|
2017-09-27 13:57:55 +02:00
|
|
|
Requires: python3-argcomplete >= 1.8.0
|
2019-04-18 03:07:05 +02:00
|
|
|
Requires: python3-azure-mgmt-resource >= 2.1.0
|
|
|
|
Requires: python3-azure-nspkg >= 3.0.0
|
2018-02-09 20:21:06 +01:00
|
|
|
Requires: python3-colorama >= 0.3.9
|
|
|
|
Requires: python3-humanfriendly >= 4.7
|
2017-10-02 14:17:18 +02:00
|
|
|
Requires: python3-jmespath
|
2019-04-18 03:07:05 +02:00
|
|
|
Requires: python3-knack >= 0.5.1
|
2017-09-27 13:57:55 +02:00
|
|
|
Requires: python3-msrest >= 0.4.4
|
2018-04-23 15:05:14 +02:00
|
|
|
Requires: python3-msrestazure >= 0.4.25
|
2018-10-11 11:54:01 +02:00
|
|
|
Requires: python3-paramiko >= 2.0.8
|
2017-10-02 14:17:18 +02:00
|
|
|
Requires: python3-pip
|
2018-10-11 11:54:01 +02:00
|
|
|
Requires: python3-pyOpenSSL >= 17.1.0
|
2018-02-09 20:21:06 +01:00
|
|
|
Requires: python3-pygments
|
2019-04-18 03:07:05 +02:00
|
|
|
Requires: python3-requests >= 2.20.0
|
2017-10-02 14:17:18 +02:00
|
|
|
Requires: python3-six
|
2017-09-27 13:57:55 +02:00
|
|
|
Requires: python3-tabulate >= 0.7.7
|
2018-10-11 11:54:01 +02:00
|
|
|
Requires: python3-wheel >= 0.30.0
|
|
|
|
%if %{python3_version_nodots} < 34
|
|
|
|
Requires: python-enum34 >= 1.0.4
|
|
|
|
%endif
|
2017-09-27 13:57:55 +02:00
|
|
|
Conflicts: azure-cli < 2.0.0
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Microsoft Azure CLI Core Module
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n azure-cli-core-%{version}
|
2019-04-18 03:07:05 +02:00
|
|
|
%patch -p1
|
2017-09-27 13:57:55 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
|
|
|
python3 setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib}
|
2019-04-18 03:07:05 +02:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2017-10-04 13:54:18 +02:00
|
|
|
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
|
|
|
|
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
|
|
|
|
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
|
|
|
|
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__
|
2017-09-27 13:57:55 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2018-04-23 15:05:14 +02:00
|
|
|
%doc HISTORY.rst README.rst
|
|
|
|
%license LICENSE.txt
|
2017-10-04 13:54:18 +02:00
|
|
|
%{python3_sitelib}/azure/cli/core
|
|
|
|
%{python3_sitelib}/azure_cli_core-*.egg-info
|
2018-02-09 20:21:06 +01:00
|
|
|
|
2017-09-27 13:57:55 +02:00
|
|
|
%changelog
|