From eea13fd3051c2d7cb5af4e02a902106cc2b23dd9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:23:20 +0000 Subject: auto-import changelog data from gnome-bluetooth-0.5.1-2.src.rpm Tue Jul 27 2004 Harald Hoyer - 0.5.1-2 - added pydir patch Thu Jul 22 2004 Harald Hoyer - 0.5.1-1 - version 0.5.1 --- diff --git a/.cvsignore b/.cvsignore index 7ec549e..a057cb4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-bluetooth-0.4.1.tar.gz +gnome-bluetooth-0.5.1.tar.gz diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 87a9038..a2018a4 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,21 +1,20 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth -Version: 0.4.1 -Release: 9 +Version: 0.5.1 +Release: 2 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 BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: autoconf >= 0:2.57, bluez-libs-devel >= 0:2.7, bluez-utils -BuildRequires: glib2-devel >= 0:2.2.0, libgnomeui-devel >= 0:2.2, libbonobo-devel >= 0:2.0 +BuildRequires: autoconf >= 0:2.57 bluez-libs-devel >= 0:2.8 bluez-utils +BuildRequires: glib2-devel >= 0:2.2.0 libgnomeui-devel >= 0:2.2 libbonobo-devel >= 0:2.0 BuildRequires: GConf2-devel >= 0:2.0 -BuildRequires: libbtctl >= 0:0.3-4 -BuildRequires: gob2, openobex-devel, perl +BuildRequires: libbtctl >= 0:0.4.1 +BuildRequires: gob2 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 This package contains a Bonobo server to control Bluetooth devices, @@ -24,54 +23,14 @@ and a simple GUI to explore which devices are available gnome-obex-server. This will receive files sent via Bluetooth to your PC, and save them in your home directory. -%changelog -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Tue May 25 2004 Harald Hoyer - 0.4.1-8 -- corrected BuildRequires - -* 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 - -* Thu Aug 28 2003 Harald Hoyer 0.4.1-3 -- add .so to gnome-vfs module, if libtool does not! - -* Thu Aug 07 2003 Harald Hoyer 0.4.1-2 -- call libtool finish - -* Wed Aug 6 2003 Harald Hoyer 0.4.1-1 -- new version 0.4.1 - -* Wed Jun 5 2003 Harald Hoyer 0.4-1 -- initial RPM - %prep 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) -#aclocal -#automake -#autoconf -#pushd libegg -#aclocal -#automake -#autoconf -#popd +%patch1 -p1 -b .pydir +%patch2 -p1 -b .auto + +#perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in) %build %configure @@ -84,12 +43,10 @@ rm -rf $RPM_BUILD_ROOT # we do not want .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a -# grrr... libtool is b0rken -if [ -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth ]; then - mv $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth \ - $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.so -fi +%find_lang %name + %clean rm -rf $RPM_BUILD_ROOT @@ -98,17 +55,59 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/gnome-bluetooth-admin +#%{_bindir}/gnome-bluetooth-admin +%{_bindir}/gnome-bluetooth-manager %{_bindir}/gnome-obex-server %{_bindir}/gnome-obex-send -%{_libdir}/gnome-vfs-2.0/modules/libbluetooth* -%{_libdir}/bonobo/servers/GNOME_Bluetooth_Manager.server -%{_libexecdir}/gnome-bluetooth-control %{_datadir}/applications/gnome-obex-server.desktop %{_datadir}/gnome-bluetooth -%{_datadir}/idl/GNOME_Bluetooth_Manager.idl -%{_sysconfdir}/gnome-vfs-2.0/modules/bluetooth-modules.conf +%{_prefix}/include/gnome-bluetooth +%{_libdir}/bonobo/libgnome-bluetooth-component.so +%{_libdir}/bonobo/servers/GNOME_Bluetooth_Component.server +%{_libdir}/libgnomebt.so.* +%{_libdir}/pkgconfig/gnome-bluetooth.pc +%dir %{_libdir}/python*.*/site-packages/gnomebt +%{_libdir}/python*.*/site-packages/gnomebt/* +%{_datadir}/applications/gnome-bluetooth-manager.desktop + +%changelog +* Tue Jul 27 2004 Harald Hoyer - 0.5.1-2 +- added pydir patch + +* Thu Jul 22 2004 Harald Hoyer - 0.5.1-1 +- version 0.5.1 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Tue May 25 2004 Harald Hoyer - 0.4.1-8 +- corrected BuildRequires + +* 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 + +* Thu Aug 28 2003 Harald Hoyer 0.4.1-3 +- add .so to gnome-vfs module, if libtool does not! + +* Thu Aug 07 2003 Harald Hoyer 0.4.1-2 +- call libtool finish + +* Wed Aug 6 2003 Harald Hoyer 0.4.1-1 +- new version 0.4.1 + +* Wed Jun 5 2003 Harald Hoyer 0.4-1 +- initial RPM + diff --git a/sources b/sources index 76aea1c..725fce9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59d83693ee5e10fed0aa7c941b0423d9 gnome-bluetooth-0.4.1.tar.gz +60dfef22c0cc075ac1e3d84c249b8ca3 gnome-bluetooth-0.5.1.tar.gz