From 0cadd2cea6277bd88d0513d72969ef7e458da269 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Mon, 23 Apr 2018 19:27:14 +0900 Subject: [PATCH] Fix for TV product build macro [Version] 1.0.28-6 [Issue Type] Build Change-Id: If3d1c53976a0a23ceb366e94ead60fba3fb7b5b3 --- packaging/alsa-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/alsa-utils.spec b/packaging/alsa-utils.spec index 23b938f..cbcfa19 100644 --- a/packaging/alsa-utils.spec +++ b/packaging/alsa-utils.spec @@ -1,6 +1,6 @@ Name: alsa-utils Version: 1.0.28 -Release: 5 +Release: 6 License: GPL-2.0 Summary: Advanced Linux Sound Architecture (ALSA) utilities Url: http://www.alsa-project.org/ @@ -42,7 +42,7 @@ export CFLAGS+=" -fPIC -pie" %install %make_install mkdir -p %{buildroot}/var/lib/alsa -%if "%{TIZEN_PRODUCT_TV}" == "1" +%if "%{tizen_profile_name}" == "tv" rm -rf %{buildroot}%{_bindir}/speaker-test %endif -- 2.7.4