]> git.pld-linux.org Git - packages/blueman.git/blob - blueman.spec
- rel.1
[packages/blueman.git] / blueman.spec
1 Summary:        Blueman - bluetooth management utility for GNOME
2 Name:           blueman
3 Version:        0.5
4 Release:        1
5 License:        GPL
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 %{__sed} -i -e 's,lib/,%{_lib}/,g' setup.py
48 %{__sed} -i -e 's,lib/,%{_lib}/,g' sys/org.blueman.Mechanism.service
49 %{__python} setup.py build
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__python} setup.py install \
55         --root=$RPM_BUILD_ROOT
56
57 %find_lang %{name} --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc README
65 #%dir %{_sysconfdir}
66 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
67 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
68 %attr(755,root,root) %{_libdir}/%{name}
69 %attr(755,root,root) %{_bindir}/*
70 %{_datadir}/%{name}
71 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
72 %{_iconsdir}/hicolor/scalable/apps/*.svg
73 %{_iconsdir}/hicolor/*/apps/*.png
74 %{_datadir}/PolicyKit/policy/org.blueman.policy
75 %{_desktopdir}/blueman.desktop
76 %{py_sitedir}/%{name}
77 %{py_sitedir}/%{name}-%{version}-py*.egg-info
This page took 0.126762 seconds and 4 git commands to generate.