From 2abfe3e1d293e9568f92b7c8347e89998494dde3 Mon Sep 17 00:00:00 2001 From: Ickhee Woo Date: Mon, 3 Apr 2017 11:18:26 +0900 Subject: fixed library and link file for packaging properly Change-Id: Ibd99233c6ae23b8ef213e776c28d195a1ce70ca0 Signed-off-by: Ickhee Woo --- packaging/sync-manager.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/sync-manager.spec b/packaging/sync-manager.spec index 14f052d..850df3c 100644 --- a/packaging/sync-manager.spec +++ b/packaging/sync-manager.spec @@ -2,7 +2,7 @@ %global __provides_exclude_from ^.*\\.extension-calendar Name: sync-service -Version: 0.1.20 +Version: 0.1.21 Release: 1 License: Apache-2.0 Summary: Sync manager daemon @@ -135,7 +135,7 @@ cp -f scripts/%{_upgrade_script} %{buildroot}%{_upgrade_script_path} %files -n libcore-sync-client %manifest libcore-sync-client.manifest %defattr(-,root,root,-) -%{_libdir}/libcore-sync-client.so* +%{_libdir}/libcore-sync-client.so.* %license LICENSE.APLv2 @@ -147,5 +147,5 @@ cp -f scripts/%{_upgrade_script} %{buildroot}%{_upgrade_script_path} %defattr(-,root,root,-) %{_includedir}/*sync*.h %{_libdir}/pkgconfig/*.pc -%{_libdir}/libcore-sync-client.so* +%{_libdir}/libcore-sync-client.so -- cgit v1.2.3