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

diff --git a/packaging/edje.manifest b/packaging/edje.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0a44934..0fb2996 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Complex Graphical Design/Layout Engine
 Url:            http://www.enlightenment.org/
 Group:          Graphics/EFL
 Source0:        edje-%{version}.tar.bz2
+Source1001:    edje.manifest
 BuildRequires:  doxygen
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(ecore)
@@ -55,6 +56,7 @@ Tools for %{name}.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --disable-static
@@ -67,6 +69,7 @@ make %{?_smp_mflags}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
 %{_libdir}/*.so.*
@@ -76,9 +79,11 @@ make %{?_smp_mflags}
 %{_bindir}/inkscape2edc
 
 %files tools
+%manifest %{name}.manifest
 %{_bindir}/edje*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/edje-1/*.h
 %{_libdir}/*.so