!7 Update to version 1.2.8
From: @chen-jan Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
d5db7f276d
Binary file not shown.
BIN
alsa-utils-1.2.8.tar.bz2
Normal file
BIN
alsa-utils-1.2.8.tar.bz2
Normal file
Binary file not shown.
0
alsa-utils-git.patch
Normal file
0
alsa-utils-git.patch
Normal file
@ -1,6 +1,6 @@
|
||||
Name: alsa-utils
|
||||
Version: 1.2.2
|
||||
Release: 2
|
||||
Version: 1.2.8
|
||||
Release: 1
|
||||
Summary: Advanced linux sound architecture (ALSA) utility to the Linux operating system.
|
||||
License: GPLv2+
|
||||
URL: http://www.alsa-project.org/
|
||||
@ -11,6 +11,7 @@ Source3: alsa.rules
|
||||
Source4: alsactl.conf
|
||||
Source5: alsa-restore.service
|
||||
Source6: alsa-state.service
|
||||
Patch001: alsa-utils-git.patch
|
||||
BuildRequires: gcc alsa-lib-devel >= %{version} libsamplerate-devel ncurses-devel
|
||||
BuildRequires: gettext-devel xmlto python3-docutils systemd
|
||||
Requires: systemd alsa-lib >= %{version} alsa-ucm >= %{version} alsa-topology >= %{version}
|
||||
@ -55,8 +56,6 @@ cp %{SOURCE1} .
|
||||
%find_lang %{name}
|
||||
install -d %{buildroot}/%{_prefix}/lib/udev/rules.d
|
||||
install -p -m 644 %{SOURCE3} %{buildroot}/%{_prefix}/lib/udev/rules.d/90-alsa-restore.rules
|
||||
sed -e 's,@bindir@,%{_bindir},g' alsaucm/89-alsa-ucm.rules.in > alsaucm/89-alsa-ucm.rules
|
||||
install -p -m 644 alsaucm/89-alsa-ucm.rules %{buildroot}/%{_prefix}/lib/udev/rules.d/89-alsa-ucm.rules
|
||||
install -d %{buildroot}/%{_unitdir}
|
||||
install -p -m 644 %{SOURCE5} %{buildroot}/%{_unitdir}/alsa-restore.service
|
||||
install -p -m 644 %{SOURCE6} %{buildroot}/%{_unitdir}/alsa-state.service
|
||||
@ -92,9 +91,7 @@ fi
|
||||
%config /etc/alsa/*
|
||||
%{_prefix}/lib/udev/rules.d/*
|
||||
%{_prefix}/lib/alsa/init/*
|
||||
%{_prefix}/lib/udev/rules.d/*alsa-ucm*
|
||||
%{_unitdir}/*
|
||||
%{_unitdir}/sound.target.wants/*
|
||||
%{_sbindir}/*
|
||||
%{_datadir}/alsa/
|
||||
%{_datadir}/sounds/*
|
||||
@ -105,17 +102,20 @@ fi
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/alsabat
|
||||
%exclude %{_sbindir}/alsabat-test.sh
|
||||
%exclude %{_prefix}/lib/udev/rules.d/*alsa-ucm*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/alsabat
|
||||
%{_sbindir}/alsabat-test.sh
|
||||
%{_libdir}/alsa-topology/libalsatplg_module_*
|
||||
|
||||
%files help
|
||||
%{_mandir}/*/*
|
||||
%doc README.md TODO
|
||||
|
||||
%changelog
|
||||
* Fri May 05 2023 chenchen <chen_aka_jan@163.com> - 1.2.8-1
|
||||
- Update to version 1.2.8
|
||||
|
||||
* Tue Apr 28 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1.2.2-2
|
||||
- Update to version 1.2.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user