From 1ceb18f108556272d12c681d6521c22a876130b9 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 23 Oct 2019 10:41:59 +0100 Subject: [PATCH] [Tizen] Ensure CXX11 libraries are marked as provided when building the RPM Change-Id: If9afea364753e06975a097a1387540ef939792cc --- packaging/dali.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/dali.spec b/packaging/dali.spec index e83925c..585f007 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -12,6 +12,9 @@ Requires(postun): /sbin/ldconfig BuildRequires: cmake 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) -- 2.7.4