From 313e0f94b4183c26576ca32fed2b8f82c3c9b4a4 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Fri, 29 Jan 2021 15:06:53 +0900 Subject: [PATCH] Revert "Changes conf path to /hal/share/alsa" This reverts commit 914f4c55e0abbde9020642c67ad19fe52cfd699a. Change-Id: I3a065d30ba2a7f502408e63e228f31458351f20a --- packaging/alsa-lib.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index 1be51bd..79d3739 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,13 +1,12 @@ Name: alsa-lib Version: 1.0.28 -Release: 7 +Release: 6 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 @@ -43,8 +42,7 @@ cp %{SOURCE1001} . --disable-alisp \ --disable-python \ --with-gnu-ld \ - --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty \ - --with-configdir=%{confdir} + --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty make %{?_smp_mflags} @@ -64,7 +62,7 @@ rm -f %{buildroot}/%{_bindir}/aserver %license COPYING %{_libdir}/lib*.so.* %{_libdir}/alsa-lib/smixer/*.so -%{confdir}/* +%{_datadir}/alsa/* %files -n libasound-devel %manifest %{name}.manifest -- 2.7.4