## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-sounddevice Version: 0.5.3 Release: %autorelease Summary: Play and record sound with Python License: MIT URL: https://github.com/spatialaudio/python-sounddevice Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: portaudio %global _description %{expand: Play and record sound with Python.} %description %_description %package -n python3-sounddevice Summary: %{summary} %description -n python3-sounddevice %_description %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l sounddevice _sounddevice %check %pyproject_check_import %files -n python3-sounddevice -f %{pyproject_files} %doc README.rst %changelog ## START: Generated by rpmautospec * Sat Jan 17 2026 Fedora Release Engineering - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Mon Jan 05 2026 W. Michael Petullo - 0.5.3-1 - Initial import (fedora#2422137) ## END: Generated by rpmautospec