[Tizen-submit] 21545: Changes to Tizen:Mobile/bluetooth-share
noreply at tizen.org
noreply at tizen.org
Tue Feb 25 05:27:50 GMT 2014
Hi,
Wu Zheng have made the following changes to bluetooth-share in project Tizen:Mobile. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #21545
submit: Tizen:Mobile:build/bluetooth-share(cleanup) -> Tizen:Mobile
Message:
Submitter: Wu Zheng <wu.zheng at intel.com>
Comments: Add multi-user support
Git project: platform/core/connectivity/bluetooth-share
Tag: submit/tizen/20140225.053622
Commit: 507bbf3c5ee50770b6c4994a20e20e8f34510f7e Add multi-user support
State: new 2014-02-25T05:27:26 tizenrobot
Comment: <no comment>
changes files:
--------------
new:
----
init_db.sh
spec files:
-----------
--- bluetooth-share.spec
+++ bluetooth-share.spec
@@ -1,16 +1,15 @@
-%define _optdir /opt
-
Name: bluetooth-share
+VCS: platform/core/connectivity/bluetooth-share#507bbf3c5ee50770b6c4994a20e20e8f34510f7e
Summary: Bluetooth file share Agent
Version: 0.0.47
-Release: 2
-VCS: platform/core/connectivity/bluetooth-share#submit/tizen/20130912.075605-0-g3bdc7f1ff71510fc4e0a453d365df535bb6ae438
-Group: Connectivity/Bluetooth
-License: Apache License, Version 2.0
+Release: 0
+Group: Network & Connectivity/Bluetooth
+License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
Source1001: %{name}.manifest
Source1002: libbluetooth-share.manifest
Source1003: libbluetooth-share-devel.manifest
+Source1004: init_db.sh
Requires(post): vconf
Requires(post): coreutils
Requires(post): sqlite
@@ -33,6 +32,7 @@
BuildRequires: pkgconfig(db-util)
BuildRequires: pkgconfig(libprivilege-control)
BuildRequires: pkgconfig(capi-content-media-content)
+BuildRequires: pkgconfig(libtzplatform-config)
%description
Bluetooth File Share Agent
@@ -66,63 +66,8 @@
%install
%make_install
-mkdir -p %{buildroot}%{_optdir}/share/bt-ftp
-
-%post
-# For the FTP server folder
-if [ ! -e /opt/share/bt-ftp ]
-then
- mkdir -p /opt/share/bt-ftp
-fi
-
-if [ ! -e /opt/share/bt-ftp/Media ]
-then
- ln -s /opt/usr/media /opt/share/bt-ftp/Media
-fi
-
-if [ ! -e /opt/share/bt-ftp/SD_External ]
-then
- ln -s /opt/storage/sdcard /opt/share/bt-ftp/SD_External
-fi
-
-if [ ! -f /opt/usr/dbspace/.bluetooth_trasnfer.db ]
-then
- sqlite3 /opt/usr/dbspace/.bluetooth_trasnfer.db 'PRAGMA journal_mode = PERSIST;
- create table if not exists inbound (
- id INTEGER PRIMARY KEY autoincrement,
- sid INTEGER,
- tr_status INTEGER,
- file_path TEXT,
- dev_name TEXT,
- timestamp INTEGER default 0,
- addr TEXT,
- type TEXT,
- content TEXT
- );
- create table if not exists outbound (
- id INTEGER PRIMARY KEY autoincrement,
- sid INTEGER,
- tr_status INTEGER,
- file_path TEXT,
- dev_name TEXT,
- timestamp INTEGER default 0,
- addr TEXT,
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list