2019-11-18 11:20:20 +01:00
|
|
|
#
|
|
|
|
# spec file for package alsa-ucm-conf
|
|
|
|
#
|
2022-01-21 10:10:51 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2019-11-18 11:20:20 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2020-01-22 15:16:16 +01:00
|
|
|
|
2019-11-18 11:20:20 +01:00
|
|
|
Name: alsa-ucm-conf
|
2022-06-01 08:18:39 +02:00
|
|
|
Version: 1.2.7
|
2019-11-18 11:20:20 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: ALSA UCM Profiles
|
|
|
|
License: BSD-3-Clause
|
2021-05-31 17:58:00 +02:00
|
|
|
URL: https://www.alsa-project.org
|
|
|
|
Source: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2
|
2021-12-06 15:32:55 +01:00
|
|
|
Source1: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2.sig
|
2021-01-21 11:24:12 +01:00
|
|
|
BuildRequires: fdupes
|
2019-11-18 11:20:20 +01:00
|
|
|
BuildArch: noarch
|
2021-12-10 14:05:57 +01:00
|
|
|
Requires: libasound2 >= 1.2.6.1
|
2019-11-18 11:20:20 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the profiles files for ALSA UCM (Use Case Manager).
|
|
|
|
|
|
|
|
%prep
|
2021-12-10 10:21:17 +01:00
|
|
|
%autosetup -p1
|
2021-05-31 17:58:00 +02:00
|
|
|
find . -name ".gitignore" -delete
|
2019-11-18 11:20:20 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/alsa
|
|
|
|
cp -a ucm %{buildroot}%{_datadir}/alsa/
|
|
|
|
cp -a ucm2 %{buildroot}%{_datadir}/alsa/
|
2021-01-21 11:24:12 +01:00
|
|
|
%fdupes -s %{buildroot}
|
2019-11-18 11:20:20 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%{_datadir}/alsa
|
|
|
|
|
|
|
|
%changelog
|