Add multi-user support 65/16465/1 accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/common/20140506.112840 accepted/tizen/ivi/panda/20140403.015115 submit/tizen/20140430.020549 submit/tizen_ivi_panda/20140403.011839
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 28 Jan 2014 15:52:34 +0000 (16:52 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 17 Feb 2014 15:05:25 +0000 (16:05 +0100)
commit27bbf892e0f237c6ed297b78c55690994e0f60d5
tree9e8d963bd12ae31c4cf1a46730737c717a4a3445
parent406ddd5f5d63b217dea408d7b10b70171c4c6cdc
Add multi-user support

Note that offending paths ("/opt/usr/apps") in the file sample.xml were
not removed since this file is neither used nor part of the
generated RPM. As the name of the file suggest it, it simply is a
sample.

Also correct some RPMLINT warnings/errors:
+ set a valid license tag in spec file
+ set a valid group tag in spec file
+ call ldconfig during post install (%post) and post uninstall (%postun)
  processes in spec file

Bug-Tizen: PTREL-345
Change-Id: I1b4b00ddcf8d51c98f67e5ae268e0ca0503de176
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
lib/CMakeLists.txt
lib/src/main.c
packaging/libshortcut.spec
pkgmgr_shortcut/CMakeLists.txt
pkgmgr_shortcut/src/service_register.c
test/application.c
test/icon.c
test_db_builder.sh