remove alsa usb soundcard conf switch conflicting (and managed) now with pulseaudio [release 1.0.28-2mamba;Sun Sep 28 2014]
This commit is contained in:
parent
dd8a48224e
commit
9630815333
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-3)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.28
|
Version: 1.0.28
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
|
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -80,13 +80,13 @@ make -C alsactl 90-alsa-restore.rules
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%if "%{_distrib_milestone}" == "milestone2"
|
%if "%{_distrib_milestone}" == "milestone2"
|
||||||
## install ALSA configuration files and scripts
|
## install ALSA confihttps://www.facebook.com/guration files and scripts
|
||||||
install -D -m755 %{SOURCE1} %{buildroot}%{_initrddir}/alsa
|
install -D -m755 %{SOURCE1} %{buildroot}%{_initrddir}/alsa
|
||||||
install -D -m0644 alsactl/90-alsa-restore.rules %{buildroot}/lib/udev/rules.d/90-alsa-restore.rules
|
install -D -m0644 alsactl/90-alsa-restore.rules %{buildroot}/lib/udev/rules.d/90-alsa-restore.rules
|
||||||
%endif
|
%endif
|
||||||
install -D -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/asound.conf.alsa
|
install -D -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/asound.conf.alsa
|
||||||
install -D -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/asound.conf.alsa-usb
|
install -D -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/asound.conf.alsa-usb
|
||||||
install -D -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/59-alsa-usb-asoundconf.rules
|
#install -D -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/59-alsa-usb-asoundconf.rules
|
||||||
|
|
||||||
cat > %{buildroot}%{_sysconfdir}/asound.conf.dummy << _EOF
|
cat > %{buildroot}%{_sysconfdir}/asound.conf.dummy << _EOF
|
||||||
# Dummy empty asound.conf
|
# Dummy empty asound.conf
|
||||||
@ -165,7 +165,7 @@ exit 0
|
|||||||
%{_bindir}/speaker-test
|
%{_bindir}/speaker-test
|
||||||
%{_sbindir}/alsaconf
|
%{_sbindir}/alsaconf
|
||||||
%{_sbindir}/alsactl
|
%{_sbindir}/alsactl
|
||||||
/lib/udev/rules.d/59-alsa-usb-asoundconf.rules
|
#/lib/udev/rules.d/59-alsa-usb-asoundconf.rules
|
||||||
/lib/udev/rules.d/90-alsa-restore.rules
|
/lib/udev/rules.d/90-alsa-restore.rules
|
||||||
%if "%{_distrib_milestone}" != "milestone2"
|
%if "%{_distrib_milestone}" != "milestone2"
|
||||||
/lib/systemd/system/alsa-restore.service
|
/lib/systemd/system/alsa-restore.service
|
||||||
@ -210,6 +210,9 @@ exit 0
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.28-2mamba
|
||||||
|
- remove alsa usb soundcard conf switch conflicting (and managed) now with pulseaudio
|
||||||
|
|
||||||
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 1.0.28-1mamba
|
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 1.0.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user