diff --git a/guake.spec b/guake.spec index e0f9ec6..5de9c52 100644 --- a/guake.spec +++ b/guake.spec @@ -1,6 +1,6 @@ Name: guake Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Drop-down terminal for GNOME Group: Applications/System @@ -67,8 +67,7 @@ desktop-file-install --vendor="" \ %find_lang %{name} rm -f %{buildroot}%{python_sitearch}/%{name}/globalhotkeys.la -echo %{python_sitelib} - +mv %{buildroot}%{python_sitearch}/%{name}/* %{buildroot}%{python_sitelib}/%{name} %pre %gconf_schema_prepare %{name} @@ -88,7 +87,6 @@ killall -HUP gconfd-2 > /dev/null || : %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_bindir}/%{name} %{_bindir}/%{name}-prefs -%{python_sitearch}/%{name} %{python_sitelib}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}-prefs.desktop @@ -99,6 +97,9 @@ killall -HUP gconfd-2 > /dev/null || : %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Tue Jun 12 2012 Pierre-Yves Chibon - 0.4.3-2 +- Temporary fix for the globalhotkeys + * Fri Jun 08 2012 Pierre-Yves Chibon - 0.4.3-1 - Update to 0.4.3 - Add Requires: notification-daemon