From 914f4c55e0abbde9020642c67ad19fe52cfd699a Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Mon, 18 Jan 2021 15:38:25 +0900 Subject: [PATCH] Changes conf path to /hal/share/alsa [Version] 1.0.28-7 [Issue Type] None Change-Id: Ic2c50d88b37163a491851c49b0a5ad4ed80824d9 Signed-off-by: Jaechul Lee --- packaging/alsa-lib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index 79d3739..1be51bd 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,12 +1,13 @@ Name: alsa-lib Version: 1.0.28 -Release: 6 +Release: 7 License: LGPL-2.1+ Summary: The Advanced Linux Sound Architecture (ALSA) library Url: http://www.alsa-project.org/ Group: System/Audio Source0: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2 Source1001: alsa-lib.manifest +%define confdir /hal/share/alsa %description The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI @@ -42,7 +43,8 @@ cp %{SOURCE1001} . --disable-alisp \ --disable-python \ --with-gnu-ld \ - --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty + --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty \ + --with-configdir=%{confdir} make %{?_smp_mflags} @@ -62,7 +64,7 @@ rm -f %{buildroot}/%{_bindir}/aserver %license COPYING %{_libdir}/lib*.so.* %{_libdir}/alsa-lib/smixer/*.so -%{_datadir}/alsa/* +%{confdir}/* %files -n libasound-devel %manifest %{name}.manifest -- 2.34.1