add: alsa-ucm-cros (#832)

This commit is contained in:
madomado
2023-12-02 19:52:42 +08:00
committed by GitHub
parent b316af0f4b
commit 9996959639
3 changed files with 35 additions and 0 deletions
@@ -0,0 +1,29 @@
%define debug_package %nil
Name: alsa-ucm-cros
Version: 0.3
Release: 1%?dist
Summary: ALSA Use Case Manager configuration
License: BSD-3-Clause
URL: https://github.com/WeirdTreeThing/alsa-ucm-conf-cros/tree/standalone
Source0: https://github.com/WeirdTreeThing/alsa-ucm-conf-cros/archive/refs/tags/%version.tar.gz
%description
%summary for chromebooks.
%prep
%autosetup -n alsa-ucm-conf-cros-%version
%build
%install
mkdir -p %buildroot%_datadir/alsa
cp -r ucm2 %buildroot%_datadir/alsa/
%files
%doc README.md
%license LICENSE
%_datadir/alsa/ucm2/
%changelog
%autochangelog
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "alsa-ucm-cros.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("WeirdTreeThing/alsa-ucm-conf-cros"));