diff options
author | Rui Seabra <rms@1407.org> | 2012-12-13 00:08:41 +0000 |
---|---|---|
committer | Rui Seabra <rms@1407.org> | 2012-12-13 00:08:41 +0000 |
commit | 42f3769bca6d728a5d7aee792b0a29bf82c1c183 (patch) | |
tree | 410685d2f5784cad764b00239b2a92992008bf47 /spec/efl.spec.in | |
parent | 9772e3b5dc69bfda334a73b1d370d1743e3565bb (diff) |
Add eo's datadir to efl and make edje's build depend on ephysics (so one gets the eventual goodies).
SVN revision: 80786
Diffstat (limited to '')
-rw-r--r-- | spec/efl.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/efl.spec.in b/spec/efl.spec.in index 749a519657..ce8f3a2fcd 100644 --- a/spec/efl.spec.in +++ b/spec/efl.spec.in | |||
@@ -63,6 +63,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT | |||
63 | %{_libdir}/ecore_evas/*/*/*/*.so | 63 | %{_libdir}/ecore_evas/*/*/*/*.so |
64 | %{_libexecdir}/* | 64 | %{_libexecdir}/* |
65 | %{_datadir}/locale/*/LC_MESSAGES/efl.mo | 65 | %{_datadir}/locale/*/LC_MESSAGES/efl.mo |
66 | %{_datadir}/eo/* | ||
66 | 67 | ||
67 | %files devel | 68 | %files devel |
68 | %defattr(-, root, root) | 69 | %defattr(-, root, root) |