From 9e07c40eaffd34246fd80b11b3350ec24923cd40 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 25 Jun 2014 12:46:40 +0300 Subject: [PATCH] Drop unused --disable-schemas-install configure option --- gedit-plugins.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gedit-plugins.spec b/gedit-plugins.spec index 89283da..74396f0 100644 --- a/gedit-plugins.spec +++ b/gedit-plugins.spec @@ -194,9 +194,9 @@ The gedit wordcompletion plugin. %build %if %{with_zeitgeist} -%configure --disable-schemas-install --enable-python +%configure --enable-python %else -%configure --disable-schemas-install --enable-python --with-plugins=bookmarks,bracketcompletion,charmap,codecomment,colorpicker,colorschemer,commander,drawspaces,joinlines,multiedit,smartspaces,synctex,terminal,textsize,wordcompletion,git +%configure --enable-python --with-plugins=bookmarks,bracketcompletion,charmap,codecomment,colorpicker,colorschemer,commander,drawspaces,joinlines,multiedit,smartspaces,synctex,terminal,textsize,wordcompletion,git %endif #--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks make %{?_smp_mflags}