Add eo's datadir to efl and make edje's build depend on ephysics (so one gets the eventual goodies).

SVN revision: 80786
This commit is contained in:
Rui Seabra 2012-12-13 00:08:41 +00:00
parent 9772e3b5dc
commit 42f3769bca
2 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,8 @@ Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.or
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
#BuildSuggests: xorg-x11-devel, vim-enhanced
BuildRequires: efl-devel, lua-devel
Requires: efl
BuildRequires: efl-devel, ephysics-devel, lua-devel
Requires: efl, ephysics
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description

View File

@ -63,6 +63,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%{_libdir}/ecore_evas/*/*/*/*.so
%{_libexecdir}/*
%{_datadir}/locale/*/LC_MESSAGES/efl.mo
%{_datadir}/eo/*
%files devel
%defattr(-, root, root)