forked from pool/python-azure-mgmt-subscription
Accepting request 575920 from devel:languages:python
New azure sdk component OBS-URL: https://build.opensuse.org/request/show/575920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-subscription?expand=0&rev=1
This commit is contained in:
77
python-azure-mgmt-subscription.spec
Normal file
77
python-azure-mgmt-subscription.spec
Normal file
@@ -0,0 +1,77 @@
|
||||
#
|
||||
# spec file for package python-azure-mgmt-subscription
|
||||
#
|
||||
# Copyright (c) 2018 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
|
||||
# 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.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-azure-mgmt-subscription
|
||||
Version: 0.1.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Subscription Management Client Library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/Azure/azure-sdk-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-subscription/azure-mgmt-subscription-%{version}.zip
|
||||
Source1: LICENSE.txt
|
||||
Patch1: ams_drop-compatible-releases-operator.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
BuildRequires: %{python_module azure-mgmt-nspkg}
|
||||
BuildRequires: %{python_module azure-nspkg}
|
||||
Requires: python-azure-mgmt-nspkg
|
||||
Requires: python-azure-nspkg
|
||||
Requires: python-msrestazure >= 0.4.11
|
||||
Requires: python-msrestazure < 1.0.0
|
||||
Requires: python-azure-common >= 1.1
|
||||
Requires: python-azure-common < 2.0.0
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
This is the Microsoft Azure Subscription Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-mgmt-subscription-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-subscription-%{version}
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%{python_expand # delete common files
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc HISTORY.rst LICENSE.txt README.rst
|
||||
%{python_sitelib}/azure/mgmt/subscription
|
||||
%{python_sitelib}/azure_mgmt_subscription-*.egg-info
|
||||
%changelog
|
Reference in New Issue
Block a user