resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 19:44:57 +0000 (22:44 +0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 13 Aug 2013 20:42:33 +0000 (17:42 -0300)
packaging/eina.manifest [new file with mode: 0644]
packaging/eina.spec

diff --git a/packaging/eina.manifest b/packaging/eina.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index fed32cd..0a76885 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Data Type Library
 Url:            http://www.enlightenment.org/
 Group:          Graphics/EFL
 Source0:        eina-%{version}.tar.bz2
+Source1001:    eina.manifest
 BuildRequires:  doxygen
 
 %description
@@ -21,6 +22,7 @@ Development files for eina
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 
@@ -37,11 +39,13 @@ make %{?_smp_mflags}
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
 %{_libdir}/libeina.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/eina-1/*.h
 %{_includedir}/eina-1/eina/*