X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=3788707dd63e9b4b3f4c3aa84c86ff856f661303;hb=c5a2326108b1571ab933cbb00cb35403c7c990c1;hp=b093c190f51a896e05332c4eaa8fa22fcdd0ddc7;hpb=30f81d7bb49ed76b7b776ba87b8386f991cb374a;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index b093c19..3788707 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -14,10 +14,10 @@ Name: dali-adaptor Summary: The DALi Tizen Adaptor -Version: 1.2.18 +Version: 1.2.43 Release: 1 Group: System/Libraries -License: Apache-2.0 and BSD-2-Clause and MIT +License: Apache-2.0 and BSD-3-Clause and MIT URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-adaptor.git;a=summary Source0: %{name}-%{version}.tar.gz @@ -27,7 +27,7 @@ Requires: giflib #need libtzplatform-config for directory if tizen version is 3.x -%if "%{tizen_version_major}" >= "3" +%if 0%{?tizen_version_major} >= 3 %define tizen_platform_config_supported 1 BuildRequires: pkgconfig(libtzplatform-config) %endif @@ -52,7 +52,7 @@ BuildRequires: pkgconfig(gles20) %define dali_profile TV %define dali_feedback_plugin 0 %define dali_videoplayer_plugin 1 -%define shaderbincache_flag ENABLE +%define shaderbincache_flag DISABLE BuildRequires: pkgconfig(glesv2) %define gles_requirement_setup 1 %endif @@ -231,7 +231,7 @@ VideoPlayer plugin to play a video file for Dali #Use TZ_PATH when tizen version is 3.x or greater -%if "%{tizen_version_major}" >= "3" +%if 0%{?tizen_version_major} >= 3 %define dali_data_rw_dir %TZ_SYS_RO_SHARE/dali/ %define dali_data_ro_dir %TZ_SYS_RO_SHARE/dali/ %define font_preloaded_path %TZ_SYS_RO_SHARE/fonts/ @@ -288,8 +288,8 @@ FONT_CONFIGURATION_FILE="%{font_configuration_file}" ; export FONT_CONFIGURATION TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TIZEN_PLATFORM_CONFIG_SUPPORTED %endif -# Default to GLES 2.0 if not specified. -%{!?target_gles_version: %define target_gles_version 20} +# Default to GLES 3.0 if not specified. +%{!?target_gles_version: %define target_gles_version 30} #--enable-efl=no \ # only affects dali-adaptor-uv #--enable-appfw=yes \ # affects both dali-adaptor & dali-adaptor-uv @@ -329,9 +329,6 @@ rm -rf %{buildroot} cd build/tizen %make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" -# LICENSE -mkdir -p %{buildroot}/usr/share/license -cp -af %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name} ############################## # Upgrade order: @@ -405,7 +402,7 @@ exit 0 %defattr(-,app,app,-) %dir %{user_shader_cache_dir} %{_bindir}/* -%{_datadir}/license/%{name} +%license LICENSE %files devel %defattr(-,root,root,-) @@ -434,5 +431,6 @@ exit 0 %manifest dali-adaptor.manifest %defattr(-,root,root,-) %{_libdir}/libdali-video-player-plugin.so* +%license LICENSE %endif %endif