From 48fd9ff298b945177b7d9218866a313221121746 Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Mon, 12 Jun 2017 16:02:57 +0900 Subject: [PATCH] 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 Change-Id: I4b560f586226e78c9b655febc0abe7f24b5e2e2d --- packaging/notification.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/notification.spec b/packaging/notification.spec index c59f8d6..0724331 100755 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -81,7 +81,7 @@ fi %files %manifest notification.manifest %defattr(-,root,root,-) -%{_libdir}/libnotification.so* +%{_libdir}/libnotification.so.* %license LICENSE %attr(755,root,root) %{_sysconfdir}/gumd/useradd.d/11_notification-add.post %{_bindir}/notification_init @@ -107,3 +107,4 @@ fi %{_includedir}/notification/notification_noti.h %{_includedir}/notification/notification_setting_service.h %{_libdir}/pkgconfig/notification.pc +%{_libdir}/libnotification.so -- 2.7.4