## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 %global debug_package %{nil} Name: alsa-ucm-conf Version: 1.2.16.1 Release: %autorelease Summary: Alsa UCM configuration files License: BSD-3-Clause URL: https://alsa-project.org Source0: https://www.alsa-project.org/files/pub/lib/%{name}-%{version}.tar.bz2 Source1: https://www.alsa-project.org/files/pub/lib/%{name}-%{version}.tar.bz2.sig Source2: https://www.alsa-project.org/files/pub/gpg-release-key-v1.txt %description This package contains ALSA UCM (Use Case Manager) configuration of audio input/output names and routing for specific audio hardware. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build %install mkdir -p %{buildroot}%{_datadir}/alsa cp -a ucm %{buildroot}%{_datadir}/alsa/ cp -a ucm2 %{buildroot}%{_datadir}/alsa/ %files %license LICENSE %doc README.md %{_datadir}/alsa %changelog ## START: Generated by rpmautospec * Mon Sep 07 2026 John Doe - 1.2.16.1-1 - Uncommitted changes ## END: Generated by rpmautospec