Move unversioned so file to devel package 87/131187/2
authorSemun Lee <semun.lee@samsung.com>
Fri, 26 May 2017 00:59:34 +0000 (09:59 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 1 Jun 2017 00:04:46 +0000 (00:04 +0000)
- Unversioned so file is not needed at runtime. It is only used at build time.

Change-Id: Ibd764c5a07e4e2674338171616c5ad17c8918845
Signed-off-by: Semun Lee <semun.lee@samsung.com>
packaging/app-installers.spec

index 3e3318e..8805ae2 100644 (file)
@@ -91,7 +91,7 @@ ln -sf ../package-recovery-helper.service %{buildroot}%{_unitdir_user}/default.t
 %defattr(-,root,root)
 %{_datarootdir}/app-installers/plugins_list.txt
 %manifest app-installers.manifest
-%{_libdir}/libapp-installers.so*
+%{_libdir}/libapp-installers.so.*
 %{_bindir}/pkgdir-tool
 %{_prefix}/share/dbus-1/system-services/org.tizen.pkgdir_tool.service
 %{_sysconfdir}/dbus-1/system.d/org.tizen.pkgdir_tool.conf
@@ -113,6 +113,7 @@ ln -sf ../package-recovery-helper.service %{buildroot}%{_unitdir_user}/default.t
 %{_includedir}/app-installers/common/*/*.h
 %{_includedir}/app-installers/common/*/*/*.h
 %{_libdir}/pkgconfig/app-installers.pc
+%{_libdir}/libapp-installers.so
 
 %files tests
 %manifest app-installers-tests.manifest