%global pypi_name simpleaudio %global pypi_description The simpleaudio module provides asynchronous, cross-platform, \ dependency-free audio playback capability for Python 3. Name: python-%{pypi_name} Summary: Simple, asynchronous audio playback module for Python 3 License: MIT Version: 1.0.4 Release: 8%{?dist} URL: https://github.com/hamiltron/py-simple-audio Source0: %pypi_source BuildRequires: alsa-lib-devel BuildRequires: gcc BuildRequires: python3-devel >= 3.3 BuildRequires: python3-setuptools %description %{pypi_description} %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %{pypi_description} %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE.txt %{python3_sitearch}/%{pypi_name}/ %{python3_sitearch}/%{pypi_name}-*.egg-info/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 1.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.0.4-7 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.0.4-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 11 2020 Artur Iwicki - 1.0.4-1 - Initial packaging