From 66ab888e171af3782946c6868bc92f1fdf16890f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 16 Dec 2020 10:19:16 +0900 Subject: [PATCH] Move shared object files Change-Id: I16a6299d3982ec50f5f77e4866870d93fd47da64 Signed-off-by: Jihoon Kim --- packaging/capi-ui-autofill.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/capi-ui-autofill.spec b/packaging/capi-ui-autofill.spec index 23f3d55..d4344a8 100644 --- a/packaging/capi-ui-autofill.spec +++ b/packaging/capi-ui-autofill.spec @@ -172,44 +172,44 @@ genhtml gcov.info %files %manifest client/capi-ui-autofill.manifest %{_libdir}/libcapi-ui-autofill.so.* +%{_libdir}/libcapi-ui-autofill.so +%{_libdir}/libcapi-ui-autofill-common.so.* +%{_libdir}/libcapi-ui-autofill-common.so +%{_libdir}/libcapi-ui-autofill-service.so.* +%{_libdir}/libcapi-ui-autofill-service.so +%{_libdir}/libcapi-ui-autofill-manager.so.* +%{_libdir}/libcapi-ui-autofill-manager.so %license LICENSE %files -n capi-ui-autofill-common %manifest common/capi-ui-autofill-common.manifest -%{_libdir}/libcapi-ui-autofill-common.so.* %license LICENSE %files -n capi-ui-autofill-common-devel %{_includedir}/autofill_common*.h %{_includedir}/autofill_error.h %{_libdir}/pkgconfig/capi-ui-autofill-common.pc -%{_libdir}/libcapi-ui-autofill-common.so %files devel %{_includedir}/autofill.h %{_libdir}/pkgconfig/capi-ui-autofill.pc -%{_libdir}/libcapi-ui-autofill.so %files -n capi-ui-autofill-service %manifest service_lib/capi-ui-autofill-service.manifest -%{_libdir}/libcapi-ui-autofill-service.so.* %license LICENSE %files -n capi-ui-autofill-service-devel %{_includedir}/autofill_service*.h %{_libdir}/pkgconfig/capi-ui-autofill-service.pc -%{_libdir}/libcapi-ui-autofill-service.so %files -n capi-ui-autofill-manager %manifest manager/capi-ui-autofill-manager.manifest -%{_libdir}/libcapi-ui-autofill-manager.so.* %license LICENSE %files -n capi-ui-autofill-manager-devel %{_includedir}/autofill_error.h %{_includedir}/autofill_manager*.h %{_libdir}/pkgconfig/capi-ui-autofill-manager.pc -%{_libdir}/libcapi-ui-autofill-manager.so %files unittests %{_bindir}/* -- 2.7.4