changed icon file name(#444811)

This commit is contained in:
Ondrej Vasik 2008-05-20 07:07:31 +00:00
parent 36f3885193
commit fcd5a43381

View File

@ -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 <ovasik@redhat.com> - 0.11.0-4
- Changed name of icon file(#444811)
* Wed Feb 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-3
- Remove gnome-obex-server, we should use gnome-user-share now