import CS alsa-utils-1.2.10-1.el9
This commit is contained in:
parent
e75689e903
commit
8340de7bfd
@ -1 +1 @@
|
||||
58425100d7a0ee83c8d50463b484f650345b269f SOURCES/alsa-utils-1.2.9.tar.bz2
|
||||
ac85272e043435f20ac1f4d389e44482cd2e2fb3 SOURCES/alsa-utils-1.2.10.tar.bz2
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/alsa-utils-1.2.9.tar.bz2
|
||||
SOURCES/alsa-utils-1.2.10.tar.bz2
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
%define baseversion 1.2.9
|
||||
%define baseversion 1.2.10
|
||||
#define fixversion .2
|
||||
%global _hardened_build 1
|
||||
|
||||
@ -22,6 +22,7 @@ BuildRequires: alsa-lib-devel >= %{baseversion}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: systemd
|
||||
@ -67,6 +68,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
||||
%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}
|
||||
@ -130,6 +132,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/
|
||||
@ -154,6 +157,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}/
|
||||
@ -197,6 +201,9 @@ fi
|
||||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Tue Dec 5 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
||||
* Updated to 1.2.10
|
||||
|
||||
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
|
||||
* Updated to 1.2.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user