## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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-pulsectl-asyncio Version: 1.3.2 Release: %{autorelease} Summary: Asyncio frontend for the pulsectl Python bindings of libpulse License: MIT URL: https://github.com/mhthies/pulsectl-asyncio Source0: %{pypi_source pulsectl_asyncio} BuildArch: noarch BuildRequires: /usr/bin/paplay BuildRequires: /usr/bin/pulseaudio BuildRequires: pulseaudio-libs BuildRequires: python3-devel %global _description %{expand: A Python 3 asyncio interface on top of the pulsectl library for monitoring and controlling the PulseAudio sound server.} %description %_description %package -n python3-pulsectl-asyncio Summary: %{summary} %description -n python3-pulsectl-asyncio %_description %prep %autosetup -p1 -n pulsectl_asyncio-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l pulsectl_asyncio %check %{py3_test_envvars} %{python3} -m unittest discover %pyproject_check_import %files -n python3-pulsectl-asyncio -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Mon Jun 29 2026 Peter Oliver - 1.3.2-2 - Run all tests. * Sat Jun 27 2026 Packit - 1.3.2-1 - Update to 1.3.2 upstream release - Resolves: rhbz#2493892 * Wed Jun 24 2026 Peter Oliver - 1.3.1-2 - RPMAUTOSPEC: unresolvable merge ## END: Generated by rpmautospec