From 0815c8eb03f9abe1b1522493407ba2d0cc4d70fc Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Aug 10 2008 17:20:19 +0000 Subject: Add gnome-python2-gconf in Requires. --- diff --git a/ibus.spec b/ibus.spec index b2d9d94..ecc9b9f 100644 --- a/ibus.spec +++ b/ibus.spec @@ -2,7 +2,7 @@ %define mod_path ibus-0.1 Name: ibus Version: 0.1.0.20080810 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Input Bus for Linux OS License: LGPLv2+ Group: System Environment/Libraries @@ -21,6 +21,7 @@ BuildRequires: dbus-glib-devel Requires: pygtk2 Requires: dbus-python >= 0.83.0 +Requires: gnome-python2-gconf Requires: pyxdg %description @@ -120,5 +121,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/qt4/plugins/inputmethods/libibus.so %changelog +* Mon Aug 11 2008 Huang Peng - 0.1.0.20080810-2 +- Add gnome-python2-gconf in Requires. + * Thu Aug 07 2008 Huang Peng - 0.1.0.20080810-1 - The first version.