Modify the install path for license file 54/121154/1 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_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/4.0/unified/20170816.012142 accepted/tizen/4.0/unified/20170828.224109 accepted/tizen/5.0/unified/20181102.012119 accepted/tizen/5.5/unified/20191031.014346 accepted/tizen/5.5/unified/mobile/hotfix/20201027.081134 accepted/tizen/5.5/unified/wearable/hotfix/20201027.122637 accepted/tizen/common/20170327.143009 accepted/tizen/ivi/20170328.054935 accepted/tizen/mobile/20170328.054830 accepted/tizen/tv/20170328.054857 accepted/tizen/unified/20170328.054955 accepted/tizen/wearable/20170328.054915 submit/tizen/20170327.075259 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100001 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 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release tizen_5.5.m2_release
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 27 Mar 2017 07:29:59 +0000 (16:29 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 27 Mar 2017 07:29:59 +0000 (16:29 +0900)
Change-Id: Ie3aa04e224b8c16dee6dac3ce8639bd16c85ebae
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bluetooth-firmware-sprd.manifest [new file with mode: 0644]
packaging/bluetooth-firmware-sprd.spec

diff --git a/bluetooth-firmware-sprd.manifest b/bluetooth-firmware-sprd.manifest
new file mode 100644 (file)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
index f212fca..a4476fc 100644 (file)
@@ -38,16 +38,16 @@ rm -rf %{buildroot}
 
 install -D -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/system/bluetooth-hciattach@.service
 install -D -m 0644 %SOURCE2 %{buildroot}%{_libdir}/systemd/system/bluetooth-hci-device.service
-install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/bluetooth-firmware-sprd-TM1
 
 %post TM1
 rm -rf %{_prefix}/etc/bluetooth/bt-dev-start.sh
 ln -s %{_prefix}/etc/bluetooth/bt-dev-start-TM1.sh %{_prefix}/etc/bluetooth/bt-dev-start.sh
 
 %files TM1
+%manifest %{name}.manifest
+%license LICENSE
 %defattr(-,root,root,-)
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-TM1.sh
-%{_datadir}/license/bluetooth-firmware-sprd-TM1
 %{_libdir}/systemd/system/bluetooth-hciattach@.service
 %{_libdir}/systemd/system/bluetooth-hci-device.service