Tizen 2.4.0 rev3 SDK Public Release submit/tizen_2.3.1/20160302.054040
authorjk7744.park <jk7744.park@samsung.com>
Wed, 24 Feb 2016 12:16:51 +0000 (21:16 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Wed, 24 Feb 2016 12:16:51 +0000 (21:16 +0900)
arm/bin/push_tool
arm/bin/pushd
arm/lib/libpush.so.0.2.12
doc/push_doc.h
packaging/push.spec
packaging/pushd.service
x86/bin/push_tool
x86/bin/pushd
x86/lib/libpush.so.0.2.12

index c2e9f15..5307718 100755 (executable)
Binary files a/arm/bin/push_tool and b/arm/bin/push_tool differ
index 58b8e9d..f89d03c 100755 (executable)
Binary files a/arm/bin/pushd and b/arm/bin/pushd differ
index 1d8b05f..d6052a6 100644 (file)
Binary files a/arm/lib/libpush.so.0.2.12 and b/arm/lib/libpush.so.0.2.12 differ
index b77f773..4abc75a 100755 (executable)
@@ -67,7 +67,7 @@
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
  *
- * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
  *
  */
 
index a4e2f8b..4a393ab 100644 (file)
@@ -2,14 +2,15 @@
 
 Name:       push
 Summary:    Push services and client library..
-Version:    0.4.13
-Release:    2
+Version:    0.4.06
+Release:    1
 Group:      Application Framwork/Service
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1:    pushd.service
 Requires(post): /sbin/ldconfig
 Requires(post): /usr/bin/sqlite3
+Requires(post): /usr/bin/vconftool
 Requires(postun): /sbin/ldconfig
 
 %if %{_support_weblog}
@@ -121,8 +122,8 @@ cp -a x86/share/push/*.cer %{buildroot}/usr/share/push/
 %post bin
 mkdir -p /opt/usr/dbspace
 sqlite3 /opt/usr/dbspace/.push.db "PRAGMA journal_mode = PERSIST; create table a(a); drop table a;" > /dev/null
-chown system:5000 /opt/usr/dbspace/.push.db
-chown system:5000 /opt/usr/dbspace/.push.db-journal
+chown root:5000 /opt/usr/dbspace/.push.db
+chown root:5000 /opt/usr/dbspace/.push.db-journal
 chmod 660 /opt/usr/dbspace/.push.db
 chmod 660 /opt/usr/dbspace/.push.db-journal
 
@@ -136,7 +137,7 @@ chsmack -a 'push-service::db' /opt/usr/dbspace/.push.db-journal
 
 %files -n libpush
 %manifest libpush.manifest
-%attr(644,system,system)%{_libdir}/libpush.so.*
+%attr(644,-,-) %{_libdir}/libpush.so.*
 
 %files -n libpush-devel
 %{_includedir}/*.h
@@ -145,20 +146,20 @@ chsmack -a 'push-service::db' /opt/usr/dbspace/.push.db-journal
 
 %files bin
 %manifest push-bin.manifest
-%attr(755,system,system)%{_bindir}/pushd
-%attr(644,system,system)/usr/share/push/*.cer
-%attr(644,system,system)/usr/share/license/%{name}
+%{_bindir}/pushd
+/usr/share/push/*.cer
+/usr/share/license/%{name}
 
 # This is a certificate file to access to logging server by HTTPS.
 %if %{_support_weblog}
-%attr(644,system,system)/usr/share/push/push_sslkey.pem
-%attr(644,system,system)/usr/share/push/prd-dl-key.pem
+/usr/share/push/push_sslkey.pem
+/usr/share/push/prd-dl-key.pem
 %endif
 
-%attr(755,system,system)/usr/lib/systemd/user/pushd.service
-%attr(755,system,system)/usr/lib/systemd/user/tizen-middleware.target.wants/pushd.service
-%attr(755,system,system)%{_libdir}/systemd/system/multi-user.target.wants/pushd.service
-%attr(755,system,system)%{_libdir}/systemd/system/pushd.service
+/usr/lib/systemd/user/pushd.service
+/usr/lib/systemd/user/tizen-middleware.target.wants/pushd.service
+%{_libdir}/systemd/system/multi-user.target.wants/pushd.service
+%{_libdir}/systemd/system/pushd.service
 
 %files tool
 %manifest push-tool.manifest
index 58f8d3f..442ca3c 100755 (executable)
@@ -8,9 +8,5 @@ ExecStart=/usr/bin/pushd
 Restart=always
 MemoryLimit=10M
 
-User=system
-Group=system
-SmackProcessLabel=push-service
-
 [Install]
 WantedBy=multi-user.target
index e165141..0149c22 100755 (executable)
Binary files a/x86/bin/push_tool and b/x86/bin/push_tool differ
index 323502a..9ce03ef 100755 (executable)
Binary files a/x86/bin/pushd and b/x86/bin/pushd differ
index a759ef1..864056b 100644 (file)
Binary files a/x86/lib/libpush.so.0.2.12 and b/x86/lib/libpush.so.0.2.12 differ