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

diff --git a/packaging/embryo.manifest b/packaging/embryo.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 4b3b219..93c5a38 100644 (file)
@@ -7,6 +7,7 @@ Group:      System/Libraries
 License:    BSD
 URL:        http://www.enlightenment.org/
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/embryo.manifest 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: pkgconfig(eina)
@@ -37,6 +38,7 @@ A small virtual machine engine (in a library) and bytecode compile (devel)
 
 
 %build
+cp %{SOURCE1001} .
 export CFLAGS+=" -fvisibility=hidden -fPIC"
 export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed"
 
@@ -52,6 +54,7 @@ make %{?jobs:-j%jobs}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest embryo.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libembryo.so.*
 %{_bindir}/embryo_cc
@@ -59,6 +62,7 @@ make %{?jobs:-j%jobs}
 
 
 %files devel
+%manifest embryo.manifest
 %defattr(-,root,root,-)
 %{_includedir}/embryo-1/Embryo.h
 %{_libdir}/libembryo.so