DALi Version 1.4.44
[platform/core/uifw/dali-core.git] / packaging / dali.spec
index 1f7f54a..d9ce3d1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.34
+Version:    1.4.44
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
@@ -10,9 +10,11 @@ Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  cmake
-BuildRequires:  lcov
 BuildRequires:  pkgconfig
 BuildRequires:  gawk
+Provides: libdali-core-cxx11.so
+Provides: libdali-core-cxx11.so.0
+Provides: libdali-core-cxx11.so.0.0.0
 
 %if 0%{?tizen_version_major} >= 3
 BuildRequires:  pkgconfig(libtzplatform-config)
@@ -83,7 +85,9 @@ cmake \
 %if 0%{?enable_trace}
       -DENABLE_TRACE=ON \
 %endif
-      -DCMAKE_INSTALL_PREFIX=%{_prefix}
+      -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+      -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
+      -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}
 
 make %{?jobs:-j%jobs}