Add manifest file for each profile package 63/105263/1 accepted/tizen/common/20161216.124457 accepted/tizen/ivi/20161216.083527 accepted/tizen/mobile/20161216.083428 accepted/tizen/tv/20161216.083456 accepted/tizen/wearable/20161216.083512 submit/tizen/20161216.045210
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 16 Dec 2016 06:38:13 +0000 (15:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 16 Dec 2016 06:38:13 +0000 (15:38 +0900)
Change-Id: Ie844a20c62c2b7e21801c18c4c5db1fa1660fcd9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/ise-default.spec

index 5eb80a6..8aac1f4 100644 (file)
@@ -360,6 +360,8 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_common
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/common/*
 %endif
 
@@ -381,6 +383,8 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_mobile
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/mobile/*
 %endif
 
@@ -402,6 +406,8 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_tv
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/tv/*
 %endif
 
@@ -423,6 +429,8 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_ivi
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/ivi/*
 %endif
 
@@ -448,6 +456,8 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_wearable-extension-circle
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/wearable-circle/*
 
 
@@ -465,5 +475,7 @@ for FILE in *; do if [[ $FILE =~ locale$ ]]; then echo skip "${FILE}"; else rm -
 popd
 popd
 %files profile_wearable-extension-rectangle
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
 %{TZ_SYS_RO_APP}/ise-default/wearable-rectangle/*
 %endif