X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali.spec;h=a9645cf9f93ca12afca77a41bd1a68aa3a1e7eb0;hb=0ae8c76b72e3a9dc024523400ba8ae6ebc9bd3b6;hp=3d3a9a773396437acabf1a6a7c4e13248b6b4799;hpb=9c7a279375062a1be8b5c9e72c31cdc34ce9abea;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/packaging/dali.spec b/packaging/dali.spec index 3d3a9a7..a9645cf 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.4.33 +Version: 1.4.57 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}