Accepting request 44681 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gnome-bluetooth via accept of submit request 44681 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44681
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=45
This commit is contained in:
Vincent Untz 2010-08-06 09:09:19 +00:00 committed by Git OBS Bridge
parent cb7c77a7e2
commit 7e431b9479
2 changed files with 25 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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 Mon Jun 21 12:10:58 CEST 2010 - vuntz@opensuse.org

View File

@ -15,10 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 2.30.0
Release: 3
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 BuildRequires: fdupes
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: gir-repository BuildRequires: gir-repository
@ -30,18 +38,14 @@ BuildRequires: libunique-devel
BuildRequires: nautilus-sendto-devel BuildRequires: nautilus-sendto-devel
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GPLv2+ Requires: %{name}-lang = %{version}
Group: System/GUI/GNOME # Require bluez (mandatory, as per readme, bnc#622946)
Version: 2.30.0 Requires: bluez >= 4.36
Release: 3 # Require obexd for bluetooth-sendto to work (bnc#622946)
Summary: GNOME Bluetooth graphical utilities Requires: obexd
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 Provides: bluez-gnome = 1.8
Obsoletes: bluez-gnome < 1.8 Obsoletes: bluez-gnome < 1.8
Requires: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq %gconf_schemas_prereq
%description %description
@ -52,7 +56,8 @@ monitor and use Bluetooth devices.
License: GPLv2+ License: GPLv2+
Summary: GNOME Bluetooth Support Summary: GNOME Bluetooth Support
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
Requires: %{name} = %{version} gtk2-devel Requires: %{name} = %{version}
Requires: gtk2-devel
Obsoletes: libgnomebt-devel < 0.12 Obsoletes: libgnomebt-devel < 0.12
Provides: libgnomebt-devel = 0.12 Provides: libgnomebt-devel = 0.12
@ -109,7 +114,7 @@ translation-update-upstream
--disable-scrollkeeper \ --disable-scrollkeeper \
--disable-desktop-update \ --disable-desktop-update \
--enable-introspection --enable-introspection
%__make %{?jobs:-j%jobs} %__make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall
@ -122,10 +127,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}2 %find_lang %{name}2
%find_lang %{name} %{name}2.lang %find_lang %{name} %{name}2.lang
%find_gconf_schemas %find_gconf_schemas
%fdupes $RPM_BUILD_ROOT %fdupes %{buildroot}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%pre -f %{name}.schemas_pre %pre -f %{name}.schemas_pre