[Tizen][PushD] License update & add x86_64 emulator build 56/45256/1 accepted/tizen/mobile/20150804.111757 accepted/tizen/tv/20150804.111820 accepted/tizen/wearable/20150804.111828 submit/tizen/20150804.081046 submit/tizen_mobile/20150817.000000
authorHaJun, Sung <hajun.sung@samsung.com>
Tue, 4 Aug 2015 07:29:06 +0000 (16:29 +0900)
committerHaJun, Sung <hajun.sung@samsung.com>
Tue, 4 Aug 2015 07:29:06 +0000 (16:29 +0900)
Change-Id: If51b40fea479852a3828d81e192f127386a9ad20
Signed-off-by: HaJun, Sung <hajun.sung@samsung.com>
aarch64/LICENSE [new file with mode: 0644]
arm/LICENSE [new file with mode: 0644]
packaging/push.spec
x86/LICENSE [new file with mode: 0644]
x86_64/LICENSE [new file with mode: 0644]
x86_64/bin/push_tool [new file with mode: 0755]
x86_64/bin/pushd [new file with mode: 0755]
x86_64/lib64/libpush.so [new symlink]
x86_64/lib64/libpush.so.0 [new symlink]
x86_64/lib64/libpush.so.0.2.12 [new file with mode: 0644]
x86_64/share/push/PushServerTrust.cer [new file with mode: 0644]

diff --git a/aarch64/LICENSE b/aarch64/LICENSE
new file mode 100644 (file)
index 0000000..3457772
--- /dev/null
@@ -0,0 +1,18 @@
+Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+Any software product designated as "Samsung Proprietary Software," including\r
+computer software and may include associated media, printed materials, and\r
+"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and\r
+proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”).\r
+\r
+The SOFTWARE PRODUCT must\r
+(i)   be used for Samsung’s approved business purposes only,\r
+(ii)  not be contaminated by open source codes,\r
+(iii) must not be used in any ways that will require it to be disclosed or\r
+      licensed freely to third parties or public,\r
+(vi)  must not be subject to reverse engineering, decompling or diassembling.\r
+\r
+Samsung does not grant the recipient any intellectual property rights,\r
+indemnities or warranties and takes on no obligations regarding the SOFTWARE\r
+PRODUCT except as otherwise agreed to under a separate written agreement with\r
+the recipient.
\ No newline at end of file
diff --git a/arm/LICENSE b/arm/LICENSE
new file mode 100644 (file)
index 0000000..3457772
--- /dev/null
@@ -0,0 +1,18 @@
+Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+Any software product designated as "Samsung Proprietary Software," including\r
+computer software and may include associated media, printed materials, and\r
+"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and\r
+proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”).\r
+\r
+The SOFTWARE PRODUCT must\r
+(i)   be used for Samsung’s approved business purposes only,\r
+(ii)  not be contaminated by open source codes,\r
+(iii) must not be used in any ways that will require it to be disclosed or\r
+      licensed freely to third parties or public,\r
+(vi)  must not be subject to reverse engineering, decompling or diassembling.\r
+\r
+Samsung does not grant the recipient any intellectual property rights,\r
+indemnities or warranties and takes on no obligations regarding the SOFTWARE\r
+PRODUCT except as otherwise agreed to under a separate written agreement with\r
+the recipient.
\ No newline at end of file
index 4a9574a..fcb71d1 100644 (file)
@@ -5,7 +5,7 @@ Summary:    Push services and client library
 Version:    0.4.17
 Release:    1
 Group:      Application Framework/Service
-License:    Apache-2.0
+License:    SAMSUNG and Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1:    pushd.service
 Requires(post): /sbin/ldconfig
@@ -87,20 +87,6 @@ cp -a push.pc %{buildroot}%{_libdir}/pkgconfig/
 mkdir -p %{buildroot}/usr/share/push/
 mkdir -p %{buildroot}%{_bindir}
 
