From 95f0db45940b3fc63feb50e22cd9b5dd7a382409 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Wed, 2 Jun 2021 14:18:08 +0900 Subject: [PATCH] Change path of configuration and license files [Version] 0.1.16 [Issue Type] Update Change-Id: I8538f4d15df4560edeb2ba0d5bb3415e58017158 Signed-off-by: Jaechul Lee --- packaging/audio-hal-emul.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packaging/audio-hal-emul.spec b/packaging/audio-hal-emul.spec index 985b0b6..ab389e2 100644 --- a/packaging/audio-hal-emul.spec +++ b/packaging/audio-hal-emul.spec @@ -1,6 +1,6 @@ Name: audio-hal-emul Summary: TIZEN Audio HAL for Emulator -Version: 0.1.15 +Version: 0.1.16 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -22,7 +22,7 @@ TIZEN Audio HAL for Emulator %setup -q -n %{name}-%{version} %build -export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -DSYSCONFDIR=\\\"%{_sysconfdir}\\\"" +export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -DSYSCONFDIR=\\\"%{_hal_sysconfdir}\\\"" export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE" export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" @@ -36,6 +36,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install +mkdir -p %{buildroot}%{_hal_licensedir}/%{name} +cp LICENSE.Apache-2.0 %{buildroot}%{_hal_licensedir}/%{name} %post /sbin/ldconfig @@ -47,4 +49,4 @@ rm -rf %{buildroot} %manifest audio-hal-emul.manifest %defattr(-,root,root,-) %{_hal_libdir}/libhal-backend-audio.so -%license LICENSE.Apache-2.0 +%{_hal_licensedir}/%{name}/* -- 2.7.4