Blame python-azure-mgmt-sqlvirtualmachine.spec

5aa30f3
%global         srcname     azure-mgmt-sqlvirtualmachine
5aa30f3
5aa30f3
Name:           python-%{srcname}
5aa30f3
Version:        0.5.0
5aa30f3
Release:        1%{?dist}
5aa30f3
Summary:        Microsoft Azure SQL Virtual Machine Management Client Library for Python
5aa30f3
License:        MIT
5aa30f3
URL:            https://pypi.org/project/%{srcname}/
5aa30f3
Source0:        %{pypi_source %{srcname} %{version} zip}
5aa30f3
5aa30f3
BuildArch:      noarch
5aa30f3
5aa30f3
Obsoletes:      python-azure-sdk < 5.0.1
5aa30f3
5aa30f3
BuildRequires:  python%{python3_pkgversion}-devel
5aa30f3
BuildRequires:  pyproject-rpm-macros
5aa30f3
5aa30f3
5aa30f3
%global _description %{expand:
5aa30f3
Microsoft Azure SQL Virtual Machine Management Client Library for Python}
5aa30f3
5aa30f3
%description %{_description}
5aa30f3
5aa30f3
5aa30f3
%package -n python%{python3_pkgversion}-%{srcname}
5aa30f3
Summary:        %{summary}
5aa30f3
5aa30f3
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
5aa30f3
5aa30f3
5aa30f3
%prep
5aa30f3
%autosetup -n %{srcname}-%{version}
5aa30f3
5aa30f3
5aa30f3
%generate_buildrequires
5aa30f3
%pyproject_buildrequires -r
5aa30f3
5aa30f3
5aa30f3
%build
5aa30f3
%pyproject_wheel
5aa30f3
5aa30f3
5aa30f3
%install
5aa30f3
%pyproject_install
5aa30f3
%pyproject_save_files azure
5aa30f3
5aa30f3
5aa30f3
%files -n python3-%{srcname} -f %{pyproject_files}
5aa30f3
%doc README.rst
5aa30f3
5aa30f3
5aa30f3
%changelog
5aa30f3
* Tue Jun 01 2021 Major Hayden <major@mhtx.net> - 0.5.0-1
5aa30f3
- First package.