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
This commit is contained in:
Rui Seabra 2012-11-18 11:27:12 +00:00
parent 2978816168
commit 093da48a43
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ Packager: %{?_packager:%{_packager}}%{!?_packager:Rui Miguel Silva Seabra <rms@1
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
#BuildSuggests: xorg-x11-devel, vim-enhanced #BuildSuggests: xorg-x11-devel, vim-enhanced
BuildRequires: evas-devel BuildRequires: efl-devel
Requires: evas Requires: efl
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -33,7 +33,7 @@ Elementary.
Summary: Elementary headers, static libraries, documentation and test programs Summary: Elementary headers, static libraries, documentation and test programs
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}, %{name}-bin = %{version} Requires: %{name} = %{version}, %{name}-bin = %{version}
Requires: evas-devel Requires: efl-devel
%description devel %description devel
Headers, static libraries, test programs and documentation for Elementary Headers, static libraries, test programs and documentation for Elementary