Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aea556cafa | ||
|
|
9e49097e46 | ||
|
|
4374960c19 | ||
|
|
d8c53fd7ee | ||
|
|
e4852ddeaf |
2 changed files with 26 additions and 9 deletions
|
|
@ -1,21 +1,24 @@
|
||||||
%define baseversion 1.2.14
|
%define baseversion 1.2.15
|
||||||
#define fixversion .2
|
%define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
|
%global utils_patch 0
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||||
#Patch1: alsa-utils-git.patch
|
|
||||||
Source4: alsaunmute
|
Source4: alsaunmute
|
||||||
Source5: alsaunmute.1
|
Source5: alsaunmute.1
|
||||||
Source11: alsactl.conf
|
Source11: alsactl.conf
|
||||||
Source20: alsa-restore.service
|
Source20: alsa-restore.service
|
||||||
Source22: alsa-state.service
|
Source22: alsa-state.service
|
||||||
#Patch1: alsa-git.patch
|
%if %{utils_patch}
|
||||||
|
Patch1: alsa-git.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
@ -63,7 +66,9 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%if %{utils_patch}
|
||||||
%patch -P1 -p1 -b .alsa-git
|
%patch -P1 -p1 -b .alsa-git
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
@ -117,9 +122,11 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||||
#{_unitdir}/sound.target.wants/*
|
#{_unitdir}/sound.target.wants/*
|
||||||
%{alsacfgdir}/init/*
|
%{alsacfgdir}/init/*
|
||||||
%{_bindir}/aconnect
|
%{_bindir}/aconnect
|
||||||
|
%{_sbindir}/alsactl
|
||||||
%{_bindir}/alsaloop
|
%{_bindir}/alsaloop
|
||||||
%{_bindir}/alsamixer
|
%{_bindir}/alsamixer
|
||||||
%{_bindir}/alsaunmute
|
%{_bindir}/alsaunmute
|
||||||
|
%{_sbindir}/alsa-info.sh
|
||||||
%{_bindir}/amidi
|
%{_bindir}/amidi
|
||||||
%{_bindir}/amixer
|
%{_bindir}/amixer
|
||||||
%{_bindir}/aplay
|
%{_bindir}/aplay
|
||||||
|
|
@ -133,10 +140,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||||
%{_bindir}/aseqsend
|
%{_bindir}/aseqsend
|
||||||
%{_bindir}/axfer
|
%{_bindir}/axfer
|
||||||
%{_bindir}/iecset
|
%{_bindir}/iecset
|
||||||
%{_bindir}/speaker-test
|
|
||||||
%{_bindir}/nhlt-dmic-info
|
%{_bindir}/nhlt-dmic-info
|
||||||
%{_sbindir}/*
|
%{_bindir}/speaker-test
|
||||||
%exclude %{_sbindir}/alsabat-test.sh
|
|
||||||
%{_datadir}/alsa/
|
%{_datadir}/alsa/
|
||||||
%{_datadir}/sounds/*
|
%{_datadir}/sounds/*
|
||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
@ -206,6 +211,18 @@ fi
|
||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 8 2026 Jaroslav Kysela <perex@perex.cz> - 1.2.15.2-1
|
||||||
|
* Updated to 1.2.15.2
|
||||||
|
|
||||||
|
* Thu Jan 1 2026 Jaroslav Kysela <perex@perex.cz> - 1.2.15.1-3
|
||||||
|
* Apply fix to alsactl (card detection issue)
|
||||||
|
|
||||||
|
* Fri Dec 19 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.15.1-1
|
||||||
|
* Updated to 1.2.15.1
|
||||||
|
|
||||||
|
* Mon Dec 8 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.15-2
|
||||||
|
* Updated to 1.2.15
|
||||||
|
|
||||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-2
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (alsa-utils-1.2.14.tar.bz2) = dd470a2f5210822cc4d3ded094b84721a07904df5c32dd329e0cb4c052d39e3e6d7ddb511cde2d23b3f6824c71fba9dbdca369355d5c03b234e989dbbb9b7a95
|
SHA512 (alsa-utils-1.2.15.2.tar.bz2) = 13ca15a63bcbf81a4643ef03e391200d7523335bc300e290756089c4cfeccb9773cf6b77f9fcf4b80e6aa2e8c5e33a2c86c9173f1feb480aedf5ecda0f7c47cd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue