resetting manifest requested domain to floor 63/5163/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:43:47 +0000 (18:43 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:43:47 +0000 (18:43 +0300)
packaging/capi-network-bluetooth.manifest [new file with mode: 0644]
packaging/capi-network-bluetooth.spec

diff --git a/packaging/capi-network-bluetooth.manifest b/packaging/capi-network-bluetooth.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 247d2b5cfee300e551e836714301c3d73e27059f..8482154987e73def67472db11190d779e07b027f 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Connectivity/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    capi-network-bluetooth.manifest
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -30,6 +31,7 @@ Network Bluetooth Framework.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -46,11 +48,13 @@ make %{?jobs:-j%jobs}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license LICENSE.APLv2 LICENSE
 %manifest bluetooth.manifest
 %{_libdir}/libcapi-network-bluetooth.so.*
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/network/bluetooth.h
 %{_libdir}/pkgconfig/capi-network-bluetooth.pc
 %{_libdir}/libcapi-network-bluetooth.so