diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2021-06-02 14:27:07 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2021-06-02 16:01:03 +0900 |
commit | aa2fd6a0ca7193622a2c65b4a0e6045bf5eaac1a (patch) | |
tree | 71d647ebdf98c5603af3666361eb29af1c33f55e | |
parent | 3801575719a330cd98c2a7211c9c0248b7207905 (diff) | |
download | audio-hal-sc7727-accepted/tizen_6.5_unified.tar.gz audio-hal-sc7727-accepted/tizen_6.5_unified.tar.bz2 audio-hal-sc7727-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.131625accepted/tizen/6.5/unified/20211028.093721tizen_6.5accepted/tizen_6.5_unified
[Version] 0.1.42
[Issue Type] Update
Change-Id: I4a82af08ba8aa542ed04b88ad33fc32822257e66
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r-- | packaging/audio-hal-sc7727.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packaging/audio-hal-sc7727.spec b/packaging/audio-hal-sc7727.spec index bdc2098..495c50b 100644 --- a/packaging/audio-hal-sc7727.spec +++ b/packaging/audio-hal-sc7727.spec @@ -1,6 +1,6 @@ Name: audio-hal-sc7727 Summary: TIZEN Audio HAL for SC7727 -Version: 0.1.41 +Version: 0.1.42 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -23,7 +23,7 @@ TIZEN Audio HAL for SC7727 %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 %make_install +mkdir -p %{buildroot}%{_hal_licensedir}/%{name} +cp LICENSE.APLv2 %{buildroot}%{_hal_licensedir}/%{name} %post /sbin/ldconfig @@ -48,4 +50,4 @@ make %{?jobs:-j%jobs} %manifest audio-hal-sc7727.manifest %defattr(-,root,root,-) %{_hal_libdir}/libhal-backend-audio.so -%license LICENSE.APLv2 +%{_hal_licensedir}/%{name}/* |