forked from pool/gnome-bluetooth
Accepting request 136678 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=62
This commit is contained in:
commit
876cd26eaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de
|
||||
size 1139628
|
3
gnome-bluetooth-3.6.0.tar.xz
Normal file
3
gnome-bluetooth-3.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306
|
||||
size 1332836
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 11:39:53 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 11:30:06 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.92:
|
||||
+ Fix warning in BluetoothAgent
|
||||
+ Add pairing support for iCade variants (mobile, core and jr.)
|
||||
+ Use yelp-tools instead of gnome-doc-utils
|
||||
+ Support LXDE with the fallback applet too
|
||||
+ Updated translations.
|
||||
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
|
||||
following upstream.
|
||||
- Drop lxde-support.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 17:56:41 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.5:
|
||||
+ Allow building with nautilus-sendto 3.6
|
||||
+ Namespace killswitch API properly
|
||||
+ Loads of API documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 11:05:55 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.4:
|
||||
+ Library: Fix stuck "Finishing" page for some devices.
|
||||
+ Applet: Fix warning and empty device name in some cases.
|
||||
+ Wizard: Use shorter label for the finishing pages.
|
||||
- Rename libgnome-bluetooth10 subpackage to libgnome-bluetooth11,
|
||||
following upstreams soname bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 21:25:17 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -16,25 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%define BUILD_FROM_VCS 1
|
||||
|
||||
Name: gnome-bluetooth
|
||||
Version: 3.4.2
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeBluetooth
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.4/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.6/%{name}-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
Patch0: lxde-support.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(nautilus-sendto)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
@ -68,12 +68,12 @@ Provides: libgnomebt-devel = 0.12
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
%package -n libgnome-bluetooth10
|
||||
%package -n libgnome-bluetooth11
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
Group: System/Libraries
|
||||
Obsoletes: libgnomebt1 <= 0.12
|
||||
|
||||
%description -n libgnome-bluetooth10
|
||||
%description -n libgnome-bluetooth11
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
@ -112,10 +112,10 @@ send files over bluetooth.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%endif
|
||||
|
||||
%build
|
||||
@ -128,10 +128,10 @@ translation-update-upstream
|
||||
%endif
|
||||
--enable-nautilus-sendto=yes\
|
||||
--enable-introspection
|
||||
%__make %{?_smp_mflags} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%suse_update_desktop_file bluetooth-applet
|
||||
%suse_update_desktop_file bluetooth-sendto
|
||||
@ -160,20 +160,14 @@ rm -rf %{buildroot}
|
||||
%postun -n nautilus-sendto-plugin-bluetooth
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post -n libgnome-bluetooth10 -p /sbin/ldconfig
|
||||
%post -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-bluetooth10 -p /sbin/ldconfig
|
||||
%postun -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/%{name}/
|
||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||
%dir %{_datadir}/omf/
|
||||
%dir %{_datadir}/omf/%{name}/
|
||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
%{_bindir}/bluetooth-*
|
||||
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
|
||||
@ -192,7 +186,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files lang -f %{name}2.lang
|
||||
|
||||
%files -n libgnome-bluetooth10
|
||||
%files -n libgnome-bluetooth11
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -uNr old-gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in
|
||||
--- old-gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in 2009-10-24 20:17:17.854254851 +0200
|
||||
+++ gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in 2009-10-24 20:17:32.070257115 +0200
|
||||
@@ -6,7 +6,7 @@
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
-OnlyShowIn=GNOME;XFCE;
|
||||
+OnlyShowIn=GNOME;XFCE;LXDE;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=gnome-bluetooth
|
||||
X-GNOME-Bugzilla-Component=applet
|
Loading…
x
Reference in New Issue
Block a user