diff --git a/gnome-bluetooth-0.12.0.tar.bz2 b/gnome-bluetooth-0.12.0.tar.bz2 deleted file mode 100644 index 3c087d4..0000000 --- a/gnome-bluetooth-0.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b514189367bdaa91592eb4825259d90dcdaee0aa0a7c9d43252fad3506473a -size 549901 diff --git a/gnome-bluetooth-2.27.1.tar.bz2 b/gnome-bluetooth-2.27.1.tar.bz2 new file mode 100644 index 0000000..befa3eb --- /dev/null +++ b/gnome-bluetooth-2.27.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939c8a8f819b8c39e4e355a764b2a47c6959d57029c5134a51a282d7cccd60c5 +size 473441 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 9967d35..4451705 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + +------------------------------------------------------------------- +Sun Mar 15 20:05:09 CET 2009 - vuntz@novell.com + +- Add Obsoletes/Provides for libgnomebt-devel. +- Make gnome-bluetooth Obsoletes/Provides bluez-gnome since it's a + drop-in replacement for bluez-gnome. +- Don't set the name in bluetooth-applet.desktop to the preexisting + value. + +------------------------------------------------------------------- +Sat Mar 7 00:28:11 CET 2009 - mboman@suse.de + +- Update to version 2.27.1: + + This is basically a new package, forked from bluez-gnome + ------------------------------------------------------------------- Sun Feb 22 17:49:49 CET 2009 - vuntz@novell.com diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 9785b5f..d63ed02 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-bluetooth (Version 0.12.0) +# spec file for package gnome-bluetooth (Version 2.27.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,37 +19,29 @@ Name: gnome-bluetooth -BuildRequires: fdupes -BuildRequires: gob2 +BuildRequires: gconf2-devel +BuildRequires: hal-devel BuildRequires: intltool -BuildRequires: libbtctl-devel -BuildRequires: libglade2-devel -BuildRequires: libgnomeui-devel -BuildRequires: libusb-devel -BuildRequires: python-devel -BuildRequires: python-gtk-devel -License: GPL v2 or later; LGPL v2.1 or later +BuildRequires: libnotify-devel +BuildRequires: unique-devel +BuildRequires: translation-update-upstream +BuildRequires: update-desktop-files +License: GPL v2 or later Group: System/GUI/GNOME -Requires: python-gnome -Version: 0.12.0 -Release: 1 -Summary: GNOME Bluetooth Support +Version: 2.27.1 +Release: 2 +Summary: GNOME Bluetooth graphical utilities Url: http://usefulinc.com/software/gnome-bluetooth/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.8/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2 +Provides: bluez-gnome = 1.8 +Obsoletes: bluez-gnome < 1.8 Requires: %{name}-lang = %{version} -AutoReqProv: on %gconf_schemas_prereq %description -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. +The gnome-bluetooth package contains graphical utilities to setup, +monitor and use Bluetooth devices. @@ -67,49 +59,15 @@ Authors: Anders Carlsson James Henstridge -%package -n libgnomebt1 -License: LGPL v2.0 or later -Summary: GNOME Bluetooth Support -Group: System/GUI/GNOME -Provides: gnome-bluetooth = %{version} -Obsoletes: gnome-bluetooth < %{version} - -%description -n libgnomebt1 -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 - Bastien Nocera - Dag Brattli - Pontus Fuchs - Fons Botman - Jean Tourrilhes - Marcel Holtmann - Jonathan Blandford - Kristian Rietveld - Anders Carlsson - James Henstridge - -%package -n libgnomebt-devel +%package devel License: GPL v2 or later Summary: GNOME Bluetooth Support Group: Development/Libraries/GNOME -Requires: libgnomebt1 = %{version} glib2-devel libbtctl-devel libgnomeui-devel -# gnome-bluetooth-devel was last used in openSUSE 10.3 -Provides: gnome-bluetooth-devel = %{version} -Obsoletes: gnome-bluetooth-devel <= 0.8.0 +Requires: %{name} = %{version} gtk2-devel +Obsoletes: libgnomebt-devel < 0.12 +Provides: libgnomebt-devel = 0.12 -%description -n libgnomebt-devel +%description devel 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, @@ -135,22 +93,15 @@ Authors: Anders Carlsson James Henstridge -%package -n python-gnome-bluetooth -License: LGPL v2.1 only -Summary: GNOME Bluetooth Support +%package -n libgnome-bluetooth2 +License: GPL v2 or later +Summary: GNOME Bluetooth graphical utilities Group: System/GUI/GNOME -Requires: libgnomebt1 = %{version} -%py_requires +Obsoletes: libgnomebt1 <= 0.12 -%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. +%description -n libgnome-bluetooth2 +The gnome-bluetooth package contains graphical utilities to setup, +monitor and use Bluetooth devices. @@ -171,47 +122,69 @@ Authors: %lang_package %prep %setup -q +translation-update-upstream %build -%configure\ - --disable-schemas-install +%configure --disable-schemas-install \ + --disable-icon-update \ + --disable-desktop-update %__make %{?jobs:-j%jobs} %install %makeinstall -rm $RPM_BUILD_ROOT/%{_libdir}/*.*a -rm $RPM_BUILD_ROOT%{py_sitedir}/gnomebt/*.la -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps -%find_lang %{name} -%fdupes $RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/libgnome-bluetooth.la +%suse_update_desktop_file bluetooth-properties -G "Configure Bluetooth settings" -N "Bluetooth Properties" +%suse_update_desktop_file bluetooth-applet -G "Bluetooth Manager applet" +%find_lang %{name}2 +%find_gconf_schemas %clean rm -rf $RPM_BUILD_ROOT -%post -n libgnomebt1 -p /sbin/ldconfig +%pre -f %{name}.schemas_pre +%posttrans -f %{name}.schemas_posttrans -%postun -n libgnomebt1 -p /sbin/ldconfig +%preun -f %{name}.schemas_preun -%files -n libgnomebt1 +%post -n libgnome-bluetooth2 -p /sbin/ldconfig + +%postun -n libgnome-bluetooth2 -p /sbin/ldconfig + +%files -f %{name}.schemas_list %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/*.so.* +%{_bindir}/bluetooth-* +%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop +%{_datadir}/applications/bluetooth-properties.desktop %{_datadir}/gnome-bluetooth -%{_datadir}/pixmaps/blueradio-48.png +%{_datadir}/icons/hicolor/*/apps/bluetooth* +%{_mandir}/man1/bluetooth-* -%files lang -f %{name}.lang +%files lang -f %{name}2.lang -%files -n python-gnome-bluetooth -%defattr(-, root, root) -%{py_sitedir}/gnomebt +%files -n libgnome-bluetooth2 +%defattr(-,root,root,-) +%{_libdir}/libgnome-bluetooth.so.* -%files -n libgnomebt-devel +%files devel %defattr(-, root, root) %{_includedir}/gnome-bluetooth -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/libgnome-bluetooth.so +%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc +%{_datadir}/gtk-doc/html/gnome-bluetooth %changelog +* Mon Mar 16 2009 sbrabec@suse.cz +- Added support for translation-update-upstream (FATE#301344). +* Sun Mar 15 2009 vuntz@novell.com +- Add Obsoletes/Provides for libgnomebt-devel. +- Make gnome-bluetooth Obsoletes/Provides bluez-gnome since it's a + drop-in replacement for bluez-gnome. +- Don't set the name in bluetooth-applet.desktop to the preexisting + value. +* Sat Mar 07 2009 mboman@suse.de +- Update to version 2.27.1: + + This is basically a new package, forked from bluez-gnome * Sun Feb 22 2009 vuntz@novell.com - Update to version 0.12.0: + Remove gnome-obex-server, as it's replaced by gnome-user-share