]> git.pld-linux.org Git - packages/blueman.git/blob - blueman.spec
- init
[packages/blueman.git] / blueman.spec
1 Summary:        Blueman - bluetooth management utility for GNOME
2 Name:           blueman
3 Version:        0.5
4 Release:        0.1
5 License:        - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
6 Group:          Applications
7 Source0:        http://download.tuxfamily.org/blueman/%{name}_%{version}.tar.gz
8 # Source0-md5:  f66861ce1d3c2162dc6682c0b67b8397
9 URL:            http://blueman.tuxfamily.org/
10 BuildRequires:  bluez-libs-devel
11 BuildRequires:  gnome-bluetooth-devel
12 BuildRequires:  python-Pyrex
13 BuildRequires:  python-devel
14 BuildRequires:  python-devel >= 2.5
15 BuildRequires:  python-distutils-extra
16 BuildRequires:  rpm-pythonprov
17 Requires:       bluez-libs >= 2.20
18 Requires:       bluez-utils
19 Requires:       gtk+2 >= 2.12
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Blueman is a GTK+ bluetooth management utility for GNOME using bluez
24 dbus backend. The aim is to create a full featured graphical bluetooth
25 manager for Linux.
26
27 Features:
28
29 - Easy to use interface
30 - Storing Favourite devices
31 - Send files
32 - Browse files on devices
33 - List all seen devices
34 - View Local/Remote Device information
35 - View transfer speeds and link quality
36 - Configure local devices
37 - Manage Pairing (Bonding)
38 - Host/Connect to Personal Area Networks
39 - Bind services to /dev/rfcomm ports, for eg. connecting via gprs
40 - Connect and receive connections from: audio, network, input and
41   serial devices
42
43 %prep
44 %setup -q -n %{name}_%{version}
45
46 %build
47 %{__python} setup.py build
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__python} setup.py install \
53         --root=$RPM_BUILD_ROOT
54
55 %find_lang %{name} --with-gnome
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc README
63 #%dir %{_sysconfdir}
64 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
65 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
66 %attr(755,root,root) %{_libdir}/%{name}
67 %attr(755,root,root) %{_bindir}/*
68 %{_datadir}/%{name}
69 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
70 %{_iconsdir}/hicolor/scalable/apps/*.svg
71 %{_iconsdir}/hicolor/*/apps/*.png
72 %{_datadir}/PolicyKit/policy/org.blueman.policy
73 %{_desktopdir}/blueman.desktop
74 %{py_sitedir}/%{name}
75 %{py_sitedir}/%{name}-%{version}-py*.egg-info
This page took 0.081268 seconds and 4 git commands to generate.