DALi Version 1.3.49
[platform/core/uifw/dali-core.git] / packaging / dali.spec
index 33ff7c5..44132d1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.17
+Version:    1.3.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
@@ -149,6 +149,9 @@ LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS;
 %if 0%{?enable_debug}
       --enable-debug \
 %endif
+%if 0%{?enable_trace}
+      --enable-trace \
+%endif
       --infodir=%{_infodir} \
       --enable-rename-so=no
 
@@ -185,6 +188,9 @@ make clean
 %if 0%{?enable_debug}
       --enable-debug \
 %endif
+%if 0%{?enable_trace}
+      --enable-trace \
+%endif
       --infodir=%{_infodir} \
       --enable-rename-so=no
 
@@ -246,7 +252,6 @@ exit 0
 %defattr(-,root,root,-)
 %{_libdir}/libdali-core.so.*
 %{_libdir}/libdali-core-cxx03.so
-%defattr(-,app,app,-)
 %license LICENSE
 %endif
 
@@ -259,7 +264,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}