|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%define baseversion 1.2.12
|
|
|
|
|
%define baseversion 1.2.9
|
|
|
|
|
#define fixversion .2
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
@ -6,10 +6,10 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
|
|
|
|
Name: alsa-utils
|
|
|
|
|
Version: %{baseversion}%{?fixversion}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.alsa-project.org/
|
|
|
|
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
|
|
|
|
#Patch1: alsa-utils-git.patch
|
|
|
|
|
Patch1: alsa-utils-git.patch
|
|
|
|
|
Source4: alsaunmute
|
|
|
|
|
Source5: alsaunmute.1
|
|
|
|
|
Source10: alsa.rules
|
|
|
|
@ -18,7 +18,6 @@ Source20: alsa-restore.service
|
|
|
|
|
Source22: alsa-state.service
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRequires: alsa-lib-devel >= %{baseversion}
|
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
@ -31,7 +30,9 @@ Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
# use latest alsa-lib - the executables in this package requires latest API
|
|
|
|
|
Requires: alsa-lib%{?_isa} >= %{baseversion}
|
|
|
|
|
%ifnarch s390x
|
|
|
|
|
Requires: alsa-ucm >= %{baseversion}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package contains command line utilities for the Advanced Linux Sound
|
|
|
|
@ -63,10 +64,9 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
#patch -P 1 -p1 -b .alsa-git
|
|
|
|
|
%patch1 -p1 -b .alsa-git
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -vif
|
|
|
|
|
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
|
|
|
|
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
|
|
|
|
|
--with-systemdsystemunitdir=%{_unitdir}
|
|
|
|
@ -127,11 +127,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|
|
|
|
%{_bindir}/arecordmidi
|
|
|
|
|
%{_bindir}/aseqdump
|
|
|
|
|
%{_bindir}/aseqnet
|
|
|
|
|
%{_bindir}/aseqsend
|
|
|
|
|
%{_bindir}/axfer
|
|
|
|
|
%{_bindir}/iecset
|
|
|
|
|
%{_bindir}/speaker-test
|
|
|
|
|
%{_bindir}/nhlt-dmic-info
|
|
|
|
|
%{_sbindir}/*
|
|
|
|
|
%exclude %{_sbindir}/alsabat-test.sh
|
|
|
|
|
%{_datadir}/alsa/
|
|
|
|
@ -149,7 +147,6 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|
|
|
|
%{_mandir}/man1/arecordmidi.1.gz
|
|
|
|
|
%{_mandir}/man1/aseqdump.1.gz
|
|
|
|
|
%{_mandir}/man1/aseqnet.1.gz
|
|
|
|
|
%{_mandir}/man1/aseqsend.1.gz
|
|
|
|
|
%{_mandir}/man1/axfer.1.gz
|
|
|
|
|
%{_mandir}/man1/axfer-list.1.gz
|
|
|
|
|
%{_mandir}/man1/axfer-transfer.1.gz
|
|
|
|
@ -157,7 +154,6 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|
|
|
|
%{_mandir}/man1/speaker-test.1.gz
|
|
|
|
|
%{_mandir}/man1/aconnect.1.gz
|
|
|
|
|
%{_mandir}/man1/alsa-info.sh.1.gz
|
|
|
|
|
%{_mandir}/man1/nhlt-dmic-info.1.gz
|
|
|
|
|
|
|
|
|
|
%dir /etc/alsa/
|
|
|
|
|
%dir %{alsacfgdir}/
|
|
|
|
@ -201,69 +197,30 @@ fi
|
|
|
|
|
%systemd_postun_with_restart alsa-state.service
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 4 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1
|
|
|
|
|
* Updated to 1.2.12
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.11-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.11-1
|
|
|
|
|
* Updated to 1.2.11
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 1 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
|
|
|
|
* Updated to 1.2.10
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 6 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-3
|
|
|
|
|
* SPDX license
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-2
|
|
|
|
|
* Add nhlt-dmic-info utility
|
|
|
|
|
|
|
|
|
|
* Thu May 4 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
|
|
|
|
|
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
|
|
|
|
|
* Updated to 1.2.9
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 24 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
|
|
|
|
|
* Tue Oct 25 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
|
|
|
|
|
* Updated to 1.2.8
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
|
|
|
|
|
* Fri Jul 8 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
|
|
|
|
|
* Updated to 1.2.7
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 6 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
|
|
|
|
|
* Mon Dec 20 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
|
|
|
|
|
* Updated to 1.2.6
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Tue Aug 10 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-3
|
|
|
|
|
* Fixes for 1.2.5.1
|
|
|
|
|
|
|
|
|
|
* Mon Jun 14 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1
|
|
|
|
|
* Updated to 1.2.5.1
|
|
|
|
|
|
|
|
|
|
* Thu Jun 3 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-3
|
|
|
|
|
* Fixes for 1.2.5 (alsactl)
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5.1-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon May 31 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-2
|
|
|
|
|
* Updated to 1.2.5
|
|
|
|
|
* Mon Aug 9 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1
|
|
|
|
|
* Updated to 1.2.5.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-3
|
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|