package created using the webbuild interface [release 1.2.4-1mamba;Sun Nov 08 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 20:21:22 +01:00
parent 65b1b3d538
commit 61c0a34689
2 changed files with 45 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# alsa-ucm-conf
ALSA Use Case Manager configuration.

43
alsa-ucm-conf.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- package created using the webbuild interface