summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2021-06-02 14:19:28 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2021-06-02 14:24:15 +0900
commit5bb3bff526e8f1423a7c2395f247bdcdb69a7679 (patch)
tree691ad8d0878e1cbffa397559c8a094b114e7cc64
parentbcdfac8bdb53cb3429dadb0232e3dd7717cbc98b (diff)
downloadaudio-hal-exynos9110-tizen_6.5.tar.gz
audio-hal-exynos9110-tizen_6.5.tar.bz2
audio-hal-exynos9110-tizen_6.5.zip
[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.spec8
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}/*