Move unversioned so file to devel package 11/131211/1
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 26 May 2017 01:58:50 +0000 (10:58 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 26 May 2017 01:59:28 +0000 (10:59 +0900)
Unversioned so file is not needed at runtime. It is only used
at build time.

Change-Id: I9577e22b392145460c5cb36e4a155d5563561134
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
packaging/libscreen_connector.spec

index 76e9979..a904f0f 100644 (file)
@@ -69,12 +69,13 @@ Header & package configuration files to support development of the widget viewer
 
 %files -n %{name}_watcher
 %manifest %{name}_watcher.manifest
-%attr(0644,root,root) %{_libdir}/%{name}_watcher.so*
+%attr(0644,root,root) %{_libdir}/%{name}_watcher.so.*
 %license LICENSE
 
 %files -n %{name}_watcher-devel
 %{_includedir}/screen_connector_watcher/*.h
 %{_libdir}/pkgconfig/screen_connector_watcher.pc
+%attr(0644,root,root) %{_libdir}/%{name}_watcher.so
 
 
 #################################################
@@ -101,12 +102,13 @@ Header & package configuration files to support development of the widget viewer
 
 %files -n %{name}_provider
 %manifest %{name}_provider.manifest
-%attr(0644,root,root) %{_libdir}/%{name}_provider.so*
+%attr(0644,root,root) %{_libdir}/%{name}_provider.so.*
 %license LICENSE
 
 %files -n %{name}_provider-devel
 %{_includedir}/screen_connector_provider/*.h
 %{_libdir}/pkgconfig/screen_connector_provider.pc
+%attr(0644,root,root) %{_libdir}/%{name}_provider.so
 
 
 #################################################
@@ -133,12 +135,13 @@ Header & package configuration files to support development of the widget viewer
 
 %files -n %{name}_watcher_evas
 %manifest %{name}_watcher_evas.manifest
-%attr(0644,root,root) %{_libdir}/%{name}_watcher_evas.so*
+%attr(0644,root,root) %{_libdir}/%{name}_watcher_evas.so.*
 %license LICENSE
 
 %files -n %{name}_watcher_evas-devel
 %{_includedir}/screen_connector_watcher_evas/*.h
 %{_libdir}/pkgconfig/screen_connector_watcher_evas.pc
+%attr(0644,root,root) %{_libdir}/%{name}_watcher_evas.so
 
 
 # End of a file