X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=91e3092bcf7c56d19d13a29a9bba64aab07542ea;hb=ce774ce87a1f251003bd12f87e7e1f23c79ad6e5;hp=36da210eef244cab8d0df9a5c8d15a97da5a0baa;hpb=0b0de3c68ddbbc527057cefbd8664add8edcf580;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index 36da210..91e3092 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.3.34 +Version: 1.4.17 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -124,9 +124,6 @@ DALI_DATA_RO_DIR="%{dali_data_ro_dir}" export DALI_DATA_RW_DIR export DALI_DATA_RO_DIR -# Default to GLES 2.0 if not specified. -%{!?target_gles_version: %define target_gles_version 20} - CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS; CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS; LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS; @@ -145,7 +142,6 @@ LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS; --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ - --enable-gles=%{target_gles_version} \ %if 0%{?enable_debug} --enable-debug \ %endif @@ -184,7 +180,6 @@ make clean --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --enable-cxx03-abi=yes \ - --enable-gles=%{target_gles_version} \ %if 0%{?enable_debug} --enable-debug \ %endif @@ -252,7 +247,6 @@ exit 0 %defattr(-,root,root,-) %{_libdir}/libdali-core.so.* %{_libdir}/libdali-core-cxx03.so -%defattr(-,app,app,-) %license LICENSE %endif @@ -265,7 +259,6 @@ exit 0 %defattr(-,root,root,-) %{_libdir}/libdali-core-cxx11.so.* %{_libdir}/libdali-core.so -%defattr(-,app,app,-) %license LICENSE %if !0%{?disable_cxx03_build}