From fcd5a4338115963a3c9a85407137364430052ad4 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: May 20 2008 07:07:31 +0000 Subject: changed icon file name(#444811) --- diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 568cdcc..009fa91 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.11.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and LGPLv2+ Group: System Environment/Libraries URL: http://live.gnome.org/GnomeBluetooth @@ -60,6 +60,9 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a +# rename the icon file +mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/blueradio-48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/blueradio.png + # Python's .m4 sucks if [ $RPM_BUILD_ROOT/usr/lib/ != $RPM_BUILD_ROOT%{_libdir}/ ] ; then mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ @@ -121,6 +124,9 @@ fi %{_libdir}/libgnomebt.so %changelog +* Wed May 14 2008 - Ondrej Vasik - 0.11.0-4 +- Changed name of icon file(#444811) + * Wed Feb 27 2008 - Bastien Nocera - 0.11.0-3 - Remove gnome-obex-server, we should use gnome-user-share now