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

View File

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