resetting manifest requested domain to floor 37/5237/1 accepted/tizen/ivi/genivi accepted/tizen_generic tizen tizen_ivi_genivi accepted/tizen/20130710.215400 accepted/tizen/20130912.153253 accepted/tizen/20130912.190952 accepted/tizen/20130912.195217 accepted/tizen/ivi/genivi/20140131.034702 ivi_oct_m2 submit/tizen/20130710.133509 submit/tizen/20130912.080156 submit/tizen/20130912.090503 submit/tizen_ivi_genivi/20140131.030526
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:20:00 +0000 (21:20 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:20:00 +0000 (21:20 +0300)
packaging/obexd.manifest [new file with mode: 0644]
packaging/obexd.spec

diff --git a/packaging/obexd.manifest b/packaging/obexd.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 4e0c368..7bb5f32 100644 (file)
@@ -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/*