generated from demus/python3-rpm-template
Build and provide rpm of python-azure-monitor-ingestion / rpmbuild (release) Successful in 1m6s
56 lines
1.3 KiB
RPMSpec
56 lines
1.3 KiB
RPMSpec
Name: python-azure-monitor-ingestion
|
|
Version: 1.0.4
|
|
Release: %autorelease
|
|
# Fill in the actual package summary to submit package to Fedora
|
|
Summary: Microsoft Azure Monitor Ingestion Client Library for Python
|
|
|
|
# Check if the automatically generated License and its spelling is correct for Fedora
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
|
License: MIT
|
|
URL: https://github.com/Azure/azure-sdk-for-python
|
|
Source: %{pypi_source azure-monitor-ingestion}
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
# Fill in the actual package description to submit package to Fedora
|
|
%global _description %{expand:
|
|
This is package 'azure-monitor-ingestion' generated automatically by pyp2spec.}
|
|
|
|
%description %_description
|
|
|
|
%package -n python3-azure-monitor-ingestion
|
|
Summary: %{summary}
|
|
|
|
%description -n python3-azure-monitor-ingestion %_description
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n azure-monitor-ingestion-%{version}
|
|
|
|
|
|
%generate_buildrequires
|
|
%pyproject_buildrequires
|
|
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
|
|
%install
|
|
%pyproject_install
|
|
# Add top-level Python module names here as arguments, you can use globs
|
|
%pyproject_save_files -l azure
|
|
|
|
|
|
%check
|
|
%pyproject_check_import
|
|
|
|
|
|
%files -n python3-azure-monitor-ingestion -f %{pyproject_files}
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|