2007-01-10 17:42:14 +01:00
|
|
|
#
|
2008-02-01 21:32:50 +01:00
|
|
|
# spec file for package gnome-bluetooth (Version 0.11.0)
|
2007-01-10 17:42:14 +01:00
|
|
|
#
|
2008-02-01 21:32:50 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-10 17:42:14 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-26 16:11:55 +01:00
|
|
|
|
2007-01-10 17:42:14 +01:00
|
|
|
Name: gnome-bluetooth
|
2007-08-09 16:29:47 +02:00
|
|
|
BuildRequires: fdupes gob2 intltool libbtctl-devel libglade2-devel libgnomeui-devel libusb-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files
|
2008-02-01 21:32:50 +01:00
|
|
|
License: GPL v2 or later; LGPL v2.1 or later
|
2007-01-10 17:42:14 +01:00
|
|
|
Group: System/GUI/GNOME
|
|
|
|
Requires: gnome-vfs2 python-gnome
|
2008-02-01 21:32:50 +01:00
|
|
|
Version: 0.11.0
|
2008-03-26 16:11:55 +01:00
|
|
|
Release: 25
|
2007-01-10 17:42:14 +01:00
|
|
|
Summary: GNOME Bluetooth Support
|
2007-10-26 01:58:20 +02:00
|
|
|
Url: http://usefulinc.com/software/gnome-bluetooth/
|
2007-01-10 17:42:14 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
|
2007-08-09 16:29:47 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-10-26 01:58:20 +02:00
|
|
|
AutoReqProv: on
|
2007-01-10 17:42:14 +01:00
|
|
|
%gconf_schemas_prereq
|
|
|
|
|
|
|
|
%description
|
2007-08-09 16:29:47 +02:00
|
|
|
This package contains a controller class, GnomebtController, to
|
|
|
|
controlBluetooth devices and a simple GUI to explore which devices are
|
|
|
|
available (gnome-bluetooth-manager). An OBEX server is
|
|
|
|
available,gnome-obex-server. This receives files sent via Bluetooth to
|
|
|
|
yourPC and saves them in your home directory. The program
|
|
|
|
gnome-obex-send enables you to send files. It is used by the Nautilus
|
2007-01-10 17:42:14 +01:00
|
|
|
component--select the files to send and choose "Send via Bluetooth"
|
|
|
|
from the context menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Edd Dumbill <edd@usefulinc.com>
|
|
|
|
Bastien Nocera <hadess@hadess.net>
|
|
|
|
Dag Brattli <dagb@cs.uit.no>
|
|
|
|
Pontus Fuchs <pontus.fuchs@tactel.se>
|
|
|
|
Fons Botman <budely@tref.nl>
|
|
|
|
Jean Tourrilhes <jt@hpl.hp.com>
|
|
|
|
Marcel Holtmann <marcel@holtmann.org>
|
|
|
|
Jonathan Blandford <jrb@redhat.com>
|
|
|
|
Kristian Rietveld <kris@gtk.org>
|
|
|
|
Anders Carlsson <andersca@gnu.org>
|
|
|
|
James Henstridge <james@daa.com.au>
|
|
|
|
|
2007-10-26 01:58:20 +02:00
|
|
|
%package -n libgnomebt0
|
2007-01-10 17:42:14 +01:00
|
|
|
Summary: GNOME Bluetooth Support
|
|
|
|
Group: System/GUI/GNOME
|
2007-10-26 01:58:20 +02:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description -n libgnomebt0
|
|
|
|
This package contains a controller class, GnomebtController, to
|
|
|
|
controlBluetooth devices and a simple GUI to explore which devices are
|
|
|
|
available (gnome-bluetooth-manager). An OBEX server is
|
|
|
|
available,gnome-obex-server. This receives files sent via Bluetooth to
|
|
|
|
yourPC and saves them in your home directory. The program
|
|
|
|
gnome-obex-send enables you to send files. It is used by the Nautilus
|
|
|
|
component--select the files to send and choose "Send via Bluetooth"
|
|
|
|
from the context menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Edd Dumbill <edd@usefulinc.com>
|
|
|
|
Bastien Nocera <hadess@hadess.net>
|
|
|
|
Dag Brattli <dagb@cs.uit.no>
|
|
|
|
Pontus Fuchs <pontus.fuchs@tactel.se>
|
|
|
|
Fons Botman <budely@tref.nl>
|
|
|
|
Jean Tourrilhes <jt@hpl.hp.com>
|
|
|
|
Marcel Holtmann <marcel@holtmann.org>
|
|
|
|
Jonathan Blandford <jrb@redhat.com>
|
|
|
|
Kristian Rietveld <kris@gtk.org>
|
|
|
|
Anders Carlsson <andersca@gnu.org>
|
|
|
|
James Henstridge <james@daa.com.au>
|
|
|
|
|
|
|
|
%package -n libgnomebt-devel
|
|
|
|
Summary: GNOME Bluetooth Support
|
|
|
|
Group: Development/Libraries/GNOME
|
2008-03-26 16:11:55 +01:00
|
|
|
Requires: %{name} = %{version} libgnomebt0 = %{version} glib2-devel libbtctl-devel libgnomeui-devel
|
2007-10-26 01:58:20 +02:00
|
|
|
# gnome-bluetooth-devel was last used in openSUSE 10.3
|
|
|
|
Provides: gnome-bluetooth-devel = %{version}
|
2007-10-30 10:23:45 +01:00
|
|
|
Obsoletes: gnome-bluetooth-devel <= 0.8.0
|
2007-01-10 17:42:14 +01:00
|
|
|
|
2007-10-26 01:58:20 +02:00
|
|
|
%description -n libgnomebt-devel
|
2007-01-10 17:42:14 +01:00
|
|
|
This package contains a controller class, GnomebtController, to control
|
|
|
|
Bluetooth devices and a simple GUI to explore which devices are
|
|
|
|
available (gnome-bluetooth-manager). An OBEX server is available,
|
|
|
|
gnome-obex-server. This receives files sent via Bluetooth to your PC
|
|
|
|
and saves them in your home directory. The program gnome-obex-send
|
|
|
|
enables you to send files. It is used by the Nautilus component --
|
|
|
|
select the files you want to send and choose "Send via Bluetooth..."
|
|
|
|
from the context menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-10-26 01:58:20 +02:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Edd Dumbill <edd@usefulinc.com>
|
|
|
|
Bastien Nocera <hadess@hadess.net>
|
|
|
|
Dag Brattli <dagb@cs.uit.no>
|
|
|
|
Pontus Fuchs <pontus.fuchs@tactel.se>
|
|
|
|
Fons Botman <budely@tref.nl>
|
|
|
|
Jean Tourrilhes <jt@hpl.hp.com>
|
|
|
|
Marcel Holtmann <marcel@holtmann.org>
|
|
|
|
Jonathan Blandford <jrb@redhat.com>
|
|
|
|
Kristian Rietveld <kris@gtk.org>
|
|
|
|
Anders Carlsson <andersca@gnu.org>
|
|
|
|
James Henstridge <james@daa.com.au>
|
|
|
|
|
|
|
|
%package -n python-gnome-bluetooth
|
|
|
|
Summary: GNOME Bluetooth Support
|
|
|
|
Group: System/GUI/GNOME
|
|
|
|
Requires: %{name} = %{version} libgnomebt0 = %{version}
|
|
|
|
%py_requires
|
|
|
|
|
|
|
|
%description -n python-gnome-bluetooth
|
|
|
|
This package contains a controller class, GnomebtController, to
|
|
|
|
controlBluetooth devices and a simple GUI to explore which devices are
|
|
|
|
available (gnome-bluetooth-manager). An OBEX server is
|
|
|
|
available,gnome-obex-server. This receives files sent via Bluetooth to
|
|
|
|
yourPC and saves them in your home directory. The program
|
|
|
|
gnome-obex-send enables you to send files. It is used by the Nautilus
|
|
|
|
component--select the files to send and choose "Send via Bluetooth"
|
|
|
|
from the context menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-10 17:42:14 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Edd Dumbill <edd@usefulinc.com>
|
|
|
|
Bastien Nocera <hadess@hadess.net>
|
|
|
|
Dag Brattli <dagb@cs.uit.no>
|
|
|
|
Pontus Fuchs <pontus.fuchs@tactel.se>
|
|
|
|
Fons Botman <budely@tref.nl>
|
|
|
|
Jean Tourrilhes <jt@hpl.hp.com>
|
|
|
|
Marcel Holtmann <marcel@holtmann.org>
|
|
|
|
Jonathan Blandford <jrb@redhat.com>
|
|
|
|
Kristian Rietveld <kris@gtk.org>
|
|
|
|
Anders Carlsson <andersca@gnu.org>
|
|
|
|
James Henstridge <james@daa.com.au>
|
|
|
|
|
2007-08-09 16:29:47 +02:00
|
|
|
%lang_package
|
2007-01-10 17:42:14 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure\
|
|
|
|
--disable-schemas-install
|
2007-10-26 01:58:20 +02:00
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-01-10 17:42:14 +01:00
|
|
|
|
|
|
|
%install
|
2007-10-26 01:58:20 +02:00
|
|
|
%makeinstall
|
2008-03-26 16:11:55 +01:00
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
|
|
|
rm $RPM_BUILD_ROOT%{py_sitedir}/gnomebt/*.la
|
2007-01-10 17:42:14 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
|
2007-10-26 01:58:20 +02:00
|
|
|
%suse_update_desktop_file -r -N "GNOME Obex Server" -G "Bluetooth File Sharing" gnome-obex-server System Applet
|
2007-01-10 17:42:14 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
%find_gconf_schemas
|
2007-08-09 16:29:47 +02:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
2007-01-10 17:42:14 +01:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
2007-10-26 01:58:20 +02:00
|
|
|
%post -n libgnomebt0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libgnomebt0 -p /sbin/ldconfig
|
|
|
|
|
2008-03-26 16:11:55 +01:00
|
|
|
%files -f %{name}.schemas_list
|
2007-01-10 17:42:14 +01:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/gnome-bluetooth
|
|
|
|
%{_datadir}/pixmaps/blueradio-48.png
|
|
|
|
|
2007-08-09 16:29:47 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-10-26 01:58:20 +02:00
|
|
|
%files -n libgnomebt0
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/*.so.0*
|
|
|
|
|
|
|
|
%files -n python-gnome-bluetooth
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{py_sitedir}/gnomebt
|
|
|
|
|
|
|
|
%files -n libgnomebt-devel
|
2007-01-10 17:42:14 +01:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_includedir}/gnome-bluetooth
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2008-02-01 21:32:50 +01:00
|
|
|
|
2007-02-19 21:32:45 +01:00
|
|
|
%changelog
|
2008-03-26 16:11:55 +01:00
|
|
|
* Fri Mar 21 2008 jpr@suse.de
|
|
|
|
- Remove incorrect libgnomebt-devel requires
|
|
|
|
- Remove .la files
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri Feb 01 2008 rodrigo@suse.de
|
|
|
|
- Update to version 0.11.0:
|
|
|
|
* Remove gnome-obex-send as it's replaced by bluez-gnome's
|
|
|
|
bluetooth-sendto
|
|
|
|
* Tue Oct 30 2007 coolo@suse.de
|
2007-10-30 10:23:45 +01:00
|
|
|
- also obsolete 0.8.0
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Oct 25 2007 jpr@suse.de
|
2007-10-26 01:58:20 +02:00
|
|
|
- Update to 0.9.1
|
|
|
|
* Fix a typo that meant the obex server was crashing when receiving
|
|
|
|
a file
|
|
|
|
* Send a disconnect when we finish sending a file, fixes reception
|
|
|
|
of files on some devices
|
|
|
|
* Use new GTK+ features for the tray icon
|
|
|
|
* Build fixes
|
|
|
|
- Remove gnome-bluetooth-desktop.diff and use
|
|
|
|
%%suse_update_desktop_file instead
|
|
|
|
- Remove gnome-bluetooth-pixmapsdir.patch, the icon hierarchy is used
|
|
|
|
now
|
|
|
|
- Remove gnome-bluetooth-transparent-trayicon.patch and
|
|
|
|
dont-disable-deprecated, libegg is no longer used
|
|
|
|
- Remove gnome-bluetooth-fail-cleanly.patch, the UI it changed is
|
|
|
|
- Split off libgnomebt0, python-gnome-bluetooth and
|
|
|
|
gnome-bluetooth-lang
|
|
|
|
- Rename gnome-bluetooth-devel to libgnomebt-devel
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Aug 08 2007 maw@suse.de
|
2007-08-09 16:29:47 +02:00
|
|
|
- Use %%fdupes
|
|
|
|
- Split off a -lang subpackage
|
|
|
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri Jul 27 2007 maw@suse.de
|
2007-07-28 16:10:23 +02:00
|
|
|
- Add dont-disable-deprecated.patch.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed May 23 2007 prusnak@suse.cz
|
2007-05-23 16:16:54 +02:00
|
|
|
- added libusb-devel to BuildRequires
|
|
|
|
- added libopenssl-devel to Requires of devel subpackage
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri May 18 2007 prusnak@suse.cz
|
2007-05-18 15:26:34 +02:00
|
|
|
- removed X-SuSE-translate from desktop file
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu May 03 2007 prusnak@suse.cz
|
2007-05-04 00:08:45 +02:00
|
|
|
- changed expat to libexpat-devel in Requires of devel subpackage
|
2008-02-01 21:32:50 +01:00
|
|
|
* Sun Feb 18 2007 aj@suse.de
|
2007-02-19 21:32:45 +01:00
|
|
|
- Cleanup BuildRequires.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri Jan 19 2007 jhargadon@suse.de
|
2007-01-19 00:42:24 +01:00
|
|
|
- removed useless .la files (#223699)
|
2008-02-01 21:32:50 +01:00
|
|
|
* Tue Dec 19 2006 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Spec file cleanup.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Mon Dec 18 2006 maw@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- Move to /usr.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Nov 30 2006 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Fixed devel dependencies.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Tue Sep 19 2006 jhargadon@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- update to version 0.8.0
|
|
|
|
- Fix icons not showing up properly
|
|
|
|
- Allow passing URIs as well as local filenames to gnome-obex-send
|
|
|
|
- Save to ~/Desktop/Downloads by default, then fallback to ~/Desktop and ~/,
|
|
|
|
as Epiphany does, or to the user specified directory
|
|
|
|
- Remove direct openobex and bluez-devel dependencies, as well as gnome-vfs
|
|
|
|
- Remove the useless gnome-bluetooth-manager
|
|
|
|
- translation updates
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Aug 16 2006 cthiel@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- buildrequire python-gtk-devel instead of python-gtk
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Aug 16 2006 ro@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- added python-gobject2-devel to BuildRequires
|
2008-02-01 21:32:50 +01:00
|
|
|
* Mon Mar 20 2006 danw@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- Fail cleanly (with a dialog rather than a message to stderr) if
|
|
|
|
bluetooth is not configured on the machine. #140780
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri Mar 10 2006 danw@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- Make the gnome-obex-server trayicon transparent. #155345
|
2008-02-01 21:32:50 +01:00
|
|
|
* Sat Feb 18 2006 stbinner@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- move GenericName entries in .desktop files to Comment
|
2008-02-01 21:32:50 +01:00
|
|
|
* Mon Feb 06 2006 hpj@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- Added Rodney's pixmap path patch.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-02-01 21:32:50 +01:00
|
|
|
* Tue Nov 29 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Updated to version 0.7.0.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Nov 09 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Fixed more random return values.
|
|
|
|
- Removed .mo install hack, locales now install properly.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Nov 03 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Updated to version 0.6.0.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Nov 02 2005 dmueller@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- don't build as root
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Fixed devel requirements.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed May 04 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Fixed some GCC 4 warnings.
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Apr 27 2005 sbrabec@suse.cz
|
2007-01-10 17:42:14 +01:00
|
|
|
- Added gnome hbox patch from Harald Hoyer <harald@redhat.com>
|
|
|
|
(#72172).
|
|
|
|
- Added patch for crash on file send.
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=150388
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Nov 25 2004 ro@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- fix build with new python2.4
|
2008-02-01 21:32:50 +01:00
|
|
|
* Tue Nov 23 2004 hvogel@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- correct desktop files
|
|
|
|
- include icon
|
|
|
|
- fix ac-quotation
|
2008-02-01 21:32:50 +01:00
|
|
|
* Wed Sep 08 2004 ro@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- require python-gnome instead of gnome-python
|
2008-02-01 21:32:50 +01:00
|
|
|
* Fri Sep 03 2004 hhetter@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- use lib64 on 64bit systems in PYTHONPATH
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Sep 02 2004 hhetter@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- part of Bug #44638, require gnome-python, fix PYTHONPATH
|
|
|
|
in gnome-bluetooth-manager
|
2008-02-01 21:32:50 +01:00
|
|
|
* Mon Aug 02 2004 ro@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- update to 0.5.1 to make it build again with current environment
|
2008-02-01 21:32:50 +01:00
|
|
|
* Thu Jan 29 2004 hhetter@suse.de
|
2007-01-10 17:42:14 +01:00
|
|
|
- initial SUSE package
|