diff --git a/caribou.spec b/caribou.spec index 084b344..e577f69 100644 --- a/caribou.spec +++ b/caribou.spec @@ -2,7 +2,7 @@ Name: caribou Version: 0.2.00 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simplified in-place on-screen keyboard Group: User Interface/Desktops @@ -46,7 +46,9 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/caribou.desktop +echo "OnlyShowIn=GNOME;" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/caribou.desktop +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/caribou-autostart.desktop %find_lang caribou @@ -69,6 +71,10 @@ fi %{_datadir}/glib-2.0/schemas %changelog +* Thu May 05 2011 Parag Nemade - 0.2.00-2 +- Caribou now only be shown in GNOME. (rh#698603) +- Add desktop-file-validate for caribou-autostart.desktop + * Tue Apr 5 2011 Matthias Clasen - 0.2.00-1 - Update to 0.2.00