## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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: pamixer Version: 1.6 Release: %autorelease Summary: PulseAudio command line mixer License: GPL-3.0-or-later URL: https://github.com/cdemoulins/pamixer Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig(cxxopts) BuildRequires: pkgconfig(libpulse) # require *-static for header-only library BuildRequires: cxxopts-static %description Pamixer is like amixer but for PulseAudio. It can control the volume levels of the sinks. %prep %autosetup %build %meson %meson_build %install %meson_install %files %doc README.rst %license COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog ## START: Generated by rpmautospec * Thu Jul 18 2024 Fedora Release Engineering - 1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering - 1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 27 2023 Aleksei Bavshin - 1.6-1 - Initial import (#2179213) ## END: Generated by rpmautospec