Move unversioned so file to devel package 01/131201/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 26 May 2017 01:32:41 +0000 (10:32 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 26 May 2017 01:32:41 +0000 (10:32 +0900)
Unversioned so file is not needed at runtime. It is only used
at build time.

Change-Id: I8dec48ea875a063b8c0a416bbe793f3bb728b2ab
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/appcore-agent.spec

index 0d010c5..078f8d3 100644 (file)
@@ -59,15 +59,17 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %manifest %{name}.manifest
 %license LICENSE
 %defattr(-,root,root,-)
-%{_libdir}/libappcore-agent.so*
+%{_libdir}/libappcore-agent.so.*
 
 %files devel
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/appcore-agent.pc
+%{_libdir}/libappcore-agent.so
 
 
 %files -n capi-appfw-service-application-devel
 %{_includedir}/appcore-agent/service_app.h
 %{_includedir}/appcore-agent/service_app_extension.h
 %{_libdir}/pkgconfig/capi-appfw-service-application.pc
+%{_libdir}/libappcore-agent.so