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