move midi modules loading file to %_modulesloaddir [release 1.1.8-2mamba;Fri Mar 15 2019]
This commit is contained in:
parent
554e9cb274
commit
d4ca5334fb
@ -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.1.8
|
Version: 1.1.8
|
||||||
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
|
||||||
@ -97,8 +97,8 @@ cat > %{buildroot}%{_sysconfdir}/postplug/updates.d/alsa-utils-set-gain-001.upd
|
|||||||
%{_sbindir}/alsactl store
|
%{_sbindir}/alsactl store
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
install -d %{buildroot}%{_sysconfdir}/modules.d
|
install -d %{buildroot}%{_modulesloaddir}
|
||||||
cat >> %{buildroot}%{_sysconfdir}/modules.d/alsa-seq-midi.conf << _EOF
|
cat >> %{buildroot}%{_modulesloaddir}/alsa-seq-midi.conf << _EOF
|
||||||
snd-seq-midi
|
snd-seq-midi
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ exit 0
|
|||||||
|
|
||||||
%files midi
|
%files midi
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/modules.d/alsa-seq-midi.conf
|
%{_modulesloaddir}/alsa-seq-midi.conf
|
||||||
%{_bindir}/amidi
|
%{_bindir}/amidi
|
||||||
%{_bindir}/aplaymidi
|
%{_bindir}/aplaymidi
|
||||||
%{_bindir}/arecordmidi
|
%{_bindir}/arecordmidi
|
||||||
@ -212,6 +212,9 @@ exit 0
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-2mamba
|
||||||
|
- move midi modules loading file to %_modulesloaddir
|
||||||
|
|
||||||
* Wed Jan 16 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
* Wed Jan 16 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user