diff --git a/libgweather.spec b/libgweather.spec index 20bbf7f..80336ed 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -1,6 +1,6 @@ Name: libgweather Version: 3.5.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for weather information Group: System Environment/Libraries @@ -68,12 +68,12 @@ touch --no-create %{_datadir}/icons/gnome &>/dev/null || : if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/gnome &>/dev/null gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : - glib-compile-schemas %{_datadir}/glib-2.0/schemas + glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : fi %posttrans gtk-update-icon-cache -q %{_datadir}/icons/gnome &>/dev/null || : -glib-compile-schemas %{_datadir}/glib-2.0/schemas +glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) @@ -100,6 +100,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* Wed Sep 19 2012 Kalev Lember - 3.5.92-2 +- Silence glib-compile-schemas scriplets + * Wed Sep 19 2012 Richard Hughes - 3.5.92-1 - Update to 3.5.92