diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 2c78452..621bd67 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.4.1 -Release: 5 +Release: 7 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth @@ -14,6 +14,7 @@ BuildRequires: libbtctl >= 0:0.3-4 BuildRequires: gob2, bluez-sdp-devel, openobex-devel, perl ExcludeArch: s390 s390x Patch0: gnome-bluetooth-0.4.1-libblue.patch +Patch1: gnome-bluetooth-0.4.1-egg.patch Patch99: gnome-bluetooth-0.4.1-autofoo.patch %description @@ -24,6 +25,15 @@ gnome-obex-server. This will receive files sent via Bluetooth to your PC, and save them in your home directory. %changelog +* Wed Mar 10 2004 Harald Hoyer - 0.4.1-7 +- added EggToolBar patch for gcc34 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Mon Jan 26 2004 Harald Hoyer 0.4.1-4 - added autofoo patch @@ -44,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %setup -q %patch0 -p1 -b .libblue - +%patch1 -p1 -b .eggtoolbar %patch99 -p1 -b .autofoo perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in)