change CRLF to LF
authorHyunggi Lee <hyunggi.lee@samsung.com>
Tue, 21 Jun 2022 09:39:22 +0000 (18:39 +0900)
committerHyunggi Lee <hyunggi.lee@samsung.com>
Tue, 21 Jun 2022 09:39:22 +0000 (18:39 +0900)
Change-Id: Iae95b8be38c60549a87884b77b851b56c8cc794f
Signed-off-by: Hyunggi Lee <hyunggi.lee@samsung.com>
TIZEN/Tizen-7.0/Tizen-7.0-Unified/project_config
TIZEN/Tizen-7.0/Tizen-7.0-Unified/project_env

index 5fad8d3..40b53f3 100644 (file)
-################################################################################\r
-# OBS Project config for Tizen:Unified\r
-#\r
-# vim: set syntax=spec:\r
-################################################################################\r
-\r
-############################# conflicts resolution #############################\r
-\r
-FileProvides: /usr/sbin/groupadd shadow-utils\r
-Prefer: bluetooth-tools-no-firmware\r
-\r
-############################# profile definition ###############################\r
-\r
-%define _with_tizen 1\r
-\r
-# For classifying debug/release mode\r
-Macros:\r
-%tizen_build_devel_mode 1\r
-:Macros\r
-\r
-# %release_name and %tizen_full_version are used in platform/upstream/tizen-release\r
-\r
-Macros:\r
-%release_name Tizen7/Unified\r
-\r
-%tizen_version_major 7\r
-%tizen_version_minor 0\r
-%tizen_version_patch 0\r
-\r
-%tizen_version %{tizen_version_major}.%{tizen_version_minor}\r
-%tizen_full_version %{tizen_version}.%{tizen_version_patch}\r
-%tizen %tizen_version\r
-%vendor tizen\r
-%_vendor tizen\r
-%_with_tizen 1\r
-\r
-#### %__spec_check_pre exit 0\r
-#### %run_check_section 0\r
-%opensuse_bs 1\r
-%_default_patch_fuzz   2\r
-:Macros\r
-\r
-########## mesa activation / coregl ##########\r
-\r
-%define _with_mesa 1\r
-Macros:\r
-%_with_mesa 1\r
-:Macros\r
-\r
-Substitute: mesa-devel pkgconfig(glesv2)\r
-Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)\r
-Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)\r
-\r
-Prefer: coregl coregl-devel\r
-Prefer: libwayland-egl libwayland-egl-devel\r
-Prefer: vulkan-loader vulkan-loader-devel\r
-#libelementary.so (upstream, tizen-only ) so add below Prefer. Requested by EFL team. \r
-Prefer: elementary\r
-\r
-########## WAYLAND #########\r
-\r
-%define _with_wayland 1\r
-Macros:\r
-%_with_wayland 1\r
-:Macros\r
-\r
-########## RDP flag ##########\r
-\r
-# enable/disable RDP (remote desktop protocol) for wayland\r
-# flag: _with_rdp, used in repositories\r
-# Affects: weston, freerdp\r
-# Owner: Manuel <manuel.bachmann@open.eurogiciel.org>\r
-\r
-############################# target repositories #############################\r
-\r
-%if "%_repository" == "standard"\r
-\r
-Prefer: mesa libgbm\r
-Substitute: mesa-libGLESv2 coregl\r
-Substitute: mesa-libEGL coregl\r
-\r
-%define _with_rdp 1\r
-Macros:\r
-%_with_rdp 1\r
-:Macros\r
-\r
-%endif\r
-\r
-############################# emulator repositories ############################\r
-\r
-%if "%_repository" == "emulator"\r
-\r
-Prefer: libgbm\r
-Prefer: emulator-yagl emulator-yagl-devel\r
-\r
-%define _with_emulator 1\r
-Macros:\r
-%_with_emulator 1\r
-:Macros\r
-\r
-%endif\r
-\r
-############################# misc config flags ################################\r
-########## USAGE ##########\r
-#\r
-# IMPORTANT: please follow the following rules when playing with flags\r
-# ********************************************************************\r
-#\r
-# In spec file, call %bcond_with macro at the beginning and test with %with:\r
-# -------------------------\r
-# | %bcond_with myfeature\r
-# | [...]\r
-# | %if %{with myfeature}\r
-# | [...]\r
-# | %endif\r
-# | [...]\r
-# -------------------------\r
-#\r
-# To activate an option, use:\r
-# -------------------------\r
-# | %define _with_myfeature 1\r
-# | Macros:\r
-# | %_with_myfeature 1\r
-# | :Macros\r
-# -------------------------\r
-#\r
-# To disable an option, DON'T set the values to 0, as the option would still be defined\r
-# but simply comment the lines: this will undefine the option.\r
-# -------------------------\r
-# | #%define _with_myfeature 1\r
-# | #Macros:\r
-# | #%_with_myfeature 1\r
-# | #:Macros\r
-# -------------------------\r
-#\r
-# More information here:\r
-# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond\r
-#\r
-\r
-########## flags ##########\r
-\r
-# Activate introspection\r
-# This is needed on GuPNP to build Rygel correctly in IVI\r
-# Impacts potentially packages that use gobject-introspection\r
-# Owner: Mikko <mikko.ylinen@intel.com>\r
-\r
-Macros:\r
-%_with_introspection 1\r
-:Macros\r
-\r
-############################# other config #####################################\r
-# derived from Tizen:Base\r
-################################################################################\r
+################################################################################
+# OBS Project config for Tizen:Unified
+#
+# vim: set syntax=spec:
+################################################################################
+
+############################# conflicts resolution #############################
+
+FileProvides: /usr/sbin/groupadd shadow-utils
+Prefer: bluetooth-tools-no-firmware
+
+############################# profile definition ###############################
+
+%define _with_tizen 1
+
+# For classifying debug/release mode
+Macros:
+%tizen_build_devel_mode 1
+:Macros
+
+# %release_name and %tizen_full_version are used in platform/upstream/tizen-release
+
+Macros:
+%release_name Tizen7/Unified
+
+%tizen_version_major 7
+%tizen_version_minor 0
+%tizen_version_patch 0
+
+%tizen_version %{tizen_version_major}.%{tizen_version_minor}
+%tizen_full_version %{tizen_version}.%{tizen_version_patch}
+%tizen %tizen_version
+%vendor tizen
+%_vendor tizen
+%_with_tizen 1
+
+#### %__spec_check_pre exit 0
+#### %run_check_section 0
+%opensuse_bs 1
+%_default_patch_fuzz   2
+:Macros
+
+########## mesa activation / coregl ##########
+
+%define _with_mesa 1
+Macros:
+%_with_mesa 1
+:Macros
+
+Substitute: mesa-devel pkgconfig(glesv2)
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+Prefer: coregl coregl-devel
+Prefer: libwayland-egl libwayland-egl-devel
+Prefer: vulkan-loader vulkan-loader-devel
+#libelementary.so (upstream, tizen-only ) so add below Prefer. Requested by EFL team. 
+Prefer: elementary
+
+########## WAYLAND #########
+
+%define _with_wayland 1
+Macros:
+%_with_wayland 1
+:Macros
+
+########## RDP flag ##########
+
+# enable/disable RDP (remote desktop protocol) for wayland
+# flag: _with_rdp, used in repositories
+# Affects: weston, freerdp
+# Owner: Manuel <manuel.bachmann@open.eurogiciel.org>
+
+############################# target repositories #############################
+
+%if "%_repository" == "standard"
+
+Prefer: mesa libgbm
+Substitute: mesa-libGLESv2 coregl
+Substitute: mesa-libEGL coregl
+
+%define _with_rdp 1
+Macros:
+%_with_rdp 1
+:Macros
+
+%endif
+
+############################# emulator repositories ############################
+
+%if "%_repository" == "emulator"
+
+Prefer: libgbm
+Prefer: emulator-yagl emulator-yagl-devel
+
+%define _with_emulator 1
+Macros:
+%_with_emulator 1
+:Macros
+
+%endif
+
+############################# misc config flags ################################
+########## USAGE ##########
+#
+# IMPORTANT: please follow the following rules when playing with flags
+# ********************************************************************
+#
+# In spec file, call %bcond_with macro at the beginning and test with %with:
+# -------------------------
+# | %bcond_with myfeature
+# | [...]
+# | %if %{with myfeature}
+# | [...]
+# | %endif
+# | [...]
+# -------------------------
+#
+# To activate an option, use:
+# -------------------------
+# | %define _with_myfeature 1
+# | Macros:
+# | %_with_myfeature 1
+# | :Macros
+# -------------------------
+#
+# To disable an option, DON'T set the values to 0, as the option would still be defined
+# but simply comment the lines: this will undefine the option.
+# -------------------------
+# | #%define _with_myfeature 1
+# | #Macros:
+# | #%_with_myfeature 1
+# | #:Macros
+# -------------------------
+#
+# More information here:
+# https://en.opensuse.org/openSUSE:Build_Service_prjconf#.25bcond
+#
+
+########## flags ##########
+
+# Activate introspection
+# This is needed on GuPNP to build Rygel correctly in IVI
+# Impacts potentially packages that use gobject-introspection
+# Owner: Mikko <mikko.ylinen@intel.com>
+
+Macros:
+%_with_introspection 1
+:Macros
+
+############################# other config #####################################
+# derived from Tizen:Base
+################################################################################
index 96e2d9b..4524919 100644 (file)
@@ -1,4 +1,4 @@
-GERRIT_HOSTNAME_EXTERNAL='review.tizen.org'\r
-GERRIT_HOSTNAME='review.tizen.org'\r
-GERRIT_REVIEW_URL='https://review.tizen.org/gerrit'\r
-GERRIT_FETCH_URL='ssh://review.tizen.org:29418'\r
+GERRIT_HOSTNAME_EXTERNAL='review.tizen.org'
+GERRIT_HOSTNAME='review.tizen.org'
+GERRIT_REVIEW_URL='https://review.tizen.org/gerrit'
+GERRIT_FETCH_URL='ssh://review.tizen.org:29418'