resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:22:18 +0000 (23:22 +0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 13 Aug 2013 20:49:40 +0000 (17:49 -0300)
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 f8153b7..dede2d9 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A small virtual machine engine (in a library) and bytecode compi
 Url:            http://www.enlightenment.org/
 Group:          Graphics/EFL
 Source0:        embryo-%{version}.tar.bz2
+Source1001:    embryo.manifest
 BuildRequires:  doxygen
 BuildRequires:  pkgconfig(eina)
 # FIXME
@@ -25,6 +26,7 @@ Development components for the embryo package.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -41,6 +43,7 @@ make %{?_smp_mflags}
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
 %{_bindir}/embryo_cc
@@ -49,6 +52,7 @@ make %{?_smp_mflags}
 
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/embryo-1/*.h
 %{_libdir}/*.so