From f1d5aac0b78d0667d1797a218d17a7ef07617e42 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 15 Feb 2017 12:20:00 +0000 Subject: [PATCH] fix ftbfs --- maliit-framework.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maliit-framework.spec b/maliit-framework.spec index 559b825..7f0f6f0 100644 --- a/maliit-framework.spec +++ b/maliit-framework.spec @@ -85,12 +85,13 @@ This package contains tests and examples for %{name}. %prep %setup -q +sed -i 's/ -O0//' config.pri %build %{qmake_qt4} -r MALIIT_VERSION=%{version} PREFIX=%{_prefix} \ BINDIR=%{_bindir} LIBDIR=%{_libdir} INCLUDEDIR=%{_includedir} \ - MALIIT_ENABLE_MULTITOUCH=true \ + MALIIT_ENABLE_MULTITOUCH=true MALIIT_DEBUG=disabled \ CONFIG+=disable-gtk-cache-update CONFIG+=disable-preedit \ CONFIG+=enable-hunspell CONFIG+=enable-dbus-activation \ CONFIG+=disable-background-translucency @@ -163,6 +164,7 @@ fi %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/maliit/ +%{_datadir}/doc/maliit-framework/html %files examples %{_bindir}/maliit-example*