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