summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Son <seungha.son@samsung.com>2017-06-13 16:52:09 +0900
committerSeungha Son <seungha.son@samsung.com>2017-06-13 16:52:35 +0900
commitf7cb8c867eacce4610e0254e5f1e99fe26eedd24 (patch)
tree733fd25242b3fef9bf008c4171299c1e610d6a88
parentc9ad9634e8f6753a8caeeb3a888e4b56e03648ef (diff)
downloadshortcut-f7cb8c867eacce4610e0254e5f1e99fe26eedd24.tar.gz
shortcut-f7cb8c867eacce4610e0254e5f1e99fe26eedd24.tar.bz2
shortcut-f7cb8c867eacce4610e0254e5f1e99fe26eedd24.zip
Move unversioned so file to devel package
Unversioned so file is not needed at runtime. It is only used at build time Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: Ida907c866d0a0ad146a2f91d928cf747da94f3dc
-rwxr-xr-xpackaging/libshortcut.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/libshortcut.spec b/packaging/libshortcut.spec
index a59cd11..664192f 100755
--- a/packaging/libshortcut.spec
+++ b/packaging/libshortcut.spec
@@ -96,7 +96,7 @@ chsmack -a User::Home %{TZ_SYS_DB}/.shortcut_service.db-journal
%license LICENSE
%manifest %{name}.manifest
%defattr(-,root,root,-)
-%{_libdir}/*.so*
+%{_libdir}/libshortcut.so.*
%{_sysconfdir}/package-manager/parserlib/*
%{upgrade_script_path}/507.shortcut_upgrade.sh
@@ -109,7 +109,7 @@ chsmack -a User::Home %{TZ_SYS_DB}/.shortcut_service.db-journal
%{_includedir}/shortcut/shortcut_db.h
%{_includedir}/shortcut/shortcut_internal.h
%{_includedir}/shortcut/shortcut_error.h
-
%{_libdir}/pkgconfig/shortcut.pc
+%{_libdir}/libshortcut.so
# End of a file