From 61c0a3468974e866346afcaa8adb20ce2ead3f99 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:21:22 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.2.4-1mamba;Sun Nov 08 2020] --- README.md | 2 ++ alsa-ucm-conf.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 alsa-ucm-conf.spec diff --git a/README.md b/README.md index bee7e73..b387d90 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # alsa-ucm-conf +ALSA Use Case Manager configuration. + diff --git a/alsa-ucm-conf.spec b/alsa-ucm-conf.spec new file mode 100644 index 0000000..f91a222 --- /dev/null +++ b/alsa-ucm-conf.spec @@ -0,0 +1,43 @@ +Name: alsa-ucm-conf +Version: 1.2.4 +Release: 1mamba +Summary: ALSA Use Case Manager configuration +Group: System/Kernel and Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://github.com/alsa-project/alsa-ucm-conf +Source: https://github.com/alsa-project/alsa-ucm-conf.git/v%{version}/alsa-ucm-conf-%{version}.tar.bz2 +License: BSD +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +ALSA Use Case Manager configuration. + +%prep +%setup -q + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -d -m0755 %{buildroot}%{_datadir}/alsa +cp -a ucm %{buildroot}%{_datadir}/alsa +cp -a ucm2 %{buildroot}%{_datadir}/alsa + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/alsa/ucm +%{_datadir}/alsa/ucm/* +%dir %{_datadir}/alsa/ucm2 +%{_datadir}/alsa/ucm2/* +%doc LICENSE + +%changelog +* Sun Nov 08 2020 Silvan Calarco 1.2.4-1mamba +- package created using the webbuild interface