-%ifarch aarch64
-#libpush
-cp -a aarch64/lib64/libpush.so.* %{buildroot}%{_libdir}
-#libpush-devel
-cp -a aarch64/lib64/libpush.so %{buildroot}%{_libdir}
-#push-bin
-cp -a aarch64/bin/pushd %{buildroot}%{_bindir}
-cp -a aarch64/bin/push_tool %{buildroot}%{_bindir}
-cp -a aarch64/share/push/*.cer %{buildroot}/usr/share/push/
-%if %{_support_weblog}
-       aarch64/bin/pushlog_tool
-%endif
-%endif
-
 %ifarch %{arm}
 #libpush
 cp -a arm/lib/libpush.so.* %{buildroot}%{_libdir}
@@ -115,7 +101,21 @@ cp -a arm/share/push/*.cer %{buildroot}/usr/share/push/
 %endif
 %endif
 
-%ifarch %{ix86} x86_64
+%ifarch aarch64
+#libpush
+cp -a aarch64/lib64/libpush.so.* %{buildroot}%{_libdir}
+#libpush-devel
+cp -a aarch64/lib64/libpush.so %{buildroot}%{_libdir}
+#push-bin
+cp -a aarch64/bin/pushd %{buildroot}%{_bindir}
+cp -a aarch64/bin/push_tool %{buildroot}%{_bindir}
+cp -a aarch64/share/push/*.cer %{buildroot}/usr/share/push/
+%if %{_support_weblog}
+       aarch64/bin/pushlog_tool
+%endif
+%endif
+
+%ifarch %{ix86}
 #libpush
 cp -a x86/lib/libpush.so.* %{buildroot}%{_libdir}
 #libpus-devel
@@ -129,6 +129,19 @@ cp -a x86/share/push/*.cer %{buildroot}/usr/share/push/
 %endif
 %endif
 
+%ifarch x86_64
+#libpush
+cp -a x86_64/lib64/libpush.so.* %{buildroot}%{_libdir}
+#libpus-devel
+cp -a x86_64/lib64/libpush.so %{buildroot}%{_libdir}
+#push-bin
+cp -a x86_64/bin/pushd %{buildroot}%{_bindir}
+cp -a x86_64/bin/push_tool %{buildroot}%{_bindir}
+cp -a x86_64/share/push/*.cer %{buildroot}/usr/share/push/
+%if %{_support_weblog}
+       x86_64/bin/pushlog_tool
+%endif
+%endif
 
 %post bin
 #mkdir -p /usr/dbspace
diff --git a/x86/LICENSE b/x86/LICENSE
new file mode 100644 (file)
index 0000000..3457772
--- /dev/null
@@ -0,0 +1,18 @@
+Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+Any software product designated as "Samsung Proprietary Software," including\r
+computer software and may include associated media, printed materials, and\r
+"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and\r
+proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”).\r
+\r
+The SOFTWARE PRODUCT must\r
+(i)   be used for Samsung’s approved business purposes only,\r
+(ii)  not be contaminated by open source codes,\r
+(iii) must not be used in any ways that will require it to be disclosed or\r
+      licensed freely to third parties or public,\r
+(vi)  must not be subject to reverse engineering, decompling or diassembling.\r
+\r
+Samsung does not grant the recipient any intellectual property rights,\r
+indemnities or warranties and takes on no obligations regarding the SOFTWARE\r
+PRODUCT except as otherwise agreed to under a separate written agreement with\r
+the recipient.
\ No newline at end of file
diff --git a/x86_64/LICENSE b/x86_64/LICENSE
new file mode 100644 (file)
index 0000000..3457772
--- /dev/null
@@ -0,0 +1,18 @@
+Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+Any software product designated as "Samsung Proprietary Software," including\r
+computer software and may include associated media, printed materials, and\r
+"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and\r
+proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”).\r
+\r
+The SOFTWARE PRODUCT must\r
+(i)   be used for Samsung’s approved business purposes only,\r
+(ii)  not be contaminated by open source codes,\r
+(iii) must not be used in any ways that will require it to be disclosed or\r
+      licensed freely to third parties or public,\r
+(vi)  must not be subject to reverse engineering, decompling or diassembling.\r
+\r
+Samsung does not grant the recipient any intellectual property rights,\r
+indemnities or warranties and takes on no obligations regarding the SOFTWARE\r
+PRODUCT except as otherwise agreed to under a separate written agreement with\r
+the recipient.
\ No newline at end of file
diff --git a/x86_64/bin/push_tool b/x86_64/bin/push_tool
new file mode 100755 (executable)
index 0000000..f528ff8
Binary files /dev/null and b/x86_64/bin/push_tool differ
diff --git a/x86_64/bin/pushd b/x86_64/bin/pushd
new file mode 100755 (executable)
index 0000000..f79fc90
Binary files /dev/null and b/x86_64/bin/pushd differ
diff --git a/x86_64/lib64/libpush.so b/x86_64/lib64/libpush.so
new file mode 120000 (symlink)
index 0000000..42d3ebb
--- /dev/null
@@ -0,0 +1 @@
+libpush.so.0
\ No newline at end of file
diff --git a/x86_64/lib64/libpush.so.0 b/x86_64/lib64/libpush.so.0
new file mode 120000 (symlink)
index 0000000..e8cbc23
--- /dev/null
@@ -0,0 +1 @@
+libpush.so.0.2.12
\ No newline at end of file
diff --git a/x86_64/lib64/libpush.so.0.2.12 b/x86_64/lib64/libpush.so.0.2.12
new file mode 100644 (file)
index 0000000..51af90d
Binary files /dev/null and b/x86_64/lib64/libpush.so.0.2.12 differ
diff --git a/x86_64/share/push/PushServerTrust.cer b/x86_64/share/push/PushServerTrust.cer
new file mode 100644 (file)
index 0000000..7fb8bb2
--- /dev/null
@@ -0,0 +1,19 @@
+-----BEGIN CERTIFICATE-----
+MIIDGDCCAoGgAwIBAgIJAPMld7YDENSnMA0GCSqGSIb3DQEBBQUAMIGkMQswCQYD
+VQQGEwJLUjEUMBIGA1UECAwLR3llb25nZ2kgZG8xDjAMBgNVBAcMBVN1d29uMSUw
+IwYDVQQKDBxTQU1TVU5HIEVMRUNUUk9OSUNTIENPLiwgTFREMR4wHAYDVQQDDBUq
+LnB1c2guc2Ftc3VuZ29zcC5jb20xKDAmBgkqhkiG9w0BCQEWGWFkbWluQHB1c2gu
+c2Ftc3VuZ29zcC5jb20wHhcNOTkxMjMxMTUwMjEwWhcNNDkxMjE4MTUwMjEwWjCB
+pDELMAkGA1UEBhMCS1IxFDASBgNVBAgMC0d5ZW9uZ2dpIGRvMQ4wDAYDVQQHDAVT
+dXdvbjElMCMGA1UECgwcU0FNU1VORyBFTEVDVFJPTklDUyBDTy4sIExURDEeMBwG
+A1UEAwwVKi5wdXNoLnNhbXN1bmdvc3AuY29tMSgwJgYJKoZIhvcNAQkBFhlhZG1p
+bkBwdXNoLnNhbXN1bmdvc3AuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
+gQDS/wx087bX6AA7bz/rPd/AOtm8g1ebRfENevGCnMrnU43PlryjjQjgKxwMO1R5
+Mdvv9IsSdoGIKj5h5VZlWbuiCx5pPqf62Owu3DjVLLuHWmlFkb7y6mKfshAcGCVq
+azjayWF9NpmOPnJDlFOZHTu+5X0+KEyx/W7kS6gcB5WIRwIDAQABo1AwTjAdBgNV
+HQ4EFgQUWMjZPBPgzaBussvwASa64F2DMFEwHwYDVR0jBBgwFoAUWMjZPBPgzaBu
+ssvwASa64F2DMFEwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQBpsXfr
+Fyd3rdKRzyBh/aJgY+XLZf5/TZYhtv2OLv5kMK0EkS0CEduPK5LeZwOhWgLIGpsl
+m8F2WNFttqP6fsAHExLTUlyqt4HT0CdzUtypjgsUPK5GBqEvz6+iQP+hZ4NKuxNB
+kci9Q85y89ANKtHvKxN1vu7gqArGFyIOJDVC8w==
+-----END CERTIFICATE-----