From 0d8012c0fcee90255f517d474702f6e6009039c8 Mon Sep 17 00:00:00 2001 From: rui 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@79419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- emotion.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emotion.spec.in b/emotion.spec.in index c6fa495..4910b0e 100644 --- a/emotion.spec.in +++ b/emotion.spec.in @@ -14,7 +14,7 @@ Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel XFree86-devel libX11-devel libxine1-devel xine-lib-devel #BuildSuggests: gstreamer-devel gstreamer-plugins-devel gstreamer-plugins-base-devel gstreamer-ffmpeg -BuildRequires: eet-devel evas-devel edje-devel edje-bin +BuildRequires: efl-devel edje-devel edje-bin BuildRequires: /usr/bin/xine-config BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -25,7 +25,7 @@ Emotion is a Media Library Summary: Emotion headers, static libraries, documentation and test programs Group: System Environment/Libraries Requires: %{name} = %{version} -Requires: eet-devel evas-devel edje-devel +Requires: efl-devel edje-devel %description devel Headers, static libraries, test programs and documentation for Emotion -- 2.7.4