From: HaJun, Sung Date: Tue, 4 Aug 2015 07:29:06 +0000 (+0900) Subject: [Tizen][PushD] License update & add x86_64 emulator build X-Git-Tag: accepted/tizen/mobile/20150804.111757^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F45256%2F1;p=platform%2Fcore%2Fappfw%2Fsppc.git [Tizen][PushD] License update & add x86_64 emulator build Change-Id: If51b40fea479852a3828d81e192f127386a9ad20 Signed-off-by: HaJun, Sung --- diff --git a/aarch64/LICENSE b/aarch64/LICENSE new file mode 100644 index 0000000..3457772 --- /dev/null +++ b/aarch64/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. + +Any software product designated as "Samsung Proprietary Software," including +computer software and may include associated media, printed materials, and +"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and +proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”). + +The SOFTWARE PRODUCT must +(i) be used for Samsung’s approved business purposes only, +(ii) not be contaminated by open source codes, +(iii) must not be used in any ways that will require it to be disclosed or + licensed freely to third parties or public, +(vi) must not be subject to reverse engineering, decompling or diassembling. + +Samsung does not grant the recipient any intellectual property rights, +indemnities or warranties and takes on no obligations regarding the SOFTWARE +PRODUCT except as otherwise agreed to under a separate written agreement with +the recipient. \ No newline at end of file diff --git a/arm/LICENSE b/arm/LICENSE new file mode 100644 index 0000000..3457772 --- /dev/null +++ b/arm/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. + +Any software product designated as "Samsung Proprietary Software," including +computer software and may include associated media, printed materials, and +"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and +proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”). + +The SOFTWARE PRODUCT must +(i) be used for Samsung’s approved business purposes only, +(ii) not be contaminated by open source codes, +(iii) must not be used in any ways that will require it to be disclosed or + licensed freely to third parties or public, +(vi) must not be subject to reverse engineering, decompling or diassembling. + +Samsung does not grant the recipient any intellectual property rights, +indemnities or warranties and takes on no obligations regarding the SOFTWARE +PRODUCT except as otherwise agreed to under a separate written agreement with +the recipient. \ No newline at end of file diff --git a/packaging/push.spec b/packaging/push.spec index 4a9574a..fcb71d1 100644 --- a/packaging/push.spec +++ b/packaging/push.spec @@ -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 index 0000000..3457772 --- /dev/null +++ b/x86/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. + +Any software product designated as "Samsung Proprietary Software," including +computer software and may include associated media, printed materials, and +"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and +proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”). + +The SOFTWARE PRODUCT must +(i) be used for Samsung’s approved business purposes only, +(ii) not be contaminated by open source codes, +(iii) must not be used in any ways that will require it to be disclosed or + licensed freely to third parties or public, +(vi) must not be subject to reverse engineering, decompling or diassembling. + +Samsung does not grant the recipient any intellectual property rights, +indemnities or warranties and takes on no obligations regarding the SOFTWARE +PRODUCT except as otherwise agreed to under a separate written agreement with +the recipient. \ No newline at end of file diff --git a/x86_64/LICENSE b/x86_64/LICENSE new file mode 100644 index 0000000..3457772 --- /dev/null +++ b/x86_64/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. + +Any software product designated as "Samsung Proprietary Software," including +computer software and may include associated media, printed materials, and +"online" or electronic documentation ("SOFTWARE PRODUCT") is a copyrighted and +proprietary property of SAMSUNG ELECTRONICS CO., LTD (“Samsung”). + +The SOFTWARE PRODUCT must +(i) be used for Samsung’s approved business purposes only, +(ii) not be contaminated by open source codes, +(iii) must not be used in any ways that will require it to be disclosed or + licensed freely to third parties or public, +(vi) must not be subject to reverse engineering, decompling or diassembling. + +Samsung does not grant the recipient any intellectual property rights, +indemnities or warranties and takes on no obligations regarding the SOFTWARE +PRODUCT except as otherwise agreed to under a separate written agreement with +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 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 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 index 0000000..42d3ebb --- /dev/null +++ b/x86_64/lib64/libpush.so @@ -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 index 0000000..e8cbc23 --- /dev/null +++ b/x86_64/lib64/libpush.so.0 @@ -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 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 index 0000000..7fb8bb2 --- /dev/null +++ b/x86_64/share/push/PushServerTrust.cer @@ -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-----