diff --git a/empathy.spec b/empathy.spec index 6589ff6..46065a3 100644 --- a/empathy.spec +++ b/empathy.spec @@ -12,7 +12,7 @@ Name: empathy Version: 2.30.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Instant Messaging Client for GNOME Group: Applications/Communications @@ -122,18 +122,18 @@ desktop-file-install --vendor fedora --delete-original \ %pre -%gconf_schema_prepare %{name}.schemas +%gconf_schema_prepare %{name} %post -%gconf_schema_upgrade %{name}.schemas +%gconf_schema_upgrade %{name} scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||: touch --no-create %{_datadir}/icons/hicolor ||: %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: %preun -%gconf_schema_remove %{name}.schemas +%gconf_schema_remove %{name} %postun @@ -161,6 +161,9 @@ fi %{_mandir}/man1/empathy*.1.gz %changelog +* Mon Apr 26 2010 Brian Pepple - 2.30.1-2 +- Drop suffix on gconf schemas scriptlets. + * Mon Apr 26 2010 Brian Pepple - 2.30.1-1 - Update to 2.30.1.