diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 11:53:43 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2013-07-08 10:13:55 -0700 |
commit | e8870a00bc1273a32bdf6c63dfa84e8c4b251a4c (patch) | |
tree | 0964f5190645519563d8a22ff778fa3b08342446 | |
parent | 42db66f2f095f2ceb975904dbf7ced14780e09d5 (diff) | |
download | notification-submit/tizen/20130912.090502.tar.gz notification-submit/tizen/20130912.090502.tar.bz2 notification-submit/tizen/20130912.090502.zip |
resetting manifest requested domain to floorsubmit/tizen/20130912.090502submit/tizen/20130717.182602accepted/tizen/20130918.224851accepted/tizen/20130918.224319accepted/tizen/20130918.224251accepted/tizen/20130918.224241accepted/tizen/20130912.195712accepted/tizen/20130912.191649accepted/tizen/20130912.150630accepted/tizen/20130717.204911
-rwxr-xr-x | notification.manifest | 5 | ||||
-rw-r--r-- | packaging/notification.manifest | 5 | ||||
-rwxr-xr-x | packaging/notification.spec | 4 |
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 |