diff --git a/gnome-bluetooth-2.30.0.tar.bz2 b/gnome-bluetooth-2.30.0.tar.bz2 new file mode 100644 index 0000000..c48eba5 --- /dev/null +++ b/gnome-bluetooth-2.30.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979aeaaff8c9ebb78d4 +size 1015602 diff --git a/gnome-bluetooth-2.31.6.tar.bz2 b/gnome-bluetooth-2.31.6.tar.bz2 deleted file mode 100644 index cab3be1..0000000 --- a/gnome-bluetooth-2.31.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050c7f18b9a7640355f4d58f063f943fe2d79bac792bca1752bf186f70a11672 -size 1214926 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index abb2392..86f82f0 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,29 +1,3 @@ -------------------------------------------------------------------- -Fri Aug 6 11:18:41 CEST 2010 - vuntz@opensuse.org - -- Update to version 2.31.6: - + Allow setting up devices that do not use pairing - + Port to GSettings instead of GConf - + Properties: - - Add specific page when the only adapter is hard blocked - through a physical killswitch -- Remove --disable-schemas-install from configure call - (gconf-specific) and update packaging to handle GSettings schemas - instead of gconf schemas. -- Rename libgnome-bluetooth7 to libgnome-bluetooth8 after bump in - library soname. - -------------------------------------------------------------------- -Tue Aug 3 19:43:52 UTC 2010 - dimstar@opensuse.org - -- Require bluez and obexd, fixes bnc#622946. - -------------------------------------------------------------------- -Mon Jun 21 12:10:58 CEST 2010 - vuntz@opensuse.org - -- Revert previous change about adding HardwareSettings category to - bluetooth-properties.desktop, post-11.3. - ------------------------------------------------------------------- Mon Jun 21 12:09:37 CEST 2010 - vuntz@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 5cbbc00..9887263 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-bluetooth (Version 2.31.6) +# spec file for package gnome-bluetooth (Version 2.30.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,20 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild Name: gnome-bluetooth -Version: 2.31.6 -Release: 1 -License: GPLv2+ -Summary: GNOME Bluetooth graphical utilities -Url: http://live.gnome.org/GnomeBluetooth -Group: System/GUI/GNOME -Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2 -# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches -Patch0: lxde-support.patch BuildRequires: fdupes -# Needed for geoclue plugin BuildRequires: gconf2-devel BuildRequires: gir-repository BuildRequires: gnome-doc-utils-devel @@ -39,15 +30,19 @@ BuildRequires: libunique-devel BuildRequires: nautilus-sendto-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -Requires: %{name}-lang = %{version} -# Require bluez (mandatory, as per readme, bnc#622946) -Requires: bluez >= 4.36 -# Require obexd for bluetooth-sendto to work (bnc#622946) -Requires: obexd +License: GPLv2+ +Group: System/GUI/GNOME +Version: 2.30.0 +Release: 3 +Summary: GNOME Bluetooth graphical utilities +Url: http://usefulinc.com/software/gnome-bluetooth/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-bluetooth-%{version}.tar.bz2 +Patch0: lxde-support.patch Provides: bluez-gnome = 1.8 Obsoletes: bluez-gnome < 1.8 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires +Requires: %{name}-lang = %{version} +%gconf_schemas_prereq %description The gnome-bluetooth package contains graphical utilities to setup, @@ -57,8 +52,7 @@ monitor and use Bluetooth devices. License: GPLv2+ Summary: GNOME Bluetooth Support Group: Development/Libraries/GNOME -Requires: %{name} = %{version} -Requires: gtk2-devel +Requires: %{name} = %{version} gtk2-devel Obsoletes: libgnomebt-devel < 0.12 Provides: libgnomebt-devel = 0.12 @@ -72,13 +66,13 @@ 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. -%package -n libgnome-bluetooth8 +%package -n libgnome-bluetooth7 License: GPLv2+ Summary: GNOME Bluetooth graphical utilities Group: System/GUI/GNOME Obsoletes: libgnomebt1 <= 0.12 -%description -n libgnome-bluetooth8 +%description -n libgnome-bluetooth7 The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. @@ -110,12 +104,12 @@ translation-update-upstream %patch0 -p1 %build -%configure \ +%configure --disable-schemas-install \ --disable-icon-update \ --disable-scrollkeeper \ --disable-desktop-update \ --enable-introspection -%__make %{?_smp_mflags} +%__make %{?jobs:-j%jobs} %install %makeinstall @@ -123,40 +117,33 @@ translation-update-upstream %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif find %{buildroot} -type f -name "*.la" -delete -print -%suse_update_desktop_file -G "Configure Bluetooth settings" -N "Bluetooth Properties" bluetooth-properties +%suse_update_desktop_file -G "Configure Bluetooth settings" -N "Bluetooth Properties" bluetooth-properties HardwareSettings %suse_update_desktop_file -G "Bluetooth Manager applet" bluetooth-applet %find_lang %{name}2 %find_lang %{name} %{name}2.lang -%fdupes %{buildroot} +%find_gconf_schemas +%fdupes $RPM_BUILD_ROOT %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT -%post -%glib2_gsettings_schema_post +%pre -f %{name}.schemas_pre -%postun -%glib2_gsettings_schema_postun +%posttrans -f %{name}.schemas_posttrans -%post -n nautilus-sendto-plugin-bluetooth -%glib2_gsettings_schema_post +%preun -f %{name}.schemas_preun -%postun -n nautilus-sendto-plugin-bluetooth -%glib2_gsettings_schema_postun +%post -n libgnome-bluetooth7 -p /sbin/ldconfig -%post -n libgnome-bluetooth8 -p /sbin/ldconfig +%postun -n libgnome-bluetooth7 -p /sbin/ldconfig -%postun -n libgnome-bluetooth8 -p /sbin/ldconfig - -%files +%files -f %{name}.schemas_list %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/bluetooth-* %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop %{_datadir}/applications/bluetooth-properties.desktop -%{_datadir}/GConf/gsettings/gnome-bluetooth -%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.gschema.xml -%{_datadir}/gnome-bluetooth/ +%{_datadir}/gnome-bluetooth %{_datadir}/icons/hicolor/*/*/bluetooth* %{_mandir}/man1/bluetooth-* # Own the plugin directory, but exclude the plugin library itself @@ -167,7 +154,7 @@ rm -rf %{buildroot} %files lang -f %{name}2.lang -%files -n libgnome-bluetooth8 +%files -n libgnome-bluetooth7 %defattr(-,root,root,-) %{_libdir}/libgnome-bluetooth.so.* %{_libdir}/girepository-1.0/*.typelib @@ -186,8 +173,6 @@ rm -rf %{buildroot} %files -n nautilus-sendto-plugin-bluetooth %defattr(-,root,root,-) -%{_datadir}/GConf/gsettings/gnome-bluetooth-nst -%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml %{_libdir}/nautilus-sendto/plugins/libnstbluetooth.so %changelog