File kdebluetooth4.spec of Package kdebluetooth4
#
# spec file for package kdebluetooth4 (Version 0.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kdebluetooth4
BuildRequires: dbus-1-devel kdebase4-workspace-devel libkde4-devel
BuildRequires: solid-bluez4 >= 0.1
License: GPL v2 or later
Group: System/GUI/KDE
Summary: Kdebluetooth4 is the bluetooth framework for KDE4. It adds a lot of bluetooth abilities to the KDE4 desktop.
Url: http://kde-apps.org/content/show.php/kdebluetooth4?content=84761
Version: 0.3
Release: 4.<RELEASE1>
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Patch: session-management.diff
Requires: obex-data-server kdebase4-workspace >= 4.1.3
Requires: solid-bluez4 >= 0.1
Requires: bluez >= 4
Requires: obex-data-server >= 0.4
%description
kdebluetooth4 offers the following:
* Trayicon to manage all functions
* Passkey and Authorization Agent to handle requests from remote
devices
* Bluetooth Adapter configuration
* Bluetooth Device-Manager
* Bluetooth Device Wizard, to add new Devices
* KBlueLock, to lock your screen, when your mobile phone is out of
scope
* Send Files to remote devices (obex-data-server)
Authors:
--------
Tom Patzig<tpatzig@suse.de>
%prep
%setup -q -n %name-%version
%patch
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog TODO AUTHORS COPYING
/usr/bin/kbluetooth4
/usr/bin/kbluetooth4-devicemanager
/usr/bin/kbluetooth4-inputwizard
/usr/share/applications/kde4/kdebluetooth4.desktop
/usr/share/icons/hicolor/*/apps/kbluetooth4*
%changelog
* Tue Feb 17 2009 stbinner@suse.de
- update from SVN for latest fixes:
* do not autostart, when already running
* enabled KBlueLock again
* dont start devicemanager or inputwizard, when no BT adapter found
* online/offline Mode (agent handling)
* Sun Jan 18 2009 tpatzig@suse.de
- some offline/online Mode bugfixes
- Require the right kdebase4-workspace version (solid-bluez4)
* Sat Jan 17 2009 tpatzig@suse.de
- update to Version 0.3 (bluez4 support)
* Mon Oct 13 2008 ro@suse.de
- change requires only for > 11.0
* Wed Sep 17 2008 ro@suse.de
- change requires bluez-utils to bluez
* Wed Sep 17 2008 ro@suse.de
- remove bluez-devel from requires
* Wed Sep 17 2008 ro@suse.de
- update buildreq
* Sun Sep 07 2008 tpatzig@suse.de
- wrong minor class for keyboard devices
- force bonding for keyboard and computer input devs
* Mon Sep 01 2008 tpatzig@suse.de
- update to Version 0.2:
* Receive Files via Obex-Server
* KBlueLock Unlock Screen
* query SDP database for HID capabilities
* Mon Sep 01 2008 stbinner@suse.de
- created package