alsa-ucm-conf/alsa-ucm-conf.spec
Takashi Iwai 798a269275 Accepting request 980231 from home:tiwai:branches:multimedia:libs
- Update to version 1.2.7:
  Various profile updates for USB-audio, HD-audio, etc.
  For details, see:
   https://www.alsa-project.org/wiki/Changes_v1.2.6.3_v1.2.7#alsa-ucm-conf
- Drop obsoleted patches:
  0001-HDA-DualCodecs-fix-typo-in-Speaker-condition.patch
  0002-HDA-acp-avoid-to-create-Mic-ACP-LED-control-for-the-.patch

OBS-URL: https://build.opensuse.org/request/show/980231
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-ucm-conf?expand=0&rev=43
2022-06-01 06:18:39 +00:00

52 lines
1.4 KiB
RPMSpec

#
# spec file for package alsa-ucm-conf
#
# Copyright (c) 2022 SUSE LLC
#
# 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/
#
Name: alsa-ucm-conf
Version: 1.2.7
Release: 0
Summary: ALSA UCM Profiles
License: BSD-3-Clause
URL: https://www.alsa-project.org
Source: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2
Source1: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2.sig
BuildRequires: fdupes
BuildArch: noarch
Requires: libasound2 >= 1.2.6.1
%description
This package contains the profiles files for ALSA UCM (Use Case Manager).
%prep
%autosetup -p1
find . -name ".gitignore" -delete
%build
%install
mkdir -p %{buildroot}%{_datadir}/alsa
cp -a ucm %{buildroot}%{_datadir}/alsa/
cp -a ucm2 %{buildroot}%{_datadir}/alsa/
%fdupes -s %{buildroot}
%files
%doc README.md
%license LICENSE
%{_datadir}/alsa
%changelog