diff --git a/caribou.spec b/caribou.spec index 1603898..c90813e 100644 --- a/caribou.spec +++ b/caribou.spec @@ -4,7 +4,7 @@ Name: caribou Version: 0.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simplified in-place on-screen keyboard Group: User Interface/Desktops @@ -17,12 +17,13 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: pygtk2-devel BuildRequires: pyclutter-devel -BuildRequires: at-spi-python +BuildRequires: pyatspi BuildRequires: python-virtkey BuildRequires: intltool Requires: pygtk2 -Requires: at-spi-python +Requires: gnome-python2-gconf +Requires: pyatspi Requires: pyclutter Requires: python-virtkey @@ -52,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Wed Jun 16 2010 Matthias Clasen - 0.1.2-3 +- Require pyatspi, not at-spi-python + * Sat May 29 2010 Matthias Clasen - 0.1.2-2 - Rewrite spec for autotools