%global srcname azure-mgmt-support Name: python-%{srcname} Version: 6.0.0 Release: 2%{?dist} Summary: Microsoft Azure Support Management Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ Source0: %{pypi_source %{srcname} %{version} zip} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Microsoft Azure Support Management Client Library for Python} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files azure %check %pyproject_check_import %files -n python3-%{srcname} -f %{pyproject_files} %doc README.md %changelog * Fri Jan 20 2023 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 31 2022 Roman Inflianskas - 6.0.0-1 - Initial package