diff options
-rw-r--r-- | packaging/sync-manager.spec | 6 |
1 files 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 |