Add default Smack manifest for bluetooth-tools.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:23 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:23 +0000 (17:50 -0700)
Change-Id: Icf635415e5e7c6bb83315af07c6284117e4745d5
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/bluetooth-tools.manifest [new file with mode: 0644]
packaging/bluetooth-tools.spec

diff --git a/packaging/bluetooth-tools.manifest b/packaging/bluetooth-tools.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d5ccf90..aea34cd 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/bluetooth-tools.manifest 
 BuildRequires:  cmake
 
 %description
@@ -15,6 +16,7 @@ Tools fo bluetooth run/stop and set address
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 make %{?jobs:-j%jobs}
 
@@ -29,6 +31,7 @@ ln -s %{_sysconfidr}/rc.d/init.d/bluetooth-address %{buildroot}%{_sysconfdir}/rc
 
 
 %files
+%manifest bluetooth-tools.manifest
 %defattr(-,root,root,-)
 %{_sysconfdir}/rc.d/init.d/bluetooth-address
 %{_sysconfdir}/rc.d/rc3.d/S60bluetooth-address