48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
Name: alsa-topology-conf
|
|
Version: 1.2.5.1
|
|
Release: 1mamba
|
|
Summary: ALSA topology configuration files
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://alsa-project.org
|
|
Source: http://www.alsa-project.org/files/pub/lib/alsa-topology-conf-%{version}.tar.bz2
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
ALSA topology configuration files.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
for dir in topology/*; do
|
|
install -vDm 644 ${dir}/*.conf -t %{buildroot}%{_datadir}/alsa/topology/$(basename $dir)
|
|
done
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/alsa/topology
|
|
%dir %{_datadir}/alsa/topology/broadwell
|
|
%{_datadir}/alsa/topology/broadwell/broadwell.conf
|
|
%dir %{_datadir}/alsa/topology/bxtrt298
|
|
%{_datadir}/alsa/topology/bxtrt298/bxt_i2s.conf
|
|
%dir %{_datadir}/alsa/topology/hda-dsp
|
|
%{_datadir}/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf
|
|
%dir %{_datadir}/alsa/topology/sklrt286
|
|
%{_datadir}/alsa/topology/sklrt286/skl_i2s.conf
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Thu Jan 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5.1-1mamba
|
|
- package created using the webbuild interface
|