diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 22:27:42 +0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-08-13 17:49:36 -0300 |
commit | a551b52ba20b666d756c90160fd71d0c090bd48c (patch) | |
tree | 4784fd7e53f3e1c24559a7bdade37ff9c254d6e1 | |
parent | fdced192dbd3229b1fb6793f2bea55007edf6c18 (diff) | |
download | edje-a551b52ba20b666d756c90160fd71d0c090bd48c.tar.gz edje-a551b52ba20b666d756c90160fd71d0c090bd48c.tar.bz2 edje-a551b52ba20b666d756c90160fd71d0c090bd48c.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/edje.manifest | 5 | ||||
-rw-r--r-- | packaging/edje.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/edje.manifest b/packaging/edje.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/edje.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/edje.spec b/packaging/edje.spec index 0a44934..0fb2996 100644 --- a/packaging/edje.spec +++ b/packaging/edje.spec @@ -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 |