From: Jaechul Lee Date: Mon, 1 Feb 2021 06:38:30 +0000 (+0900) Subject: Changes conf path to /hal/share/alsa X-Git-Tag: submit/tizen/20210216.070346^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08e9643b5e993780e1b6a921e150c158b0175a24;p=platform%2Fupstream%2Falsa-lib.git Changes conf path to /hal/share/alsa Change-Id: I29933b6e04d85ce1a727f6057454daa2eca6ff3b Signed-off-by: Jaechul Lee --- 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