Revert "[Tizen] RiveAnimationView: add devel package"
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 27 Sep 2021 07:21:35 +0000 (16:21 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 27 Sep 2021 07:21:35 +0000 (16:21 +0900)
This reverts commit 3983bbed911e801aadac904b2df3feeff8ffbf2a.

build/tizen/dali2-extension-rive-animation-view.pc.in
packaging/dali-extension.spec

index 945814b..eebe8f1 100644 (file)
@@ -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
index 21f668f..eae34c7 100755 (executable)
@@ -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