correct `so file` install location 36/282336/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062309 accepted/tizen/7.0/unified/hotfix/20221116.110155 accepted/tizen/unified/20221006.151855 tizen_7.0_m2_release
authordyamy-lee <dyamy.lee@samsung.com>
Fri, 30 Sep 2022 00:07:07 +0000 (09:07 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 30 Sep 2022 02:29:42 +0000 (11:29 +0900)
`so file` was not installed when package installed, because it was located in devel.
Then, move it to original file location

Change-Id: Idcb931ad936b57f69a7290e63354c5bb370abff0

packaging/mmi.spec

index 7de1bbd..8df0de3 100644 (file)
@@ -69,14 +69,13 @@ DESTDIR=%{buildroot} ninja -C builddir install
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
-%{_libdir}/*.so.*
+%{_libdir}/*.so*
 
 %files devel
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
 %{_includedir}/mmi*.h
-%{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
 %files tests