From 40438a1a60e8db72998d1cb9a1b42ed6a7d6a0b7 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Wed, 2 Jun 2021 14:17:09 +0900 Subject: [PATCH] Change path of configuration and license files [Version] 0.1.13 [Issue Type] Update Change-Id: I4613cc719d57d667cbad40ef308befe3cc008e67 Signed-off-by: Jaechul Lee --- packaging/audio-hal-bcm2837.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packaging/audio-hal-bcm2837.spec b/packaging/audio-hal-bcm2837.spec index f0a3fe2..def5acb 100644 --- a/packaging/audio-hal-bcm2837.spec +++ b/packaging/audio-hal-bcm2837.spec @@ -1,6 +1,6 @@ Name: audio-hal-bcm2837 Summary: TIZEN Audio HAL for BCM2837 -Version: 0.1.12 +Version: 0.1.13 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -23,7 +23,7 @@ TIZEN Audio HAL for BCM2837 %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" @@ -37,6 +37,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 @@ -48,4 +50,4 @@ rm -rf %{buildroot} %manifest audio-hal-bcm2837.manifest %defattr(-,root,root,-) %{_hal_libdir}/libhal-backend-audio.so -%license LICENSE.Apache-2.0 +%{_hal_licensedir}/%{name}/* -- 2.7.4