summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
José Bollo [Mon, 8 Dec 2014 11:07:07 +0000 (12:07 +0100)]
packaging: improvement of dependencies
Change-Id: I0dec7bf661ebb0d222587bf339b19191d3f3addf
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Patrick Ohly [Wed, 12 Nov 2014 12:27:29 +0000 (13:27 +0100)]
make contacts and calendar service optional
If enabled, incoming vcard and vcalendar items are stored in contact
service resp. calendar service. When disabled, such incoming items are
silently discarded. This follows the approach already taken for
vbookmark items.
The enabled/disabled check in CMake only looks at availability of the
.pc files. The .spec file then makes the .pc files available only when
desired. This is a bit error prone because something might pull them
in indirectly. However, that itself would be a bug and thus this
simple approach of extending CMake rules was used.
Only the mobile profile uses these services. Instead of checking for
the profile, a package or system bcond would be better. But that needs
to be fixed across multiple packages consistently and thus is not done
as part of this commit here.
Change-Id: I4eef2ab9cb20b9721becac5ea5989c74c183ab22
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
wu zheng [Fri, 26 Sep 2014 06:20:46 +0000 (23:20 -0700)]
Merge "included struct stat definition header" into tizen
Christophe Moreau [Fri, 19 Sep 2014 14:50:05 +0000 (16:50 +0200)]
Remove syspopup and aul dependencies
Tizen 3 should use a popup system that does not depend on a graphical toolkit
Bug-Tizen: TC-1476
Change-Id: I50109f0523585ad2ae6fafe87c15b05a6869c2c4
Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
Volodymyr Zherebchuk [Fri, 5 Sep 2014 11:40:36 +0000 (14:40 +0300)]
included struct stat definition header
Change-Id: I32242cbd3d7ee584e7c17d7f2685948867a3d62d
Signed-off-by: Volodymyr Zherebchuk <Volodymyr.Zherebchuk@globallogic.com>
Casey Schaufler [Wed, 30 Jul 2014 21:18:53 +0000 (14:18 -0700)]
Remove Tizen-2 Smack rules
Tizen 3 isn't using the Smack rule scheme used in Tizen 2.
The rules defined are not appropriate to Tizen 3, so out
they go.
Change-Id: I08851672148014e1ec686f73c9f2e08123da0e36
Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
Taejin Woo [Fri, 11 Apr 2014 04:37:20 +0000 (13:37 +0900)]
Remove hardcoded path for multiuser support
We remove bt-share hardcoded path for multiuser support.
Change-Id: I4e90c4a4b40775fa08a9b16c3a1eac0759dbc514
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Casey Schaufler [Thu, 10 Apr 2014 21:50:05 +0000 (14:50 -0700)]
Merge "Update deprecated libprivilege-control API functions." into tizen
Jean-Benoit MARTIN [Mon, 7 Apr 2014 12:12:21 +0000 (14:12 +0200)]
Fix Multiuser packaging
Bug-Tizen: PTREL-368
Change-Id: I8f33657db5fb3b32a5559f1b005bf1d8e488904d
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Marcin Lis [Mon, 7 Apr 2014 11:47:56 +0000 (13:47 +0200)]
Update deprecated libprivilege-control API functions.
Change-Id: Ieefa1d39e2ceacd7fab234488166986606f44f1f
Signed-off-by: Marcin Lis <m.lis@samsung.com>
Kévin THIERRY [Mon, 20 Jan 2014 14:44:56 +0000 (15:44 +0100)]
Add multi-user support
Also:
+ remove the creation of links "/opt/share/bt-ftp/Media" and
"/opt/share/bt-ftp/SD_External" in the spec file since they don't seem
to be used.
+ set a valid license tag in spec file
+ set a valid group tag in spec file
Bug-Tizen: PTREL-368
Change-Id: Ic272a472ca6c707e7ce4ab64f1eefe0eec8a7df7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Chengwei Yang [Thu, 17 Oct 2013 07:57:06 +0000 (15:57 +0800)]
Fix .service and install it into dbus system service directory
In Tizen 3.0, dbus will running with an unprivileged user 'dbus' and use
an setuid servicehelper to activate system service, which should be
installed into the system-service directory if it provides system wide
service, and "User=" field is must to have to servicehelper.
Bug: https://bugs.tizen.org/jira/browse/PTREL-124
Change-Id: I954c38e3340b9a77c2776938380641023bcbab55
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Michael Leibowitz [Wed, 17 Jul 2013 16:18:31 +0000 (09:18 -0700)]
Fix manifests
put manifests in packaging/
consistent use of %{name} macros
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Victor Hakoun [Wed, 26 Jun 2013 09:45:54 +0000 (11:45 +0200)]
Changes : fix rpmlint issues, set Manifest to default floor
Victor Hakoun [Wed, 26 Jun 2013 08:24:27 +0000 (10:24 +0200)]
Fix rmplint issues
- Set the Group Connectivity/Bluetooth
- Add %post and %postun section for libbluetooth-share and libbluetooth-share-devel to run ldconfig
Change-Id: I0c8f43936d7eddeff2311886e7e8a0e926af15ba
Victor Hakoun [Wed, 26 Jun 2013 08:22:18 +0000 (10:22 +0200)]
Replace manifest with default floor
Change-Id: I549b3c28d4e6c7a91e9d15199b605038df300c4d
Junfeng Dong [Thu, 20 Jun 2013 15:10:36 +0000 (23:10 +0800)]
Fix build errors.
Fix hard codeing library path.
Modify the requires from smack-utils to smack.
Use %cmake macro for x86_64.
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
DoHyun Pyun [Tue, 7 May 2013 05:58:37 +0000 (14:58 +0900)]
Add rule file in accesses.d folder
Change-Id: I95afc497db595cf5509f837f7db2a9d7daeeabe8
DoHyun Pyun [Tue, 16 Apr 2013 07:46:38 +0000 (16:46 +0900)]
Change the path of DB file
/opt/dbspace -> /opt/usr/dbspace
Change-Id: I820d3ba64ce5244c726caf89eddf056ce807b27e
DoHyun Pyun [Tue, 16 Apr 2013 07:34:17 +0000 (16:34 +0900)]
Remove unused vconf value
Change-Id: I9425e12fb3d3d614f02cf3dd15ee0ccf46b1c13d
DoHyun Pyun [Tue, 16 Apr 2013 06:22:47 +0000 (15:22 +0900)]
Remove unused vconf value
Change-Id: I79db79f65ea97b66d9b31d3b5f908b45c23f2345
DoHyun Pyun [Tue, 9 Apr 2013 13:51:17 +0000 (22:51 +0900)]
Fix the JIRA issue (N_SE-32889)
Can't get the duplicated file
Change-Id: Ib960bbf1e715a30ba3b87810983767360af01a10
DoHyun Pyun [Thu, 4 Apr 2013 01:15:33 +0000 (10:15 +0900)]
Fix the prevent issue (CID 43204)
Logically dead code (DEADCODE)
Execution cannot reach this statement "close(fd);"
Change-Id: I54a80f24b43b9006990b05f6dbb9fc2dffb66474
DoHyun Pyun [Mon, 1 Apr 2013 00:51:07 +0000 (09:51 +0900)]
Remove 'smack request' lines
Change-Id: Ifcfb62754f1c5b9ded0ebb4b5a8012949cb03fb3
DoHyun Pyun [Fri, 22 Mar 2013 00:01:14 +0000 (09:01 +0900)]
Marge branch 'master' into tizen_2.1
Change-Id: Ib49eba9043584ba462d83338c35ef46012ced0f4
Jinkun Jang [Fri, 15 Mar 2013 16:13:09 +0000 (01:13 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:47:09 +0000 (01:47 +0900)]
Tizen 2.1 base
Jung Minsun [Tue, 21 Aug 2012 02:18:03 +0000 (11:18 +0900)]
Initial empty repository