revise installing a license file 44/145244/2 accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/4.0/unified/20170828.224115 accepted/tizen/5.0/unified/20181102.012542 accepted/tizen/5.5/unified/20191031.014757 accepted/tizen/5.5/unified/mobile/hotfix/20201027.081213 accepted/tizen/5.5/unified/wearable/hotfix/20201027.122700 accepted/tizen/6.0/unified/20201030.123618 accepted/tizen/6.0/unified/hotfix/20201103.050947 accepted/tizen/6.5/unified/20211028.093506 accepted/tizen/7.0/unified/20221110.062833 accepted/tizen/7.0/unified/hotfix/20221116.104458 accepted/tizen/8.0/unified/20231005.092520 accepted/tizen/unified/20170822.113106 submit/tizen/20170822.030921 submit/tizen_4.0/20170828.110001 submit/tizen_5.0/20181101.000001 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185101 submit/tizen_5.5_wearable_hotfix/20201026.184301 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 submit/tizen_6.5/20211028.161601 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 01:28:49 +0000 (10:28 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 22 Aug 2017 01:45:16 +0000 (01:45 +0000)
License file should be installed with %license. So, old license file is replaced with %license.

Change-Id: If099a58d6a2f809a6713e81c6ef4977ef80d84d5
Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
packaging/alsa-ucm-data-max98090.spec

index c672e3b..56483c6 100644 (file)
@@ -18,12 +18,10 @@ ALSA UCM data for max98090
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/usr/share/alsa/ucm
 cp -a max98090 %{buildroot}/usr/share/alsa/ucm
-mkdir -p %{buildroot}/usr/share/license
-cp -a LICENSE.LGPL-2.1+ %{buildroot}/usr/share/license/%{name}
 
 %post
 
 %files
 %manifest alsa-ucm-conf-max98090.manifest
 /usr/share/alsa/ucm/max98090/*
-/usr/share/license/alsa-ucm-data-max98090
+%license LICENSE.LGPL-2.1+