From 08e9643b5e993780e1b6a921e150c158b0175a24 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Mon, 1 Feb 2021 15:38:30 +0900 Subject: [PATCH] Changes conf path to /hal/share/alsa Change-Id: I29933b6e04d85ce1a727f6057454daa2eca6ff3b 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 9fc2e79..675f58d 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,12 +1,13 @@ Name: alsa-lib Version: 1.0.29 -Release: 0 +Release: 1 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_datadir}/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