X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=04b8b10c40983cd85790e3d1f3c41c85be75c43b;hb=da813bd51afd0da5a3ca1d6c59fefe35ab4fa9af;hp=80b693b975077bc7e7db51aec485ed7c1b632b3a;hpb=252a2804ec90d4df487d2a9bafacc98e74cb0668;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 80b693b..04b8b10 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -9,12 +9,17 @@ # performing a gbs build ( use gbs build -v to see it download location) E.g. # http://download.tizen.org/snapshots/tizen/tv/tizen-tv/repos/arm-wayland/packages/repodata/xxxx-build.conf.gz +# Do not provide .so automatically for the extensions. +# This if statement is for backward compatibility with GBM/Obsolete build systems +%if "%{?profile}" != "wearable" && "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%global __provides_exclude_from ^.*\\.(wearable|mobile|tv|ivi|common)$ +%endif %bcond_with wayland Name: dali-adaptor Summary: The DALi Tizen Adaptor -Version: 1.2.43 +Version: 1.2.64 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -32,6 +37,9 @@ Requires: giflib BuildRequires: pkgconfig(libtzplatform-config) %endif +%if 0%{?tizen_version_major} < 4 +%define disable_cxx03_build 1 +%endif # Get the profile from tizen_profile_name if tizen version is 2.x and tizen_profile_name exists. @@ -39,65 +47,29 @@ BuildRequires: pkgconfig(libtzplatform-config) %define profile %{tizen_profile_name} %endif -%if "%{profile}" == "mobile" -%define dali_profile MOBILE -%define dali_feedback_plugin 0 -%define dali_videoplayer_plugin 1 -%define shaderbincache_flag DISABLE -BuildRequires: pkgconfig(gles20) -%define gles_requirement_setup 1 -%endif - -%if "%{profile}" == "tv" -%define dali_profile TV -%define dali_feedback_plugin 0 -%define dali_videoplayer_plugin 1 -%define shaderbincache_flag DISABLE -BuildRequires: pkgconfig(glesv2) -%define gles_requirement_setup 1 -%endif - -%if "%{profile}" == "wearable" -%define dali_profile WEARABLE -%define dali_feedback_plugin 0 -%define dali_videoplayer_plugin 1 -%define shaderbincache_flag DISABLE -BuildRequires: pkgconfig(gles20) +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" BuildRequires: pkgconfig(capi-appfw-watch-application) BuildRequires: pkgconfig(appcore-watch) -%define gles_requirement_setup 1 +BuildRequires: pkgconfig(screen_connector_provider) %endif -%if "%{profile}" == "ivi" -%define dali_profile IVI -%define dali_feedback_plugin 0 -%define dali_videoplayer_plugin 1 -%define shaderbincache_flag DISABLE +BuildRequires: pkgconfig(gles20) BuildRequires: pkgconfig(glesv2) -%define gles_requirement_setup 1 -%endif -%if "%{profile}" == "common" -%define dali_profile COMMON -%define dali_feedback_plugin 0 -%define dali_videoplayer_plugin 1 -%define tizen_2_2_compatibility 0 -%define shaderbincache_flag DISABLE -BuildRequires: pkgconfig(glesv2) -%define gles_requirement_setup 1 +%if !0%{?disable_cxx03_build} +BuildRequires: dali-devel-cxx03 +BuildRequires: dali-integration-devel-cxx03 %endif - -# If we have not set a BuildRequires for the gles version, default it here. -%{!?gles_requirement_setup: BuildRequires: pkgconfig(glesv2)} +BuildRequires: dali-devel +BuildRequires: dali-integration-devel BuildRequires: pkgconfig BuildRequires: gawk -BuildRequires: pkgconfig(aul) BuildRequires: giflib-devel BuildRequires: pkgconfig(fontconfig) BuildRequires: libjpeg-turbo-devel -BuildRequires: dali-devel -BuildRequires: dali-integration-devel BuildRequires: pkgconfig(vconf) BuildRequires: tts-devel BuildRequires: pkgconfig(dlog) @@ -109,15 +81,8 @@ BuildRequires: libcurl-devel BuildRequires: pkgconfig(harfbuzz) BuildRequires: fribidi-devel -%if 0%{?tizen_2_2_compatibility} != 1 BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(capi-system-sensor) -%endif - -# Tizen currently does not have libuv as a separate libuv package -# So we have to look into the uv headers bundled inside node-js -BuildRequires: nodejs-devel - %if %{with wayland} @@ -125,13 +90,7 @@ BuildRequires: nodejs-devel BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-client) BuildRequires: wayland-devel -# Currently Tizen Common we use does not have wayland extensions like xdg-shell -%if "%{profile}" != "common" BuildRequires: wayland-extension-client-devel -%endif - -# dali-adaptor-uv uses libuv mainloop and has its own wayland client (it needs wayland-client headers). -BuildRequires: libxkbcommon-devel # dali-adaptor uses ecore mainloop BuildRequires: pkgconfig(ecore-wayland) @@ -140,6 +99,9 @@ BuildRequires: pkgconfig(ecore-wayland) BuildRequires: pkgconfig(libtbm) # tpkp-curl (certificate pinning for libcurl functions) is only available in Tizen 3.0 +%if !0%{?disable_cxx03_build} +BuildRequires: pkgconfig(tpkp-curl-deprecated) +%endif BuildRequires: pkgconfig(tpkp-curl) ####### BUILDING FOR X11####### @@ -153,21 +115,196 @@ BuildRequires: pkgconfig(utilX) %endif # for dali-adaptor -BuildRequires: pkgconfig(evas) -BuildRequires: pkgconfig(elementary) +%if 0%{?tizen_version_major} == 3 BuildRequires: pkgconfig(capi-appfw-application) +BuildRequires: pkgconfig(elementary) +%else +BuildRequires: pkgconfig(appcore-ui) +BuildRequires: pkgconfig(capi-appfw-app-common) +BuildRequires: pkgconfig(capi-appfw-app-control) +BuildRequires: pkgconfig(ecore-imf) +%endif + BuildRequires: pkgconfig(capi-system-system-settings) -%if 0%{?over_tizen_2_2} -BuildRequires: pkgconfig(capi-system-info) +# for feedback plugin +BuildRequires: pkgconfig(mm-sound) +%if 0%{?tizen_version_major} >= 3 +BuildRequires: pkgconfig(feedback) %endif - +# for multiprofile +Requires: %{name}-compat = %{version}-%{release} +Recommends: %{name}-profile_common = %{version}-%{release} %description The DALi Tizen Adaptor provides a Tizen specific implementation of the dali-core platform abstraction and application shell +%if !0%{?disable_cxx03_build} +%package cxx03 +Summary: The DALi Tizen Adaptor with cxx03 abi +Provides: %{name}-cxx03 = %{version}-%{release} + +%description cxx03 +The DALi Tizen Adaptor provides a Tizen specific implementation of the dali-core +platform abstraction and application shell +%endif + +########################################### +# Dali adapter for profiles +########################################### + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%package profile_mobile +Summary: The DALi Tizen Adaptor for mobile +Provides: %{name}-compat = %{version}-%{release} +Conflicts: %{name}-profile_tv +Conflicts: %{name}-profile_wearable +Conflicts: %{name}-profile_ivi +Conflicts: %{name}-profile_common +%description profile_mobile +The DALi Tizen Adaptor for mobile. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%package profile_tv +Summary: The DALi Tizen Adaptor for tv +Provides: %{name}-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile +Conflicts: %{name}-profile_wearable +Conflicts: %{name}-profile_ivi +Conflicts: %{name}-profile_common +%description profile_tv +The DALi Tizen Adaptor for tv. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%package profile_wearable +Summary: The DALi Tizen Adaptor for wearable +Provides: %{name}-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile +Conflicts: %{name}-profile_tv +Conflicts: %{name}-profile_ivi +Conflicts: %{name}-profile_common +%description profile_wearable +The DALi Tizen Adaptor for wearable. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%package profile_ivi +Summary: The DALi Tizen Adaptor for ivi +Provides: %{name}-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile +Conflicts: %{name}-profile_wearable +Conflicts: %{name}-profile_tv +Conflicts: %{name}-profile_common +%description profile_ivi +The DALi Tizen Adaptor for ivi. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +# Currently Tizen Common we use does not have wayland extensions like xdg-shell +%package profile_common +%define tizen_2_2_compatibility 0 +Summary: The DALi Tizen Adaptor for common +Provides: %{name}-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile +Conflicts: %{name}-profile_wearable +Conflicts: %{name}-profile_tv +Conflicts: %{name}-profile_ivi +%description profile_common +The DALi Tizen Adaptor for common. +%endif + +%if !0%{?disable_cxx03_build} +########################################### +# Dali adapter for profiles for cxx03 ABI +########################################### + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%package profile_mobile-cxx03 +Summary: The DALi Tizen Adaptor for mobile with cxx03 abi +Provides: %{name}-cxx03-compat = %{version}-%{release} +Conflicts: %{name}-profile_tv-cxx03 +Conflicts: %{name}-profile_wearable-cxx03 +Conflicts: %{name}-profile_ivi-cxx03 +Conflicts: %{name}-profile_common-cxx03 +%description profile_mobile-cxx03 +The DALi Tizen Adaptor for mobile. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%package profile_tv-cxx03 +Summary: The DALi Tizen Adaptor for tv with cxx03 abi +Provides: %{name}-cxx03-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile-cxx03 +Conflicts: %{name}-profile_wearable-cxx03 +Conflicts: %{name}-profile_ivi-cxx03 +Conflicts: %{name}-profile_common-cxx03 +%description profile_tv-cxx03 +The DALi Tizen Adaptor for tv. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%package profile_wearable-cxx03 +Summary: The DALi Tizen Adaptor for wearable with cxx03 abi +Provides: %{name}-cxx03-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile-cxx03 +Conflicts: %{name}-profile_tv-cxx03 +Conflicts: %{name}-profile_ivi-cxx03 +Conflicts: %{name}-profile_common-cxx03 +%description profile_wearable-cxx03 +The DALi Tizen Adaptor for wearable. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%package profile_ivi-cxx03 +Summary: The DALi Tizen Adaptor for ivi with cxx03 abi +Provides: %{name}-cxx03-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile-cxx03 +Conflicts: %{name}-profile_wearable-cxx03 +Conflicts: %{name}-profile_tv-cxx03 +Conflicts: %{name}-profile_common-cxx03 +%description profile_ivi-cxx03 +The DALi Tizen Adaptor for ivi. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +# Currently Tizen Common we use does not have wayland extensions like xdg-shell +%package profile_common-cxx03 +%define tizen_2_2_compatibility 0 +Summary: The DALi Tizen Adaptor for common with cxx03 abi +Provides: %{name}-cxx03-compat = %{version}-%{release} +Conflicts: %{name}-profile_mobile-cxx03 +Conflicts: %{name}-profile_wearable-cxx03 +Conflicts: %{name}-profile_tv-cxx03 +Conflicts: %{name}-profile_ivi-cxx03 +%description profile_common-cxx03 +The DALi Tizen Adaptor for common. +%endif +%endif + ############################## # devel ############################## @@ -191,36 +328,53 @@ Requires: %{name} = %{version}-%{release} %description integration-devel Integration development package for the Adaptor - headers for integrating with an adaptor library. +%if !0%{?disable_cxx03_build} +############################## +# devel cxx03 +############################## +%package devel-cxx03 +Summary: Development components for the DALi Tizen Adaptor with cxx03 abi +Group: Development/Building +Requires: %{name}-cxx03 = %{version}-%{release} +Requires: %{name}-integration-devel-cxx03 = %{version}-%{release} + +%description devel-cxx03 +Development components for the DALi Tizen Adaptor - public headers and package configs + +############################## +# integration-devel cxx03 +############################## +%package integration-devel-cxx03 +Summary: Integration development package for the Adaptor with cxx03 abi +Group: Development/Building +Requires: %{name}-cxx03 = %{version}-%{release} + +%description integration-devel-cxx03 +Integration development package for the Adaptor - headers for integrating with an adaptor library. +%endif + ############################## # Dali Feedback Plugin ############################## %package dali-feedback-plugin Summary: Plugin to play haptic and audio feedback for Dali Group: System/Libraries -%if 0%{?dali_feedback_plugin} -#Requires: libdeviced -BuildRequires: pkgconfig(mm-sound) -#BuildRequires: pkgconfig(haptic) -BuildRequires: libfeedback-devel -%endif - +Requires: %{name} = %{version}-%{release} %description dali-feedback-plugin Feedback plugin to play haptic and audio feedback for Dali +%if !0%{?disable_cxx03_build} ############################## -# Dali VideoPlayer Plugin +# Dali Feedback Plugin cxx03 ############################## -%if %{with wayland} -%package dali-video-player-plugin -Summary: Plugin to play a video file for Dali +%package dali-feedback-plugin-cxx03 +Summary: Plugin to play haptic and audio feedback for Dali with cxx03 abi Group: System/Libraries -%if 0%{?dali_videoplayer_plugin} -BuildRequires: pkgconfig(capi-media-player) -%endif +Requires: %{name}-cxx03 = %{version}-%{release} +%description dali-feedback-plugin-cxx03 +Feedback plugin to play haptic and audio feedback for Dali -%description dali-video-player-plugin -VideoPlayer plugin to play a video file for Dali %endif ############################## @@ -248,7 +402,7 @@ VideoPlayer plugin to play a video file for Dali %endif %define user_shader_cache_dir %{dali_data_ro_dir}/core/shaderbin/ -%define dali_plugin_sound_files %{dali_data_ro_dir}/plugins/sounds/ +%define dali_plugin_sound_files /plugins/sounds/ %define dev_include_path %{_includedir} ############################## @@ -269,6 +423,11 @@ CXXFLAGS+=" -DWAYLAND" configure_flags="--enable-wayland" %endif +# Use this conditional when Tizen version is 4.x or greater +%if 0%{?tizen_version_major} >= 4 +CXXFLAGS+=" -DOVER_TIZEN_VERSION_4" +%endif + %if 0%{?tizen_2_2_compatibility} CFLAGS+=" -DTIZEN_SDK_2_2_COMPATIBILITY" CXXFLAGS+=" -DTIZEN_SDK_2_2_COMPATIBILITY" @@ -289,20 +448,409 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI %endif # Default to GLES 2.0 if not specified. -%{!?target_gles_version: %define target_gles_version 20} +%if 0%{?target_gles_version} == 0 +%define target_gles_version 20 +%endif + +# Set up the build via configure. +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=MOBILE \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.mobile"; done +for FILE in libdali-*plugin*-cxx11.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +mv pkgconfig/dali-adaptor*pc %{_builddir}/%{name}-%{version}/build/tizen/ +popd -#--enable-efl=no \ # only affects dali-adaptor-uv -#--enable-appfw=yes \ # affects both dali-adaptor & dali-adaptor-uv -#--with-libuv=/usr/include/node/ \ # only affects dali-adaptor-uv +make clean + +%endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=TV \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.tv"; done +for FILE in libdali-*plugin*-cxx11.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +mv pkgconfig/dali-adaptor*pc %{_builddir}/%{name}-%{version}/build/tizen/ +popd + +make clean +%endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=WEARABLE \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.wearable"; done +for FILE in libdali-*plugin*-cxx11.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +mv pkgconfig/dali-adaptor*pc %{_builddir}/%{name}-%{version}/build/tizen/ +popd + +make clean +%endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=IVI \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adaptor*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.ivi"; done +for FILE in libdali-*plugin*-cxx11.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done + +mv pkgconfig/dali-adaptor*pc %{_builddir}/%{name}-%{version}/build/tizen/ +popd + +make clean +%endif + +####################################################################### +# common +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=COMMON \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +for FILE in libdali-*plugin*-cxx11.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done + +mv pkgconfig/dali-adaptor*pc %{_builddir}/%{name}-%{version}/build/tizen/ +popd + +make clean + +%endif + +%if !0%{?disable_cxx03_build} +####################################################################### +#BUILD for cxx03 ABI +####################################################################### # Set up the build via configure. -%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} --enable-shaderbincache=%{shaderbincache_flag} --enable-profile=%{dali_profile} \ -%if 0%{?dali_feedback_plugin} +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" + +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=MOBILE \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif -%if 0%{?dali_videoplayer_plugin} - --enable-videoplayer \ + --enable-cxx03-abi=yes \ +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.mobile"; done +for FILE in libdali-*plugin.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +popd + +make clean + %endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" + +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=TV \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif + --enable-cxx03-abi=yes \ +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.tv"; done +for FILE in libdali-*plugin.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +popd + +make clean +%endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" + +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=WEARABLE \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif + --enable-cxx03-abi=yes \ +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.wearable"; done +for FILE in libdali-*plugin.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +popd + +make clean +%endif + +####################################################################### +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" + +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=IVI \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif + --enable-cxx03-abi=yes \ +%if 0%{?tizen_2_2_compatibility} + --with-tizen-2-2-compatibility \ +%endif +%if %{with wayland} + --enable-efl=no \ +%else + --enable-efl=yes \ +%endif +%if 0%{?enable_debug} + --enable-debug \ +%endif + --enable-appfw=yes \ + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no + +# Build. +make %{?jobs:-j%jobs} + +pushd %{_builddir}/%{name}-%{version}/build/tizen +%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +popd + +pushd %{buildroot}%{_libdir} +for FILE in libdali-adap*.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE.ivi"; done +for FILE in libdali-*plugin.so*; do mv "$FILE" "%{_builddir}/%{name}-%{version}/build/tizen/$FILE"; done +popd + +make clean +%endif + +####################################################################### +# common +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" + +%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \ + --enable-shaderbincache=DISABLE --enable-profile=COMMON \ + --enable-tizen-major-version=%{tizen_version_major} \ +%if 0%{?tizen_version_major} >= 3 + --enable-feedback \ +%endif + --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -315,21 +863,95 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI --enable-debug \ %endif --enable-appfw=yes \ - --with-libuv=/usr/include/node/ \ - $configure_flags --libdir=%{_libdir} + $configure_flags --libdir=%{_libdir} \ + --enable-rename-so=no # Build. make %{?jobs:-j%jobs} +%endif +%endif + ############################## # Installation ############################## %install rm -rf %{buildroot} -cd build/tizen + +pushd %{_builddir}/%{name}-%{version}/build/tizen %make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# !unified && (wearable || tv || ivi || mobile) +%if "%{?profile}" == "wearable" || "%{?profile}" == "tv" || "%{?profile}" == "ivi" || "%{?profile}" == "mobile" +rm -rf %{buildroot}%{_libdir}/libdali-adap*.so* +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# wearable || tv || ivi || mobile || unified +%if "%{?profile}" != "common" +for FILE in libdali-*.so*; do mv "$FILE" "%{buildroot}%{_libdir}/$FILE"; done +mv dali-adaptor*.pc %{buildroot}%{_libdir}/pkgconfig/ +%endif +popd + +################################################ +#rename +############################################### +pushd %{buildroot}%{_libdir} + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +#%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +rm -rf libdali-adaptor*.so +%if !0%{?disable_cxx03_build} +ln -s libdali-adaptor.so.0.0.0 libdali-adaptor-cxx03.so +%endif +ln -s libdali-adaptor-cxx11.so.0.0.0 libdali-adaptor.so +#%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +rm -rf libdali-adaptor*.so.wearable +%if !0%{?disable_cxx03_build} +ln -s libdali-adaptor.so.0.0.*.wearable libdali-adaptor-cxx03.so.wearable +%endif +ln -s libdali-adaptor-cxx11.so.0.0.*.wearable libdali-adaptor.so.wearable +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +rm -rf libdali-adaptor*.so.tv +%if !0%{?disable_cxx03_build} +ln -s libdali-adaptor.so.0.0.*.tv libdali-adaptor-cxx03.so.tv +%endif +ln -s libdali-adaptor-cxx11.so.0.0.*.tv libdali-adaptor.so.tv +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +rm -rf libdali-adaptor*.so.ivi +%if !0%{?disable_cxx03_build} +ln -s libdali-adaptor.so.0.0.*.ivi libdali-adaptor-cxx03.so.ivi +%endif +ln -s libdali-adaptor-cxx11.so.0.0.*.ivi libdali-adaptor.so.ivi +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +rm -rf libdali-adaptor*.so.mobile +%if !0%{?disable_cxx03_build} +ln -s libdali-adaptor.so.0.0.*.mobile libdali-adaptor-cxx03.so.mobile +%endif +ln -s libdali-adaptor-cxx11.so.0.0.*.mobile libdali-adaptor.so.mobile +%endif +popd + ############################## # Upgrade order: # 1 - Pre Install new package @@ -350,42 +972,153 @@ exit 0 /sbin/ldconfig exit 0 -%if 0%{?dali_feedback_plugin} -%post dali-feedback-plugin +############################## +# Pre Uninstall old package +############################## +%preun +exit 0 + +############################## +# Post Uninstall old package +############################## +%postun +/sbin/ldconfig +exit 0 + +############################## + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%post profile_mobile +pushd %{_libdir} +for FILE in libdali-adaptor-cxx11.so*.mobile; do ln -sf "$FILE" "${FILE%.mobile}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_mobile /sbin/ldconfig exit 0 %endif -%if %{with wayland} -%if 0%{?dali_videoplayer_plugin} -%post dali-video-player-plugin +############################## + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%post profile_tv +pushd %{_libdir} +for FILE in libdali-adaptor-cxx11.so*.tv; do ln -sf "$FILE" "${FILE%.tv}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_tv /sbin/ldconfig exit 0 %endif + +############################## + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%post profile_wearable +pushd %{_libdir} +for FILE in libdali-adaptor-cxx11.so*.wearable; do ln -sf "$FILE" "${FILE%.wearable}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_wearable +/sbin/ldconfig +exit 0 %endif ############################## -# Pre Uninstall old package + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%post profile_ivi +pushd %{_libdir} +for FILE in libdali-adaptor-cxx11.so*.ivi; do ln -sf "$FILE" "${FILE%.ivi}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_ivi +/sbin/ldconfig +exit 0 +%endif + +%if !0%{?disable_cxx03_build} ############################## -%preun +#cxx03 ABI +############################# +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%post profile_mobile-cxx03 +pushd %{_libdir} +for FILE in libdali-adaptor.so*.mobile; do ln -sf "$FILE" "${FILE%.mobile}"; done +popd +/sbin/ldconfig exit 0 +%postun profile_mobile-cxx03 +/sbin/ldconfig +exit 0 +%endif + ############################## -# Post Uninstall old package + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%post profile_tv-cxx03 +pushd %{_libdir} +for FILE in libdali-adaptor.so*.tv; do ln -sf "$FILE" "${FILE%.tv}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_tv-cxx03 +/sbin/ldconfig +exit 0 +%endif + ############################## -%postun + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%post profile_wearable-cxx03 +pushd %{_libdir} +for FILE in libdali-adaptor.so*.wearable; do ln -sf "$FILE" "${FILE%.wearable}"; done +popd /sbin/ldconfig exit 0 -%if 0%{?dali_feedback_plugin} -%postun dali-feedback-plugin +%postun profile_wearable-cxx03 /sbin/ldconfig exit 0 %endif -%if %{with wayland} -%if 0%{?dali_videoplayer_plugin} -%postun dali-video-player-plugin +############################## + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%post profile_ivi-cxx03 +pushd %{_libdir} +for FILE in libdali-adaptor.so*.ivi; do ln -sf "$FILE" "${FILE%.ivi}"; done +popd +/sbin/ldconfig +exit 0 + +%postun profile_ivi-cxx03 /sbin/ldconfig exit 0 %endif @@ -398,12 +1131,112 @@ exit 0 %files %manifest dali-adaptor.manifest %defattr(-,root,root,-) -%{_libdir}/libdali-adap*.so* %defattr(-,app,app,-) %dir %{user_shader_cache_dir} %{_bindir}/* %license LICENSE +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +#%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor-cxx11.so.0* +%{_libdir}/libdali-adaptor.so +%exclude %{_libdir}/libdali-adap*.so*.mobile +%exclude %{_libdir}/libdali-adap*.so*.wearable +%exclude %{_libdir}/libdali-adap*.so*.tv +%exclude %{_libdir}/libdali-adap*.so*.ivi +#%endif + +%if !0%{?disable_cxx03_build} +%files cxx03 +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%defattr(-,app,app,-) +%dir %{user_shader_cache_dir} +%{_bindir}/* +%license LICENSE +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +#%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor.so.0* +%{_libdir}/libdali-adaptor-cxx03.so +%exclude %{_libdir}/libdali-adap*.so*.mobile +%exclude %{_libdir}/libdali-adap*.so*.wearable +%exclude %{_libdir}/libdali-adap*.so*.tv +%exclude %{_libdir}/libdali-adap*.so*.ivi +#%endif + +%if 0%{?tizen_version_major} >= 3 +%files dali-feedback-plugin-cxx03 +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-feedback-plugin.so* +%{dali_plugin_sound_files}/* +%endif +%endif + +################################################# + +%if 0%{?tizen_version_major} >= 3 +%files dali-feedback-plugin +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-feedback-plugin-cxx11.so* +%{dali_plugin_sound_files}/* +%endif + +################################################# + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%files profile_common +# default .so files are housed in the main pkg. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%files profile_mobile +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor.so.mobile +%{_libdir}/libdali-adaptor-cxx11.so.0*.mobile +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%files profile_tv +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor.so.tv +%{_libdir}/libdali-adaptor-cxx11.so.0*.tv +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%files profile_wearable +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor.so.wearable +%{_libdir}/libdali-adaptor-cxx11.so.0*.wearable +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%files profile_ivi +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor.so.ivi +%{_libdir}/libdali-adaptor-cxx11.so.0*.ivi +%endif + + %files devel %defattr(-,root,root,-) %{dev_include_path}/dali/dali.h @@ -411,26 +1244,75 @@ exit 0 %{dev_include_path}/dali/devel-api/* %{dev_include_path}/dali/doc/* %{_libdir}/pkgconfig/dali-adaptor.pc -%{_libdir}/pkgconfig/dali-adaptor-uv.pc %files integration-devel %defattr(-,root,root,-) %{dev_include_path}/dali/integration-api/adaptors/* %{_libdir}/pkgconfig/dali-adaptor-integration.pc -%if 0%{?dali_feedback_plugin} -%files dali-feedback-plugin +%if !0%{?disable_cxx03_build} +################################################ +# cxx03 ABI +################################################ + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if common ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%files profile_common-cxx03 +# default .so files are housed in the main pkg. +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if mobile || "undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%files profile_mobile-cxx03 +%manifest dali-adaptor.manifest %defattr(-,root,root,-) -%{_libdir}/libdali-feedback-plugin.so* -%{dali_plugin_sound_files}/* +%{_libdir}/libdali-adaptor-cxx03.so.mobile +%{_libdir}/libdali-adaptor.so.0*mobile %endif -%if %{with wayland} -%if 0%{?dali_videoplayer_plugin} -%files dali-video-player-plugin +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if tv ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +%files profile_tv-cxx03 %manifest dali-adaptor.manifest %defattr(-,root,root,-) -%{_libdir}/libdali-video-player-plugin.so* -%license LICENSE +%{_libdir}/libdali-adaptor-cxx03.so.tv +%{_libdir}/libdali-adaptor.so.0*.tv +%endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if wearable || "undefined" +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" +%files profile_wearable-cxx03 +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor-cxx03.so.wearable +%{_libdir}/libdali-adaptor.so.0*.wearable %endif + +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability +# if ivi ||"undefined" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "common" && "%{?profile}" != "mobile" +%files profile_ivi-cxx03 +%manifest dali-adaptor.manifest +%defattr(-,root,root,-) +%{_libdir}/libdali-adaptor-cxx03.so.ivi +%{_libdir}/libdali-adaptor.so.0*.ivi +%endif + + +%files devel-cxx03 +%defattr(-,root,root,-) +%{dev_include_path}/dali/dali.h +%{dev_include_path}/dali/public-api/* +%{dev_include_path}/dali/devel-api/* +%{dev_include_path}/dali/doc/* +%{_libdir}/pkgconfig/dali-adaptor-cxx03.pc + +%files integration-devel-cxx03 +%defattr(-,root,root,-) +%{dev_include_path}/dali/integration-api/adaptors/* +%{_libdir}/pkgconfig/dali-adaptor-integration-cxx03.pc %endif