Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
@ -1 +1 @@
|
|||||||
d6cf080d84c96ab0904fe7f74edadac7d77d47c3 SOURCES/alsa-utils-1.2.8.tar.bz2
|
ac85272e043435f20ac1f4d389e44482cd2e2fb3 SOURCES/alsa-utils-1.2.10.tar.bz2
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/alsa-utils-1.2.8.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.8
|
%define baseversion 1.2.10
|
||||||
#define fixversion .2
|
#define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ BuildRequires: alsa-lib-devel >= %{baseversion}
|
|||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -81,6 +82,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
|||||||
%patch1 -p1 -b .alsa-git
|
%patch1 -p1 -b .alsa-git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -vif
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
%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-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
|
||||||
--with-systemdsystemunitdir=%{_unitdir}
|
--with-systemdsystemunitdir=%{_unitdir}
|
||||||
@ -152,6 +154,7 @@ rm %{buildroot}%{_libdir}/alsa-topology/libalsatplg_module_*
|
|||||||
%{_bindir}/axfer
|
%{_bindir}/axfer
|
||||||
%{_bindir}/iecset
|
%{_bindir}/iecset
|
||||||
%{_bindir}/speaker-test
|
%{_bindir}/speaker-test
|
||||||
|
%{_bindir}/nhlt-dmic-info
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_datadir}/alsa/
|
%{_datadir}/alsa/
|
||||||
%{_datadir}/sounds/*
|
%{_datadir}/sounds/*
|
||||||
@ -175,6 +178,7 @@ rm %{buildroot}%{_libdir}/alsa-topology/libalsatplg_module_*
|
|||||||
%{_mandir}/man1/speaker-test.1.gz
|
%{_mandir}/man1/speaker-test.1.gz
|
||||||
%{_mandir}/man1/aconnect.1.gz
|
%{_mandir}/man1/aconnect.1.gz
|
||||||
%{_mandir}/man1/alsa-info.sh.1.gz
|
%{_mandir}/man1/alsa-info.sh.1.gz
|
||||||
|
%{_mandir}/man1/nhlt-dmic-info.1.gz
|
||||||
|
|
||||||
%dir /etc/alsa/
|
%dir /etc/alsa/
|
||||||
%dir %{_prefix}/lib/alsa/
|
%dir %{_prefix}/lib/alsa/
|
||||||
@ -222,6 +226,12 @@ fi
|
|||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Tue Oct 25 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
|
- Updated to 1.2.8
|
||||||
- Do not build alsa-ucm-utils and alsa-topology-utils subpackages for RHEL
|
- Do not build alsa-ucm-utils and alsa-topology-utils subpackages for RHEL
|
||||||
|
Loading…
Reference in New Issue
Block a user