summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-07-01 17:41:25 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-07-01 17:41:25 +0900
commitd715f1aaa711f50330824f204764dfba78333a11 (patch)
tree2bc368c4825466aaf5e8d7e75fa92aa5e9157291
parent45110c2bc1867e8838fb697a2d451a3b199a081f (diff)
downloadnotification-tizen_3.0.m1_tv.tar.gz
notification-tizen_3.0.m1_tv.tar.bz2
notification-tizen_3.0.m1_tv.zip
Change-Id: Ia9c0d08d02c98c9e3f598e34c2838e6909a3121c Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
-rw-r--r--notification.manifest13
-rw-r--r--packaging/notification.spec6
2 files changed, 1 insertions, 18 deletions
diff --git a/notification.manifest b/notification.manifest
index 061daab..6c61ae0 100644
--- a/notification.manifest
+++ b/notification.manifest
@@ -1,16 +1,5 @@
<manifest>
- <define>
- <domain name="notification"/>
- <provide>
- <label name="notification::db"/>
- </provide>
- </define>
- <assign>
- <filesystem path="/usr/lib/libnotification.so.0.1.0" label="_"/>
- <filesystem path="/usr/lib/libnotification.so.0" label="_"/>
- <filesystem path="/usr/lib/libnotification.so" label="_"/>
- </assign>
<request>
- <domain name="notification"/>
+ <domain name="_"/>
</request>
</manifest>
diff --git a/packaging/notification.spec b/packaging/notification.spec
index 268cfe6..cb729d3 100644
--- a/packaging/notification.spec
+++ b/packaging/notification.spec
@@ -194,12 +194,6 @@ chown :5000 /opt/dbspace/.notification.db
chown :5000 /opt/dbspace/.notification.db-journal
chmod 644 /opt/dbspace/.notification.db
chmod 644 /opt/dbspace/.notification.db-journal
-if [ -f /usr/lib/rpm-plugins/msm.so ]
-then
- chsmack -a 'notification::db' /opt/dbspace/.notification.db*
-fi
-SMACK_OPTION="-s system::vconf_misc"
-vconftool set -t string memory/private/libstatus/message "" -i -g 5000 -f $SMACK_OPTION
%postun -p /sbin/ldconfig