From: Jaechul Lee Date: Mon, 26 Apr 2021 07:34:13 +0000 (+0900) Subject: Exclude AudioAec.service file from tv profile X-Git-Tag: accepted/tizen/unified/20210511.072220~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a21839586b397735c0e692c716568da04079c686;p=platform%2Fcore%2Fmultimedia%2Flibmm-sound.git Exclude AudioAec.service file from tv profile Change-Id: If91aa93a6ef514f35ef49c28768549e71e33f746 Signed-off-by: Jaechul Lee --- diff --git a/packaging/libmm-sound.spec b/packaging/libmm-sound.spec index 3b8e11c..440b606 100644 --- a/packaging/libmm-sound.spec +++ b/packaging/libmm-sound.spec @@ -1,6 +1,6 @@ Name: libmm-sound Summary: MMSound Package contains client lib and sound_server binary -Version: 0.13.7 +Version: 0.13.8 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -119,9 +119,9 @@ ln -sf ../focus-server.path %{buildroot}%{_unitdir}/paths.target.wants/focus-ser %if "%{tizen_profile_name}" != "tv" install -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/ -%endif mkdir -p %{buildroot}/usr/share/dbus-1/system-services/ cp %{SOURCE3} %{buildroot}/usr/share/dbus-1/system-services/org.tizen.AudioAec.service +%endif %post /sbin/ldconfig @@ -143,10 +143,10 @@ cp %{SOURCE3} %{buildroot}/usr/share/dbus-1/system-services/org.tizen.AudioAec.s %{_unitdir}/paths.target.wants/focus-server.path %{_unitdir}/focus-server.service %{_unitdir}/focus-server.path -%{_datadir}/dbus-1/system-services/org.tizen.AudioAec.service %if "%{tizen_profile_name}" != "tv" %{_bindir}/audio_aec %{_unitdir}/audio-aec.service +%{_datadir}/dbus-1/system-services/org.tizen.AudioAec.service %endif %license LICENSE.APLv2