## 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 Name: tinyalsa Version: 2.0.0 Release: %autorelease Summary: A small library to interface with ALSA in the Linux kernel License: BSD-3-Clause URL: https://github.com/tinyalsa/tinyalsa Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc %description TinyALSA is a small library to interface with ALSA in the Linux kernel. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for applications that use %{name}. %prep %autosetup %conf %meson %build %meson_build %check %meson_test %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/tinycap %{_bindir}/tinymix %{_bindir}/tinypcminfo %{_bindir}/tinyplay %{_libdir}/libtinyalsa.so.* %{_mandir}/man1/tinycap.1* %{_mandir}/man1/tinymix.1* %{_mandir}/man1/tinypcminfo.1* %{_mandir}/man1/tinyplay.1* %files devel %{_includedir}/tinyalsa %{_libdir}/libtinyalsa.so %{_libdir}/pkgconfig/tinyalsa.pc %changelog ## START: Generated by rpmautospec * Fri Aug 28 2026 John Doe - 2.0.0-1 - Uncommitted changes ## END: Generated by rpmautospec