diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index 62d8986..b3abd2f 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK+ module that bridges ATK to D-Bus at-spi Group: System Environment/Libraries @@ -55,11 +55,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/libatk-bridge.la %postun if [ $1 -eq 0 ]; then - glib-compile-schemas %{_datadir}/glib-2.0/schemas + glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : fi %posttrans -glib-compile-schemas %{_datadir}/glib-2.0/schemas +glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %files -f %{name}.lang %doc COPYING AUTHORS README @@ -74,6 +74,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* Tue Apr 24 2012 Kalev Lember - 2.4.0-2 +- Silence glib-compile-schemas output + * Tue Mar 27 2012 Matthias Clasen - 2.4.0-1 - Update to 2.4.0