From c179c83f81d6fa2f34df4c140692832827ebb7d4 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 7 May 2011 20:33:10 -0700 Subject: [PATCH] Update gsettings schema scriptlet http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GSettings_Schema --- yelp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yelp.spec b/yelp.spec index f7997ad..ad5392f 100644 --- a/yelp.spec +++ b/yelp.spec @@ -2,7 +2,7 @@ Summary: Help browser for the GNOME desktop Name: yelp Epoch: 1 Version: 3.0.2 -Release: 2%{?dist} +Release: 3%{?dist} #VCS: git:git://git.gnome.org/yelp Source: http://download.gnome.org/sources/yelp/3.0/%{name}-%{version}.tar.bz2 @@ -88,8 +88,8 @@ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : %postun update-desktop-database &> /dev/null ||: -glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: if [ $1 -eq 0 ]; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || : fi @@ -121,6 +121,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || : %changelog +* Sat May 07 2011 Christopher Aillon - 1:3.0.2-3 +- Update gsettings scriptlet + * Thu Apr 28 2011 Matthias Clasen 1:3.0.2-2 - Fix some strings appearing untranslated (e.g. 'Show Text Cursor')