From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:50:30 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130814.144218~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f89c678151a7208f3c9918f7025838206abc418c;p=platform%2Fupstream%2Fenlightenment.git resetting manifest requested domain to floor --- diff --git a/packaging/enlightenment.manifest b/packaging/enlightenment.manifest new file mode 100644 index 0000000000..017d22d3af --- /dev/null +++ b/packaging/enlightenment.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/enlightenment.spec b/packaging/enlightenment.spec index 8237916f98..f1d6b82600 100644 --- a/packaging/enlightenment.spec +++ b/packaging/enlightenment.spec @@ -6,6 +6,7 @@ Summary: The Enlightenment window manager Url: http://www.enlightenment.org/ Group: Graphics/EFL Source0: enlightenment-%{version}.tar.bz2 +Source1001: enlightenment.manifest BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gettext @@ -49,6 +50,7 @@ Development files for enlightenment %prep %setup -q -n %{name}-%{version} +cp %{SOURCE1001} . %build @@ -68,6 +70,7 @@ make %{?_smp_mflags} %lang_package %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %config %{_sysconfdir}/enlightenment/sysactions.conf @@ -79,6 +82,7 @@ make %{?_smp_mflags} %{_datadir}/applications/enlightenment_filemanager.desktop %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/enlightenment/* %{_libdir}/pkgconfig/*.pc