]> git.pld-linux.org Git - packages/blueman.git/blame - blueman.spec
- License
[packages/blueman.git] / blueman.spec
CommitLineData
5cc4ce65
MWP
1Summary: Blueman - bluetooth management utility for GNOME
2Name: blueman
3Version: 0.5
4Release: 0.1
3c7b0773 5License: GPL
5cc4ce65
MWP
6Group: Applications
7Source0: http://download.tuxfamily.org/blueman/%{name}_%{version}.tar.gz
8# Source0-md5: f66861ce1d3c2162dc6682c0b67b8397
9URL: http://blueman.tuxfamily.org/
10BuildRequires: bluez-libs-devel
11BuildRequires: gnome-bluetooth-devel
12BuildRequires: python-Pyrex
13BuildRequires: python-devel
14BuildRequires: python-devel >= 2.5
15BuildRequires: python-distutils-extra
16BuildRequires: rpm-pythonprov
17Requires: bluez-libs >= 2.20
18Requires: bluez-utils
19Requires: gtk+2 >= 2.12
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Blueman is a GTK+ bluetooth management utility for GNOME using bluez
24dbus backend. The aim is to create a full featured graphical bluetooth
25manager for Linux.
26
27Features:
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
50rm -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
58rm -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.103275 seconds and 4 git commands to generate.