From: Alexandru Cornea Date: Mon, 1 Jul 2013 18:20:00 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215400^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=platform%2Fupstream%2Fobexd.git resetting manifest requested domain to floor --- diff --git a/packaging/obexd.manifest b/packaging/obexd.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/obexd.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/obexd.spec b/packaging/obexd.spec index 4e0c368..7bb5f32 100644 --- a/packaging/obexd.spec +++ b/packaging/obexd.spec @@ -10,6 +10,7 @@ Url: http://www.bluez.org/ Source0: obexd-%{version}.tar.xz Source1: obexd-server.desktop Source2: obexd-setup.sh +Source1001: obexd.manifest BuildRequires: libtool BuildRequires: update-desktop-files @@ -55,6 +56,7 @@ Scripts for testing OBEX and its functionality %prep %setup -q +cp %{SOURCE1001} . %build autoreconf -f -i @@ -81,10 +83,12 @@ install -m 0755 %{SOURCE2} %{buildroot}/%{_libdir}/obex/obexd-setup.sh chmod 755 test/* %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %files client +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_libdir}/obex %{_libdir}/obex/obex-client @@ -93,6 +97,7 @@ chmod 755 test/* %if 0%{?with_server} %files server +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_libdir}/obex %{_libdir}/obex/obexd @@ -102,6 +107,7 @@ chmod 755 test/* %endif %files test +%manifest %{name}.manifest %defattr(-,root,root,-) %doc test/*