diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2021-06-02 14:19:28 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2021-06-02 14:24:15 +0900 |
commit | 5bb3bff526e8f1423a7c2395f247bdcdb69a7679 (patch) | |
tree | 691ad8d0878e1cbffa397559c8a094b114e7cc64 | |
parent | bcdfac8bdb53cb3429dadb0232e3dd7717cbc98b (diff) | |
download | audio-hal-exynos9110-accepted/tizen_6.5_unified.tar.gz audio-hal-exynos9110-accepted/tizen_6.5_unified.tar.bz2 audio-hal-exynos9110-accepted/tizen_6.5_unified.zip |
Change path of configuration and license filestizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161601submit/tizen/20210604.030216accepted/tizen/unified/20210608.131516accepted/tizen/6.5/unified/20211028.093547tizen_6.5accepted/tizen_6.5_unified
[Version] 0.1.11
[Issue Type] Update
Change-Id: I5e86863da86bb0cd94ac8539e3abd8d151fa59fa
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r-- | packaging/audio-hal-exynos9110.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packaging/audio-hal-exynos9110.spec b/packaging/audio-hal-exynos9110.spec index 65ce1a4..6a0bb6e 100644 --- a/packaging/audio-hal-exynos9110.spec +++ b/packaging/audio-hal-exynos9110.spec @@ -1,6 +1,6 @@ Name: audio-hal-exynos9110 Summary: TIZEN Audio HAL for Exynos9110(TW3) -Version: 0.1.10 +Version: 0.1.11 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -22,7 +22,7 @@ TIZEN Audio HAL for Exynos9110(TW3) %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-exynos9110.manifest %defattr(-,root,root,-) %{_hal_libdir}/libhal-backend-audio.so -%license LICENSE.Apache-2.0 +%{_hal_licensedir}/%{name}/* |