diff options
-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 |