diff --git a/guake.spec b/guake.spec index 9869166..247b470 100644 --- a/guake.spec +++ b/guake.spec @@ -1,6 +1,6 @@ Name: guake Version: 0.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Drop-down terminal for GNOME Group: Applications/System @@ -75,13 +75,13 @@ rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la rm -rf $RPM_BUILD_ROOT %pre -%gconf_schema_prepare %{name}.schemas +%gconf_schema_prepare %{name} %post -%gconf_schema_upgrade %{name}.schemas +%gconf_schema_upgrade %{name} %preun -%gconf_schema_remove %{name}.schemas +%gconf_schema_remove %{name} %posttrans killall -HUP gconfd-2 > /dev/null || : @@ -102,6 +102,9 @@ killall -HUP gconfd-2 > /dev/null || : %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Sat May 08 2010 pingou - 0.4.1-4 +- Change the name.schema to name for the gconf macro + * Sat May 08 2010 pingou - 0.4.1-3 - Use the gconf_schema macro instead of the former code - Add the posttrans part