diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 55ffcaa..1211f42 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,20 +1,17 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth -Version: 0.5.1 -Release: 14 +Version: 0.6.0 +Release: 1 License: GPL Group: System Environment/Libraries URL: http://usefulinc.com/software/gnome-bluetooth -Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.gz -Patch1: gnome-bluetooth-0.5.1-pydir.patch -Patch2: gnome-bluetooth-0.5.1-auto.patch -Patch3: gnome-bluetooth-0.5.1-unref.patch -Patch4: gnome-bluetooth-0.5.1-gnomepython.patch +Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.bz2 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf >= 2.57 bluez-libs-devel >= 2.8 bluez-utils BuildRequires: libgnomeui-devel >= 2.2 libbonobo-devel >= 2.0 BuildRequires: GConf2-devel >= 2.0 librsvg2-devel -BuildRequires: libbtctl-devel >= 0.4.1-2 +BuildRequires: libbtctl-devel >= 0.5.0 BuildRequires: gob2 openobex-devel >= 1.0.1 BuildRequires: pygtk2-devel python-devel Requires: %{name}-libs = %{version}-%{release} @@ -49,15 +46,11 @@ which will use gnome-bluetooth. rm -rf $RPM_BUILD_ROOT %setup -q -%patch1 -p1 -b .pydir -%patch2 -p1 -b .auto -%patch3 -p1 -b .unref -%patch4 -p1 -b .gnome -perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \ - */*.desktop.in +#perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \ +# */*.desktop.in #perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in) -sed -i.bool -e 's#gtk.TRUE#True#g;s#gtk.FALSE#False#g' python/*.py +#sed -i.bool -e 's#gtk.TRUE#True#g;s#gtk.FALSE#False#g' python/*.py %build @@ -96,12 +89,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/gnome-bluetooth-manager.desktop %{_datadir}/gnome-bluetooth/ %{_datadir}/pixmaps/blueradio.png +%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas %files libs %defattr(-, root, root) %{_libdir}/libgnomebt.so.* -%{_libdir}/bonobo/libgnome-bluetooth-component.so -%{_libdir}/bonobo/servers/GNOME_Bluetooth_Component.server %{_libdir}/python*.*/site-packages/gnomebt/ %files devel @@ -111,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/gnome-bluetooth/ %changelog +* Wed Sep 28 2005 Harald Hoyer - 0.6.0-1 +- new version 0.6.0 + * Tue Aug 16 2005 Warren Togami 0.5.1-14 - rebuild for new cairo