summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongho Mok <jho.mok@samsung.com>2017-03-22 17:00:16 +0900
committerSeungbae Shin <seungbae.shin@samsung.com>2017-03-29 20:31:18 -0700
commit82d1625f652ce5d9ed4875e4d608d5b2635163e6 (patch)
tree52e9118bd7fefcebbe25e0cac3564af8b1665ad5
parent5ca6991ba9e922909342d117c868067b5926b793 (diff)
downloadaudio-hal-sc7727-accepted/tizen_3.0_mobile.tar.gz
audio-hal-sc7727-accepted/tizen_3.0_mobile.tar.bz2
audio-hal-sc7727-accepted/tizen_3.0_mobile.zip
[Version] 0.1.23 [Profile] Common [Issue Type] License Change-Id: If0183e24f406b54952cf0f15472c343a80143ecb (cherry picked from commit c393b9555d51d2ab2863d2e9e8f55de79b17f735)
-rw-r--r--LICENSE.APLv2 (renamed from LICENSE.Apache-2.0)0
-rw-r--r--packaging/audio-hal-sc7727.spec8
2 files changed, 3 insertions, 5 deletions
diff --git a/LICENSE.Apache-2.0 b/LICENSE.APLv2
index d645695..d645695 100644
--- a/LICENSE.Apache-2.0
+++ b/LICENSE.APLv2
diff --git a/packaging/audio-hal-sc7727.spec b/packaging/audio-hal-sc7727.spec
index 74ff5d2..7e9421f 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.22
+Version: 0.1.23
Release: 0
Group: System/Libraries
License: Apache-2.0
@@ -33,9 +33,7 @@ export USE_TINYALSA="0"
make %{?jobs:-j%jobs}
%install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_datadir}/license
-cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name}
+
%make_install
%post
@@ -48,4 +46,4 @@ cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name}
%manifest audio-hal-sc7727.manifest
%defattr(-,root,root,-)
%{_libdir}/libtizen-audio.so
-%{_datadir}/license/%{name}
+%license LICENSE.APLv2