package created using the webbuild interface [release 1.2.5.1-1mamba;Thu Jan 05 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 20:21:17 +01:00
parent 17b436d4f5
commit 11f0368ee0
2 changed files with 49 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# alsa-topology-conf
ALSA topology configuration files.

47
alsa-topology-conf.spec Normal file
View File

@ -0,0 +1,47 @@
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