From b4422ed24ace2d1c8baa1b438828aa8fc3e6500c Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Fri, 2 Sep 2016 14:23:52 +0900 Subject: [PATCH] spec: Set build option --with-tests=none Change build option from --with-tests=regular to --with-tests=none because test build is not needed. Change-Id: Ic47f488fed68eb80556cca9b661199d164ab14b3 --- packaging/efl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/efl.spec b/packaging/efl.spec index 9f5f67e..e6f0231 100755 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -690,7 +690,7 @@ CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS " --disable-scim \ --disable-wayland-text-input \ --disable-gesture \ - --with-tests=regular \ + --with-tests=none \ --enable-fb \ --disable-tslib \ %if %{with wayland} @@ -1078,7 +1078,7 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf %files -n edje-tools %manifest %{name}.manifest %{_bindir}/edje* -%{_datadir}/edje/data/* +#%{_datadir}/edje/data/* #%files -n edje-examples #%manifest %{name}.manifest @@ -1147,7 +1147,7 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf %{_libdir}/edje/modules/emotion/*/module.so #%{_libdir}/emotion/modules/*/*/module.so %{_datadir}/emotion/* -%{_bindir}/emotion_test* +#%{_bindir}/emotion_test* #%files -n emotion-examples #%manifest %{name}.manifest -- 2.7.4