From daa9d74665ea2a7ac33c603a3747b0a46f967586 Mon Sep 17 00:00:00 2001 From: Bowon Ryu Date: Mon, 27 Sep 2021 16:21:35 +0900 Subject: [PATCH] Revert "[Tizen] RiveAnimationView: add devel package" This reverts commit 3983bbed911e801aadac904b2df3feeff8ffbf2a. --- .../dali2-extension-rive-animation-view.pc.in | 1 + packaging/dali-extension.spec | 28 ++-------------------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/build/tizen/dali2-extension-rive-animation-view.pc.in b/build/tizen/dali2-extension-rive-animation-view.pc.in index 945814b..eebe8f1 100644 --- a/build/tizen/dali2-extension-rive-animation-view.pc.in +++ b/build/tizen/dali2-extension-rive-animation-view.pc.in @@ -6,5 +6,6 @@ includedir=@devincludepath@ Name: DALi extension rive animation view Description: The DALi Extension Rive Animation View Libaray Version: @DALI_EXTENSION_VERSION@ +Requires: dali2-adaptor dali2-toolkit thorvg rive_tizen Libs: -L${libdir} -ldali2-extension-rive-animation-view Cflags: -I${includedir}/dali-extension diff --git a/packaging/dali-extension.spec b/packaging/dali-extension.spec index 21f668f..eae34c7 100755 --- a/packaging/dali-extension.spec +++ b/packaging/dali-extension.spec @@ -194,7 +194,6 @@ Web Engine LWE(Light-weight Web Engine) plugin to support WebView for Dali %package rive-animation-view Summary: Plugin to render a rive animation Group: System/Libraries -Requires: dali2-extension-rive-animation-view = %{version}-%{release} %if 0%{?tizen_65_or_greater} BuildRequires: pkgconfig(thorvg) BuildRequires: pkgconfig(rive_tizen) @@ -203,14 +202,6 @@ BuildRequires: pkgconfig(rive_tizen) %description rive-animation-view Plugin to render a rive animation -%package rive-animation-view-devel -Summary: Development components for rive animation view -Group: System/Libraries -Requires: dali2-extension-rive-animation-view = %{version}-%{release} - -%description rive-animation-view-devel -Header & package configuration of rive-animation-view - ############################## # Preparation ############################## @@ -333,12 +324,6 @@ exit 0 exit 0 %endif -%if 0%{?tizen_65_or_greater} -%post rive-animation-view -/sbin/ldconfig -exit 0 -%endif - %post color-controller-plugin /sbin/ldconfig exit 0 @@ -396,12 +381,6 @@ exit 0 exit 0 %endif -%if 0%{?tizen_65_or_greater} -%postun rive-animation-view -/sbin/ldconfig -exit 0 -%endif - %postun color-controller-plugin /sbin/ldconfig exit 0 @@ -484,13 +463,10 @@ exit 0 %files rive-animation-view %manifest dali-extension.manifest %defattr(-,root,root,-) -%{_libdir}/libdali2-extension-rive-animation-view.so* -%license LICENSE - -%files rive-animation-view-devel -%defattr(-,root,root,-) %{_includedir}/dali-extension/devel-api/rive-animation-view/* +%{_libdir}/libdali2-extension-rive-animation-view.so* %{_libdir}/pkgconfig/dali2-extension-rive-animation-view.pc +%license LICENSE %endif %files color-controller-plugin -- 2.7.4