summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 11:53:43 +0300
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2013-07-08 10:13:55 -0700
commite8870a00bc1273a32bdf6c63dfa84e8c4b251a4c (patch)
tree0964f5190645519563d8a22ff778fa3b08342446
parent42db66f2f095f2ceb975904dbf7ced14780e09d5 (diff)
downloadnotification-accepted/tizen/20130918.224251.tar.gz
notification-accepted/tizen/20130918.224251.tar.bz2
notification-accepted/tizen/20130918.224251.zip
-rwxr-xr-xnotification.manifest5
-rw-r--r--packaging/notification.manifest5
-rwxr-xr-xpackaging/notification.spec4
3 files changed, 9 insertions, 5 deletions
diff --git a/notification.manifest b/notification.manifest
deleted file mode 100755
index 6c61ae0..0000000
--- a/notification.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/notification.manifest b/packaging/notification.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/notification.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/notification.spec b/packaging/notification.spec
index d913deb..7a0ffcd 100755
--- a/packaging/notification.spec
+++ b/packaging/notification.spec
@@ -5,6 +5,7 @@ Release: 1
Group: Applications/Libraries
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: notification.manifest
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(db-util)
BuildRequires: pkgconfig(heynoti)
@@ -28,6 +29,7 @@ Notificaiton library.
%prep
%setup -q
+cp %{SOURCE1001} .
%package devel
Summary: Notification library (devel)
@@ -138,12 +140,14 @@ vconftool set -t string memory/private/libstatus/message "" -i -g 5000
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%license LICENSE.APLv2.0
%manifest notification.manifest
%defattr(-,root,root,-)
%{_libdir}/libnotification.so.*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/notification/*.h
%{_libdir}/libnotification.so