summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2021-06-02 14:27:07 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2021-06-02 16:01:03 +0900
commitaa2fd6a0ca7193622a2c65b4a0e6045bf5eaac1a (patch)
tree71d647ebdf98c5603af3666361eb29af1c33f55e
parent3801575719a330cd98c2a7211c9c0248b7207905 (diff)
downloadaudio-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
[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.spec8
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}/*