# HG changeset patch # User Stu Tomlinson # Date 1180054540 0 # Node ID 99a2add7c4f262956eec67e9ac4a5876ff38d46e # Parent 9e8a488825a0df37d9ec05d12e9d2b68fb7cf9c3 - Silence unnecessary errors from gtk-update-icon-cache - Change Mandriva build dependencies to reflect the correct (lower case) names for libSM-devel & libXScrnSaver-devel (Sunny Dubey) Fixes #something-sent-to-me-by-email diff -r 9e8a488825a0 -r 99a2add7c4f2 pidgin.spec.in --- a/pidgin.spec.in Fri May 25 00:49:12 2007 +0000 +++ b/pidgin.spec.in Fri May 25 00:55:40 2007 +0000 @@ -29,7 +29,6 @@ BuildRequires: gtk2-devel %{!?_without_startupnotification:BuildRequires: startup-notification-devel} -%{!?_without_modularx:BuildRequires: libSM-devel, libXScrnSaver-devel} %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} %{!?_without_gtkspell:BuildRequires: gtkspell-devel} %{?_with_howl:BuildRequires: howl-devel} @@ -55,7 +54,10 @@ # For Mandrake/Mandriva: BuildRequires: libnss3-devel, perl-devel Obsoletes: libgaim-remote0 +%{!?_without_modularx:BuildRequires: libsm-devel, libxscrnsaver-devel} %else +# For !Mandriva +%{!?_without_modularx:BuildRequires: libSM-devel, libXScrnSaver-devel} # For SuSE, Red Hat, Fedora and others: %if "%{_vendor}" != "suse" # For Red Hat, Fedora and others: @@ -312,7 +314,7 @@ killall -HUP gconfd-2 &> /dev/null || : fi touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || : %post -n libpurple -p /sbin/ldconfig @@ -328,7 +330,7 @@ %postun touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || : %postun -n libpurple -p /sbin/ldconfig @@ -447,6 +449,11 @@ %endif %changelog +* Thu May 24 2007 Stu Tomlinson +- Silence errors from gtk-update-icon-cache +- Change Mandriva build dependencies to reflect the correct (lower case) + names for libSM-devel & libXScrnSaver-devel (Sunny Dubey) + * Thu May 10 2007 Stu Tomlinson - Add scriptlet Requires for GConf2 to fix schema installation - Silence harmless errors when gconfd-2 is not running at install time