Browse Source

ibus: remove all apps from --with-no-snooper-apps

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7607 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
492db93e47
1 changed files with 5 additions and 2 deletions
  1. 5 2
      i/ibus/ibus-vl.spec

+ 5 - 2
i/ibus/ibus-vl.spec

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 %define	ver 1.5.1
-%define	rel 2
+%define	rel 3
 
 %define gjsver 3.4.1.20130115
 
@@ -168,8 +168,8 @@ autoreconf -if
 	--with-gtk2-im-module-dir=%{_libdir}/gtk-2.0/immodules \
 	--enable-xim \
 	--disable-gtk-doc \
-	--with-no-snooper-apps='gnome-do,Do.*,.*chrome.*,.*chromium.*' \
 	--enable-surrounding-text \
+	--with-no-snooper-apps='' \
 	--enable-python-library \
 	--enable-dconf \
 	--disable-gconf \
@@ -343,6 +343,9 @@ dconf update
 %endif
 
 %changelog
+* Mon Apr 01 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-3
+- remove --with-no-snooper-apps option.
+
 * Mon Mar 25 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-2
 - remove firefox from "--with-no-snooper-apps"