From bf9ce784461c71f4f0fd23e6880edb82fbbdfb09 Mon Sep 17 00:00:00 2001 From: Rui Seabra Date: Sun, 18 Nov 2012 11:27:12 +0000 Subject: [PATCH] The previous commit was a slight fix on the efl spec for an error I made, its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies. SVN revision: 79419 --- legacy/ecore/ecore.spec.in | 4 ++-- legacy/edje/edje.spec.in | 11 +++++------ legacy/efreet/efreet.spec.in | 2 ++ legacy/emotion/emotion.spec.in | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/legacy/ecore/ecore.spec.in b/legacy/ecore/ecore.spec.in index bab3df5df0..6f92a25138 100644 --- a/legacy/ecore/ecore.spec.in +++ b/legacy/ecore/ecore.spec.in @@ -50,7 +50,7 @@ Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel, XFree86-devel, libX11-devel, c-ares-devel BuildRequires: libjpeg-devel, openssl-devel %{?breq_lib_ecore_directfb} -BuildRequires: curl-devel, evas-devel, eet-devel %{?breq_lib_ecore_sdl} +BuildRequires: curl-devel, efl-devel %{?breq_lib_ecore_sdl} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -63,7 +63,7 @@ use of the work put into Ecore to make this job easy for applications. Summary: Ecore headers and development libraries. Group: Development/Libraries Requires: %{name} = %{version} -Requires: curl-devel, openssl-devel, evas-devel, eet-devel +Requires: curl-devel, openssl-devel, efl-devel Requires: ecore-con, ecore-evas, ecore-file, ecore-ipc Requires: ecore-x %{?with_lib_ecore_fb:ecore-fb} %{?with_lib_ecore_directfb:ecore-directfb} diff --git a/legacy/edje/edje.spec.in b/legacy/edje/edje.spec.in index 06b3bc99c3..485f98c9c8 100644 --- a/legacy/edje/edje.spec.in +++ b/legacy/edje/edje.spec.in @@ -14,8 +14,8 @@ Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings