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