[ABS] fixing CLI-build accepted/tizen/mobile/20160509.062606 submit/tizen_mobile_tpk/20160506.113355
authorand.klimenko <and.klimenko@samsung.com>
Fri, 6 May 2016 11:37:53 +0000 (20:37 +0900)
committerand.klimenko <and.klimenko@samsung.com>
Fri, 6 May 2016 11:37:53 +0000 (20:37 +0900)
Reference: submit/tizen/20160506.113355
Commit id: 9c96ef03eca993fa91161dab9dda11781fb61901
Requested by: and.klimenko@samsung.com
SDK rootstrap version: 20160505_1

org.tizen.message-1.0.0-arm.tpk
org.tizen.message-1.0.0-i386.tpk
packaging/message.spec

index 9cb1de6..07fff1e 100644 (file)
Binary files a/org.tizen.message-1.0.0-arm.tpk and b/org.tizen.message-1.0.0-arm.tpk differ
index 2cb7b79..633d261 100644 (file)
Binary files a/org.tizen.message-1.0.0-i386.tpk and b/org.tizen.message-1.0.0-i386.tpk differ
index 1036050..62f50fe 100644 (file)
@@ -1,6 +1,6 @@
-Name:       org.tizen.message
-#VCS_FROM:   profile/mobile/apps/native/message#9dd09cdfb94b001ad870409690816e40f93343fe
-#RS_Ver:    20160425_1 
+Name:       message
+#VCS_FROM:   profile/mobile/apps/native/message#9c96ef03eca993fa91161dab9dda11781fb61901
+#RS_Ver:    20160505_1 
 Summary:    Message application
 Version:    1.0.0
 Release:    1
@@ -11,6 +11,7 @@ Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
 
+%define internal_name org.tizen.message
 %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
 
 %ifarch i386 i486 i586 i686 x86_64
@@ -24,6 +25,7 @@ Requires(post):  /usr/bin/tpk-backend
 %endif
 
 %description
+profile/mobile/apps/native/message#9c96ef03eca993fa91161dab9dda11781fb61901
 This is a container package which have preload TPK files
 
 %prep
@@ -34,7 +36,7 @@ This is a container package which have preload TPK files
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
 
 %post