Add default Smack manifest for which.spec 1.0_post 2.0alpha master 2.0_alpha
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:42 +0000 (17:49 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:42 +0000 (17:49 -0700)
Change-Id: I9db89a6940f5d16ef4d87af91e5291795d6194f5
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/which.manifest [new file with mode: 0644]
packaging/which.spec

diff --git a/packaging/which.manifest b/packaging/which.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d62a34e..27d2dc6 100644 (file)
@@ -4,6 +4,7 @@ Version:    0.1
 Release:    1
 License:    SMAIL GENERAL PUBLIC LICENSE
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/which.manifest 
 BuildArch:  noarch
 
 %description
@@ -13,10 +14,12 @@ Shows the path of a file
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 
 %install
 mkdir -p %{buildroot}/%{_bindir}/
 install -m755 which %{buildroot}/%{_bindir}/
 
 %files
+%manifest which.manifest
 %{_bindir}/which