From 6c58bd7f4ad00916eaf1f482bad1007ab597d653 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:20:00 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/obexd.manifest | 5 +++++ packaging/obexd.spec | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 packaging/obexd.manifest 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/* -- 2.7.4