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

diff --git a/packaging/aul.manifest b/packaging/aul.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index ee9e87e..6193b8f 100644 (file)
@@ -5,6 +5,7 @@ Release:    2
 Group:      System/Libraries
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/aul.manifest 
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -39,6 +40,7 @@ Application utility library (devel)
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 
 make %{?jobs:-j%jobs}
@@ -76,6 +78,7 @@ chmod 664 /opt/dbspace/.mida.db-journal
 %postun -p /sbin/ldconfig
 
 %files
+%manifest aul.manifest
 /usr/lib/*.so.*
 /etc/init.d/launchpad_run
 /usr/bin/aul_service.sh
@@ -91,6 +94,7 @@ chmod 664 /opt/dbspace/.mida.db-journal
 /usr/bin/ac_daemon
 
 %files devel
+%manifest aul.manifest
 /usr/include/aul/*.h
 /usr/lib/*.so
 /usr/lib/pkgconfig/*.pc