summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2013-09-17 14:47:34 +0900
committerInha Song <ideal.song@samsung.com>2013-09-25 18:01:44 +0900
commit443fb5754bc4e60580c8641909afa6e2cfe1a574 (patch)
tree2344ee27197f4b2c91f8ae35c4790feaf9d83ec5
parent76e959f711d579dbe063d9f3ae9cf9ae138878b5 (diff)
downloadalsa-scenario-scn-data-0-mc1n2-tizen_2.2.tar.gz
alsa-scenario-scn-data-0-mc1n2-tizen_2.2.tar.bz2
alsa-scenario-scn-data-0-mc1n2-tizen_2.2.zip
License file must be included in Tizen SDK release binary because Tizen SDK license is deleted. Change-Id: I8abd8919d2f11554029f83028d9ede94628b7867 Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r--packaging/alsa-scenario-scn-data-0-mc1n2.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/alsa-scenario-scn-data-0-mc1n2.spec b/packaging/alsa-scenario-scn-data-0-mc1n2.spec
index 877f7dc..09076e1 100644
--- a/packaging/alsa-scenario-scn-data-0-mc1n2.spec
+++ b/packaging/alsa-scenario-scn-data-0-mc1n2.spec
@@ -21,6 +21,9 @@ mkdir -p %{buildroot}/usr/etc/sound
cp -a mc1n2 %{buildroot}/usr/etc/sound
cp -a mc1n2.conf %{buildroot}/usr/etc/sound/mc1n2.conf
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE.LGPLv2.1 %{buildroot}/usr/share/license/%{name}
+
%post
BASE_PATH=/usr/etc/sound
CODEC=mc1n2
@@ -44,3 +47,4 @@ rm -f $BASE_PATH/default
%files
%manifest alsa-scenario-scn-data-0-mc1n2.manifest
/usr/etc/sound/*
+/usr/share/license/%{name}