Initial repository 68/82568/2 accepted/tizen/common/20160809.183802 accepted/tizen/ivi/20160809.075628 accepted/tizen/mobile/20160809.075521 accepted/tizen/tv/20160809.075550 accepted/tizen/wearable/20160809.075607 submit/tizen/20160809.021729
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 3 Aug 2016 03:24:12 +0000 (12:24 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 8 Aug 2016 02:15:48 +0000 (11:15 +0900)
tizen-platform-config-meta package repository.
This package only maintains tizen-platform.meta file.

Change-Id: I1e26aaf91d02057d4ddbf1608eb926ec17eba3e8
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
LICENSE [new file with mode: 0644]
packaging/tizen-platform-config-meta-rpmlintrc [new file with mode: 0644]
packaging/tizen-platform-config-meta.manifest [new file with mode: 0644]
packaging/tizen-platform-config-meta.spec [new file with mode: 0644]
packaging/tizen-platform.meta [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..635dd08
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+ MIT License
+
+ Copyright (c) 2013 Intel
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
diff --git a/packaging/tizen-platform-config-meta-rpmlintrc b/packaging/tizen-platform-config-meta-rpmlintrc
new file mode 100644 (file)
index 0000000..0ba0252
--- /dev/null
@@ -0,0 +1,8 @@
+# avoid warning:
+# ------------------------
+# tizen-platform-config.x86_64: W: no-binary
+# The package should be of the noarch architecture because it doesn't contain
+# any binaries.
+# ------------------------
+
+addFilter("no-binary")
diff --git a/packaging/tizen-platform-config-meta.manifest b/packaging/tizen-platform-config-meta.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/tizen-platform-config-meta.spec b/packaging/tizen-platform-config-meta.spec
new file mode 100644 (file)
index 0000000..5ba8838
--- /dev/null
@@ -0,0 +1,31 @@
+Name:           tizen-platform-config-meta
+Version:        1.0
+Release:        0
+Summary:        Tizen Platform Configuration Meta data
+License:        MIT
+Url:            http://www.tizen.org
+Group:          System/Configuration
+Source0:        %{name}-%{version}.tar.gz
+Source1:        %{name}-rpmlintrc
+Source2:        %{name}.manifest
+Source3:        tizen-platform.meta
+
+# the main package only contains a config file but other dependent packages
+# will contain binary. So, we can't build a noarch package and have to avoid
+# a rpmlint warning using a filter in xxx-rpmlintrc
+
+%description
+Tizen Platform Configuration Meta data - variables definitions
+
+%prep
+%setup -q
+cp %{SOURCE2} .
+
+%install
+mkdir -p %{buildroot}%{_sysconfdir}
+cp %{SOURCE3} %{buildroot}%{_sysconfdir}/tizen-platform.meta
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{_sysconfdir}/tizen-platform.meta
diff --git a/packaging/tizen-platform.meta b/packaging/tizen-platform.meta
new file mode 100644 (file)
index 0000000..465768e
--- /dev/null
@@ -0,0 +1,168 @@
+############################################################
+#                   SYSTEM VARIABLES                       #
+############################################################
+
+############# Base dirs #############
+
+# Tizen 3 (single user):
+#TZ_SYS_HOME=/home
+#TZ_SYS_ROOT=/opt/usr/home/root
+#TZ_SYS_SHARE=/opt/share
+#TZ_SYS_ETC=/opt/etc
+#TZ_SYS_DATA=/opt/data
+#TZ_SYS_BIN=/usr/bin
+#TZ_SYS_SMACK=/opt/etc/smack
+#TZ_SYS_STORAGE=/opt/storage
+#TZ_SYS_USER_GROUP=app
+
+# Tizen 3 (multi user):
+TZ_SYS_HOME=/opt/usr/home
+TZ_SYS_ROOT=/root
+TZ_SYS_SHARE=/opt/share
+TZ_SYS_RO_SHARE=/usr/share
+TZ_SYS_ETC=/opt/etc
+TZ_SYS_RO_ETC=/etc
+TZ_SYS_DATA=/opt/data
+TZ_SYS_BIN=/usr/bin
+TZ_SYS_SBIN=/usr/sbin
+TZ_SYS_SMACK=/etc/smack
+TZ_SYS_STORAGE=/opt/media
+TZ_SYS_MEDIA=/opt/media
+TZ_SYS_TEMP_MNT=/mnt
+TZ_SYS_SRV=/srv
+TZ_SYS_VAR=/opt/var
+TZ_SYS_USER_GROUP=users
+TZ_SYS_GLOBALAPP_USER=tizenglobalapp
+TZ_SYS_ADMIN_GROUP=system
+TZ_SYS_GLOBALUSER_DATA=/opt/usr/data
+TZ_SYS_GLOBALUSER_DB=/opt/usr/dbspace
+
+# which user to use when applications start request are sent by system daemons
+TZ_SYS_DEFAULT_USER=owner
+
+# The default directory to store coredumps and logdumps when a crash is occurred
+TZ_SYS_CRASH=/opt/share/crash/dump
+
+############# Core & Framework dirs #############
+
+# Tizen 3 (single user):
+#TZ_SYS_DB=/opt/dbspace
+#TZ_SYS_CONFIG=/opt/var/kdb
+#TZ_SYS_RW_APP=/opt/apps
+#TZ_SYS_RO_APP=/usr/apps
+#TZ_SYS_APP_PREINSTALL=/opt/usr/apps/.preinstallWidgets
+#TZ_SYS_RW_ICONS=/opt/share/icons
+#TZ_SYS_RO_ICONS=/usr/share/icons
+#TZ_SYS_RW_WIDGET=/opt/share/widget
+#TZ_SYS_RO_WIDGET=/usr/share/widget
+#TZ_SYS_RW_DESKTOP_APP=/opt/share/applications
+#TZ_SYS_RO_DESKTOP_APP=/usr/share/applications
+#TZ_SYS_RW_WRT_ENGINE=/opt/share/wrt-engine
+#TZ_SYS_RO_WRT_ENGINE=/usr/share/wrt-engine
+#TZ_SYS_RW_PACKAGES=/opt/share/packages
+#TZ_SYS_RO_PACKAGES=/usr/share/packages
+#TZ_SYS_WRT_CONF=/usr/etc/wrt
+#TZ_SYS_WRT_PLUGINS_CONF=/usr/etc/wrt-plugins
+#TZ_SYS_TIZEN_APIS_CONF=/usr/etc/tizen-apis
+#TZ_SYS_ACE_CONF=/usr/etc/ace
+#TZ_SYS_RW_UG=/opt/ug
+#TZ_SYS_RO_UG=/usr/ug
+
+# Tizen 3 (multi user):
+TZ_SYS_APP_PREINSTALL=/opt/usr/apps/.preinstallWidgets
+TZ_SYS_DB=/opt/dbspace
+TZ_SYS_DEBUG_PORT=9222
+TZ_SYS_CONFIG=/usr/kdb
+TZ_SYS_RW_APP=/opt/usr/apps
+TZ_SYS_RO_APP=/usr/apps
+TZ_SYS_RW_ICONS=/usr/share/icons
+TZ_SYS_RO_ICONS=/usr/share/icons
+TZ_SYS_RW_WIDGET=/usr/share/widget
+TZ_SYS_RO_WIDGET=/usr/share/widget
+TZ_SYS_RW_DESKTOP_APP=/usr/share/applications
+TZ_SYS_RO_DESKTOP_APP=/usr/share/applications
+TZ_SYS_RW_WRT_ENGINE=/usr/share/wrt-engine
+TZ_SYS_RO_WRT_ENGINE=/usr/share/wrt-engine
+TZ_SYS_RW_PACKAGES=/opt/share/packages
+TZ_SYS_RO_PACKAGES=/usr/share/packages
+TZ_SYS_WRT_PLUGINS_CONF=/etc/wrt-plugins
+TZ_SYS_TIZEN_APIS_CONF=/etc/tizen-apis
+TZ_SYS_ACE_CONF=/etc/ace
+TZ_SYS_RW_UG=/usr/ug
+TZ_SYS_RO_UG=/usr/ug
+TZ_SYS_RUN=/var/run
+
+############################################################
+#                   SDK VARIABLES                          #
+############################################################
+
+TZ_SDK_USER_NAME=${TZ_SYS_DEFAULT_USER}
+TZ_SDK_HOME=/home/${TZ_SDK_USER_NAME}
+TZ_SDK_TOOLS=${TZ_SDK_HOME}/apps_rw/tmp/sdk_tools
+
+############################################################
+#                   USER VARIABLES                         #
+############################################################
+
+############# Base dirs #############
+
+# Tizen 3 (single user):
+#TZ_USER_NAME=app
+#TZ_USER_HOME=$TZ_SYS_HOME/app
+#TZ_USER_SHARE=/opt/usr/share
+#TZ_USER_DATA=/opt/usr/data
+#TZ_USER_ETC=/opt/usr/etc
+#TZ_USER_LIVE=/opt/usr/live
+#TZ_USER_UG=/opt/usr/ug
+
+# Tizen 3 (multi user):
+TZ_USER_NAME=$USER
+TZ_USER_HOME=$HOME
+TZ_USER_SHARE=$TZ_USER_HOME/share
+TZ_USER_DATA=$TZ_USER_HOME/data
+TZ_USER_ETC=$TZ_USER_HOME/etc
+TZ_USER_LIVE=$TZ_USER_HOME/live
+TZ_USER_UG=$TZ_USER_HOME/ug
+
+############# Core & Framework dirs #############
+
+# Tizen 3 (single user):
+#TZ_USER_DB=/opt/usr/dbspace
+#TZ_USER_CONFIG=/opt/var/kdb
+#TZ_USER_APP=/opt/usr/apps
+
+# Tizen 3 (multi user):
+TZ_USER_APPROOT=$TZ_USER_HOME/.applications
+TZ_USER_DB=$TZ_USER_APPROOT/dbspace
+TZ_USER_PACKAGES=$TZ_USER_APPROOT/manifest
+TZ_USER_DESKTOP=$TZ_USER_APPROOT/desktop
+TZ_USER_ICONS=$TZ_USER_APPROOT/icons
+#TZ_USER_CONFIG=$TZ_USER_HOME/kdb
+TZ_USER_APP=$TZ_USER_HOME/apps_rw
+TZ_USER_CACHE=$TZ_USER_HOME/.cache
+TZ_USER_CONFIG=$TZ_USER_HOME/.config
+
+############# Content dirs #############
+
+# Tizen 3 (single user):
+#TZ_USER_CONTENT=/opt/usr/media
+#TZ_USER_CAMERA=$TZ_USER_CONTENT/Camera
+#TZ_USER_VIDEOS=$TZ_USER_CONTENT/Videos
+#TZ_USER_IMAGES=$TZ_USER_CONTENT/Images
+#TZ_USER_SOUNDS=$TZ_USER_CONTENT/Sounds
+#TZ_USER_GAMES=$TZ_USER_CONTENT/Games
+#TZ_USER_DOCUMENTS=$TZ_USER_CONTENT/Documents
+#TZ_USER_OTHERS=$TZ_USER_CONTENT/Others
+#TZ_USER_DOWNLOADS=$TZ_USER_CONTENT/Downloads
+
+# Tizen 3 (multi user):
+TZ_USER_CONTENT=$TZ_USER_HOME/content
+TZ_USER_CAMERA=$TZ_USER_CONTENT/Camera
+TZ_USER_VIDEOS=$TZ_USER_CONTENT/Videos
+TZ_USER_IMAGES=$TZ_USER_CONTENT/Images
+TZ_USER_SOUNDS=$TZ_USER_CONTENT/Sounds
+TZ_USER_MUSIC=$TZ_USER_CONTENT/Music
+TZ_USER_GAMES=$TZ_USER_CONTENT/Games
+TZ_USER_DOCUMENTS=$TZ_USER_CONTENT/Documents
+TZ_USER_OTHERS=$TZ_USER_CONTENT/Others
+TZ_USER_DOWNLOADS=$TZ_USER_CONTENT/Downloads