Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dd34d8d47 | ||
|
|
8fce08c240 | ||
|
|
0d2d02d5f2 | ||
|
|
fda213b435 |
2 changed files with 18 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
%define baseversion 1.2.8
|
||||
%define baseversion 1.2.11
|
||||
#define fixversion .2
|
||||
%global _hardened_build 1
|
||||
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: %{baseversion}%{?fixversion}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||
Patch1: alsa-utils-git.patch
|
||||
|
|
@ -62,7 +62,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch1 -p1 -b .alsa-git
|
||||
%patch -P 1 -p1 -b .alsa-git
|
||||
|
||||
%build
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
||||
|
|
@ -128,6 +128,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||
%{_bindir}/axfer
|
||||
%{_bindir}/iecset
|
||||
%{_bindir}/speaker-test
|
||||
%{_bindir}/nhlt-dmic-info
|
||||
%{_sbindir}/*
|
||||
%exclude %{_sbindir}/alsabat-test.sh
|
||||
%{_datadir}/alsa/
|
||||
|
|
@ -152,6 +153,7 @@ 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}/
|
||||
|
|
@ -195,6 +197,17 @@ fi
|
|||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.11-1
|
||||
* Updated to 1.2.11
|
||||
|
||||
* Mon Sep 4 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
||||
- Updated to 1.2.10
|
||||
- Add nhlt-dmic-info utility
|
||||
- SPDX license
|
||||
|
||||
* Thu May 4 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alsa-utils-1.2.8.tar.bz2) = 882e6f67467596ed273bf554fcce87d8ef287806bbdabd6c103de4980981f9e2102fb3800c6e8628ee8e86ffb165c1c92f9370c8145f28a6cb7cca563942330b
|
||||
SHA512 (alsa-utils-1.2.11.tar.bz2) = 5ce76807b53357584bfb4ace5acfdac4db9168ffaf5cdd1e499738eec046c36112bf84a99970f66368063a9baf73bad93af2d439630572f3eba5c9321071172d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue